aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-19Replace OnResolveSource with OnCacheAcquireResolving.Sean Hall22-291/+444
2021-04-19Fix typo.Sean Hall1-1/+1
2021-04-19Fix typo.Sean Hall1-1/+1
2021-04-19Allow setting source from OnCacheAcquireResolving.Sean Hall6-43/+92
2021-04-19Clean up caching log messages.Sean Hall2-18/+25
2021-04-19Send more progress during cache verification.Sean Hall11-148/+712
2021-04-19Make sure OnCache*Begin events always pair with their complete event.Sean Hall1-36/+85
2021-04-19Perform all layout operations in the BA process.Sean Hall3-217/+45
2021-04-19Add OnCachePayloadExtract*.Sean Hall6-4/+207
2021-04-19When extracting a container use the uncompressed file size for progressSean Hall4-10/+33
2021-04-19Remove the package's cache progress when retrying the whole package.Sean Hall3-30/+47
2021-04-19Add BURN_PAYLOAD_GROUP_ITEM to be able to move payloads during caching.Sean Hall12-50/+98
2021-04-19Elevate for CacheVerifyContainer/Payload.Sean Hall5-31/+209
2021-04-19Add OnCacheContainerOrPayloadVerify* for a file already in the cache.Sean Hall4-9/+227
2021-04-19UX payloads are never external.Sean Hall7-32/+11
2021-04-19Add OnCacheVerifyProgress, though currently it only reports at the end.Sean Hall4-33/+118
2021-04-19Make sure payload unverified path is not read-only during acquisition.Sean Hall1-24/+37
2021-04-19Track progress of bundle being laid out.Sean Hall1-6/+25
2021-04-19Always send OnCacheAcquireProgress at least once per payload.Sean Hall3-161/+185
2021-04-19Only set the last used folder if the target passed verification.Sean Hall1-6/+31
2021-04-19Replace OnResolveSource with OnCacheAcquireResolvingSean Hall8-331/+413
2021-04-19Verify file in the cache before trying to acquire it.Sean Hall5-9/+116
2021-04-19Don't plan payloads.Sean Hall24-1580/+718
2021-04-19Detect whether the bundle is cached.Sean Hall9-11/+17
2021-04-19Detect a package as cached if any of its payloads exist.Sean Hall23-171/+111
2021-04-19Integrate latest Extensibility changesRob Mensching1-1/+1
2021-04-19Disable testing via AppVeyorRob Mensching1-0/+2
2021-04-19Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching30-58/+58
2021-04-19Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching22-48/+148
2021-04-19Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching2-8/+30
2021-04-19Detect duplicate CacheIdsRob Mensching4-11/+43
2021-04-19Set well-known deferred properties to String.Empty when not presentRob Mensching2-19/+18
2021-04-19Resolve container and payload DownloadUrlsRob Mensching4-48/+138
2021-04-14Fix infinite loop in ResolveDelayedFieldsCommand and add failing test.Sean Hall3-0/+37
2021-04-14Fix balutil.slnRob Mensching1-26/+0
2021-04-14Allow BA to update feed sourceRob Mensching5-0/+39
2021-04-14Add MEND request state to repair any missing files in MSI packagesRob Mensching11-25/+35
2021-04-14Allow BA to update feed sourceRob Mensching6-2/+77
2021-04-14Add MEND request state to repair any missing files in MSI packagesRob Mensching4-6/+23
2021-04-14Layout using the source engine handleRob Mensching7-17/+49
2021-04-14Detect system MSI packages before user managed packagesRob Mensching1-6/+6
2021-04-14Avoid activating the engine's windowsRob Mensching2-2/+4
2021-04-14Enhanced reboot pending detectionRob Mensching2-1/+69
2021-04-14Port support for ISO/IEC 19770-2:2105 (aka SWID Tags-2)Rob Mensching12-51/+61
2021-04-14Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching2-19/+2
2021-04-12Use verutil for handling versions in WiuEnumRelatedProductCodes.Sean Hall1-12/+24
2021-04-12Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgressRob Mensching1-11/+6
2021-04-12Port missing WiX v3 changesRob Mensching7-35/+254
2021-04-12Fix decompilation of directories as children TARGETDIR.Bob Arnson6-20/+61
2021-04-12Add support for RepairCondition on Exe, Msi and Msp packagesRob Mensching2-0/+21