| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure OnCache*Begin events always pair with their complete event. | Sean Hall | 2021-04-19 | 1 | -36/+85 |
* | Perform all layout operations in the BA process. | Sean Hall | 2021-04-19 | 3 | -217/+45 |
* | Add OnCachePayloadExtract*. | Sean Hall | 2021-04-19 | 6 | -4/+207 |
* | When extracting a container use the uncompressed file size for progress | Sean Hall | 2021-04-19 | 4 | -10/+33 |
* | Remove the package's cache progress when retrying the whole package. | Sean Hall | 2021-04-19 | 3 | -30/+47 |
* | Add BURN_PAYLOAD_GROUP_ITEM to be able to move payloads during caching. | Sean Hall | 2021-04-19 | 12 | -50/+98 |
* | Elevate for CacheVerifyContainer/Payload. | Sean Hall | 2021-04-19 | 5 | -31/+209 |
* | Add OnCacheContainerOrPayloadVerify* for a file already in the cache. | Sean Hall | 2021-04-19 | 4 | -9/+227 |
* | UX payloads are never external. | Sean Hall | 2021-04-19 | 7 | -32/+11 |
* | Add OnCacheVerifyProgress, though currently it only reports at the end. | Sean Hall | 2021-04-19 | 4 | -33/+118 |
* | Make sure payload unverified path is not read-only during acquisition. | Sean Hall | 2021-04-19 | 1 | -24/+37 |
* | Track progress of bundle being laid out. | Sean Hall | 2021-04-19 | 1 | -6/+25 |
* | Always send OnCacheAcquireProgress at least once per payload. | Sean Hall | 2021-04-19 | 3 | -161/+185 |
* | Only set the last used folder if the target passed verification. | Sean Hall | 2021-04-19 | 1 | -6/+31 |
* | Replace OnResolveSource with OnCacheAcquireResolving | Sean Hall | 2021-04-19 | 8 | -331/+413 |
* | Verify file in the cache before trying to acquire it. | Sean Hall | 2021-04-19 | 5 | -9/+116 |
* | Don't plan payloads. | Sean Hall | 2021-04-19 | 24 | -1580/+718 |
* | Detect whether the bundle is cached. | Sean Hall | 2021-04-19 | 9 | -11/+17 |
* | Detect a package as cached if any of its payloads exist. | Sean Hall | 2021-04-19 | 23 | -171/+111 |
* | Allow BA to update feed source | Rob Mensching | 2021-04-14 | 6 | -2/+77 |
* | Add MEND request state to repair any missing files in MSI packages | Rob Mensching | 2021-04-14 | 4 | -6/+23 |
* | Layout using the source engine handle | Rob Mensching | 2021-04-14 | 7 | -17/+49 |
* | Detect system MSI packages before user managed packages | Rob Mensching | 2021-04-14 | 1 | -6/+6 |
* | Avoid activating the engine's windows | Rob Mensching | 2021-04-14 | 2 | -2/+4 |
* | Enhanced reboot pending detection | Rob Mensching | 2021-04-14 | 2 | -1/+69 |
* | Port support for ISO/IEC 19770-2:2105 (aka SWID Tags-2) | Rob Mensching | 2021-04-14 | 12 | -51/+61 |
* | Skip bundle dependent checking when ignoring dependencies includes ALL. | Sean Hall | 2021-03-30 | 4 | -49/+62 |
* | Rename cache types in the manifest to remove, keep, force. | Sean Hall | 2021-03-30 | 10 | -15/+15 |
* | Include bundle reboot-pending in RebootPending variable. | Bob Arnson | 2021-03-28 | 4 | -54/+163 |
* | Use wiutil to start/end msi transactions | Nir Bar | 2021-03-17 | 10 | -81/+163 |
* | Handle when related bundles have an uninstall key but aren't cached. | Sean Hall | 2021-03-11 | 14 | -34/+188 |
* | Determine whether to ignore forward compatible bundles during Plan. | Sean Hall | 2021-03-11 | 12 | -110/+200 |
* | Ensure bundle is registered and cached when modifying machine state. | Sean Hall | 2021-03-09 | 1 | -20/+13 |
* | Consider the bundle as eligible for cleanup if running from the cache. | Sean Hall | 2021-03-09 | 1 | -1/+1 |
* | Correctly handle missing/null values with ~<> operator. | Bob Arnson | 2021-03-07 | 2 | -1/+4 |
* | Use SHA512 instead of SHA1. | Sean Hall | 2021-03-02 | 9 | -15/+17 |
* | Upgrade to latest dutil for SHA512. | Sean Hall | 2021-03-02 | 7 | -10/+9 |
* | Let the BA request the bundle to stay installed from OnUnregisterBegin. | Sean Hall | 2021-03-02 | 4 | -7/+11 |
* | Loosen restrictions for actions that don't affect machine state. | Sean Hall | 2021-03-02 | 4 | -9/+8 |
* | Always remove all dependencies the bundle could have registered. | Sean Hall | 2021-03-02 | 7 | -13/+37 |
* | Fix patch registration states during plan and apply. | Sean Hall | 2021-02-22 | 12 | -164/+344 |
* | Add patch target for slipstream MSI package even if not installed. | Sean Hall | 2021-02-22 | 12 | -91/+546 |
* | Add logging for patch target products. | Sean Hall | 2021-02-22 | 9 | -31/+98 |
* | Only the requested state and Cache=always should affect requestedCache. | Sean Hall | 2021-02-22 | 11 | -90/+28 |
* | Get all request states up front before building the plan. | Sean Hall | 2021-02-22 | 12 | -157/+317 |
* | Initialize exe package ancestors during CoreInitialize instead of Plan. | Sean Hall | 2021-02-22 | 10 | -41/+58 |
* | Rename *TargetMsiPackage BA events to *PatchTarget. | Sean Hall | 2021-02-22 | 4 | -22/+22 |
* | Make PlanTest test fDeleted and the expected states of all packages. | Sean Hall | 2021-02-22 | 1 | -35/+86 |
* | Add `/xlog` switch to get verbose-est Burn logging. | Bob Arnson | 2021-02-22 | 1 | -1/+7 |
* | Remove BITS support. Update DUtil dependency. | Bob Arnson | 2021-02-09 | 11 | -561/+15 |