aboutsummaryrefslogtreecommitdiff
path: root/src/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send more progress during cache verification.Sean Hall2021-04-198-142/+654
* Make sure OnCache*Begin events always pair with their complete event.Sean Hall2021-04-191-36/+85
* Perform all layout operations in the BA process.Sean Hall2021-04-193-217/+45
* Add OnCachePayloadExtract*.Sean Hall2021-04-195-4/+162
* When extracting a container use the uncompressed file size for progressSean Hall2021-04-193-6/+29
* Remove the package's cache progress when retrying the whole package.Sean Hall2021-04-193-30/+47
* Add BURN_PAYLOAD_GROUP_ITEM to be able to move payloads during caching.Sean Hall2021-04-1912-50/+98
* Elevate for CacheVerifyContainer/Payload.Sean Hall2021-04-195-31/+209
* Add OnCacheContainerOrPayloadVerify* for a file already in the cache.Sean Hall2021-04-193-9/+182
* UX payloads are never external.Sean Hall2021-04-196-25/+4
* Add OnCacheVerifyProgress, though currently it only reports at the end.Sean Hall2021-04-193-33/+101
* Make sure payload unverified path is not read-only during acquisition.Sean Hall2021-04-191-24/+37
* Track progress of bundle being laid out.Sean Hall2021-04-191-6/+25
* Always send OnCacheAcquireProgress at least once per payload.Sean Hall2021-04-193-161/+185
* Only set the last used folder if the target passed verification.Sean Hall2021-04-191-6/+31
* Replace OnResolveSource with OnCacheAcquireResolvingSean Hall2021-04-197-301/+380
* Verify file in the cache before trying to acquire it.Sean Hall2021-04-195-9/+116
* Don't plan payloads.Sean Hall2021-04-1923-1410/+677
* Detect whether the bundle is cached.Sean Hall2021-04-198-11/+16
* Detect a package as cached if any of its payloads exist.Sean Hall2021-04-1922-167/+108
* Allow BA to update feed sourceRob Mensching2021-04-145-2/+65
* Add MEND request state to repair any missing files in MSI packagesRob Mensching2021-04-143-6/+21
* Layout using the source engine handleRob Mensching2021-04-143-9/+41
* Detect system MSI packages before user managed packagesRob Mensching2021-04-141-6/+6
* Avoid activating the engine's windowsRob Mensching2021-04-142-2/+4
* Enhanced reboot pending detectionRob Mensching2021-04-142-1/+69
* Port support for ISO/IEC 19770-2:2105 (aka SWID Tags-2)Rob Mensching2021-04-146-31/+41
* Skip bundle dependent checking when ignoring dependencies includes ALL.Sean Hall2021-03-304-49/+62
* Rename cache types in the manifest to remove, keep, force.Sean Hall2021-03-303-6/+6
* Include bundle reboot-pending in RebootPending variable.Bob Arnson2021-03-283-54/+53
* Use wiutil to start/end msi transactionsNir Bar2021-03-1710-81/+163
* Handle when related bundles have an uninstall key but aren't cached.Sean Hall2021-03-1112-32/+93
* Determine whether to ignore forward compatible bundles during Plan.Sean Hall2021-03-1111-109/+181
* Ensure bundle is registered and cached when modifying machine state.Sean Hall2021-03-091-20/+13
* Consider the bundle as eligible for cleanup if running from the cache.Sean Hall2021-03-091-1/+1
* Correctly handle missing/null values with ~<> operator.Bob Arnson2021-03-071-1/+1
* Use SHA512 instead of SHA1.Sean Hall2021-03-024-9/+9
* Upgrade to latest dutil for SHA512.Sean Hall2021-03-023-4/+3
* Let the BA request the bundle to stay installed from OnUnregisterBegin.Sean Hall2021-03-023-6/+9
* Loosen restrictions for actions that don't affect machine state.Sean Hall2021-03-024-9/+8
* Always remove all dependencies the bundle could have registered.Sean Hall2021-03-026-6/+26
* Fix patch registration states during plan and apply.Sean Hall2021-02-2211-163/+343
* Add patch target for slipstream MSI package even if not installed.Sean Hall2021-02-229-89/+243
* Add logging for patch target products.Sean Hall2021-02-229-31/+98
* Only the requested state and Cache=always should affect requestedCache.Sean Hall2021-02-2211-90/+28
* Get all request states up front before building the plan.Sean Hall2021-02-2211-154/+301
* Initialize exe package ancestors during CoreInitialize instead of Plan.Sean Hall2021-02-229-40/+56
* Rename *TargetMsiPackage BA events to *PatchTarget.Sean Hall2021-02-223-16/+16
* Add `/xlog` switch to get verbose-est Burn logging.Bob Arnson2021-02-221-1/+7
* Remove BITS support. Update DUtil dependency.Bob Arnson2021-02-096-554/+9