Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-11 | Merge Dtf | Rob Mensching | 247 | -0/+52895 | |
2021-04-29 | Move balutil into API/burn | Rob Mensching | 108 | -0/+0 | |
2021-04-29 | Migrate Burn API headers from burn repository | Rob Mensching | 8 | -0/+2056 | |
2021-04-29 | Move burn into burn | Rob Mensching | 141 | -0/+0 | |
2021-04-29 | Integrate new build scripts with signing support | Rob Mensching | 16 | -57/+307 | |
2021-04-29 | Migrate Burn API headers to balutil repository | Rob Mensching | 14 | -2214/+42 | |
2021-04-29 | Integrate new build scripts with signing support | Rob Mensching | 13 | -71/+112 | |
2021-04-29 | Move Extensiblity into API/wix | Rob Mensching | 104 | -0/+0 | |
2021-04-29 | Move Data into API/wix | Rob Mensching | 294 | -0/+0 | |
2021-04-29 | Move wcautil into libs/wcautil | Rob Mensching | 29 | -0/+0 | |
2021-04-29 | Move dutil into libs/dutil | Rob Mensching | 164 | -0/+0 | |
2021-04-29 | Update to latest build infrastructure | Rob Mensching | 10 | -70/+154 | |
2021-04-29 | Integrate size_t and OnPlanPackageBegin changes in Burn headers. | Sean Hall | 30 | -215/+244 | |
2021-04-29 | Let BA override the package's cache type during Plan. | Sean Hall | 16 | -102/+117 | |
Rename cache types to REMOVE, KEEP, FORCE. Change implementation of FORCE to not be through CACHED request state. Create package condition enum so BA can tell when InstallCondition wasn't specified. Tell BA when package is cached. Tell BA when package is planned to be cached and uncached. | |||||
2021-04-29 | size_t-ify BootstrapperEngine.h and BundleExtensionEngine.h | Sean Hall | 6 | -21/+21 | |
2021-04-29 | Clean up 32-bit assumptions. | Sean Hall | 17 | -164/+139 | |
2021-04-29 | Clean up more 32-bit assumptions. | Sean Hall | 6 | -65/+72 | |
2021-04-29 | Clean up more 32-bit assumptions. | Sean Hall | 26 | -207/+446 | |
2021-04-25 | Enable better bundle validation. | Sean Hall | 3 | -3/+8 | |
2021-04-25 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -1/+0 | |
2021-04-25 | Set source of attached containers to WixBundleOriginalSource if set. | Sean Hall | 2 | -5/+72 | |
Use file size when probing local files. #5586 | |||||
2021-04-25 | Add support for downloading embedded payloads. | Sean Hall | 4 | -22/+21 | |
#5253 | |||||
2021-04-25 | Share code to map stream name to payload when extracting containers. | Sean Hall | 4 | -52/+20 | |
2021-04-25 | DOWNLOAD is not a valid packaging value. | Sean Hall | 2 | -11/+3 | |
2021-04-25 | UX payloads are never external, part 2. | Sean Hall | 4 | -35/+5 | |
2021-04-25 | For payloads in a container, prefer the container over local paths. | Sean Hall | 3 | -11/+43 | |
Still consider the destination path to avoid extracting the container for every payload. #3640 | |||||
2021-04-22 | Move WixBuildTools into internal | Rob Mensching | 65 | -0/+0 | |
2021-04-20 | Improve documentation | Rob Mensching | 1 | -1/+18 | |
2021-04-20 | Undo RepairCondition until a more complete design is done | Rob Mensching | 3 | -24/+0 | |
2021-04-20 | Unport LocProbeForFileEx() as WiX v4 had better solution | Rob Mensching | 2 | -32/+9 | |
2021-04-19 | Add new caching BA events. | Sean Hall | 9 | -378/+943 | |
#3640 | |||||
2021-04-19 | Replace OnResolveSource with OnCacheAcquireResolving. | Sean Hall | 22 | -291/+444 | |
Update balretry to have a separate type for container vs payload. #3640 | |||||
2021-04-19 | Fix typo. | Sean Hall | 1 | -1/+1 | |
2021-04-19 | Fix typo. | Sean Hall | 1 | -1/+1 | |
2021-04-19 | Allow setting source from OnCacheAcquireResolving. | Sean Hall | 6 | -43/+92 | |
2021-04-19 | Clean up caching log messages. | Sean Hall | 2 | -18/+25 | |
2021-04-19 | Send more progress during cache verification. | Sean Hall | 11 | -148/+712 | |
Add verifyStep to OnCacheVerifyProgress. Send OnContainerOrPayloadVerify events only if file existed in cache. | |||||
2021-04-19 | Make sure OnCache*Begin events always pair with their complete event. | Sean Hall | 1 | -36/+85 | |
2021-04-19 | Perform all layout operations in the BA process. | Sean Hall | 3 | -217/+45 | |
2021-04-19 | Add OnCachePayloadExtract*. | Sean Hall | 6 | -4/+207 | |
2021-04-19 | When extracting a container use the uncompressed file size for progress | Sean Hall | 4 | -10/+33 | |
Remove the container's cache progress when reextracting Skip extracting payloads that are already cached | |||||
2021-04-19 | Remove the package's cache progress when retrying the whole package. | Sean Hall | 3 | -30/+47 | |
2021-04-19 | Add BURN_PAYLOAD_GROUP_ITEM to be able to move payloads during caching. | Sean Hall | 12 | -50/+98 | |
2021-04-19 | Elevate for CacheVerifyContainer/Payload. | Sean Hall | 5 | -31/+209 | |
2021-04-19 | Add OnCacheContainerOrPayloadVerify* for a file already in the cache. | Sean Hall | 4 | -9/+227 | |
2021-04-19 | UX payloads are never external. | Sean Hall | 7 | -32/+11 | |
2021-04-19 | Add OnCacheVerifyProgress, though currently it only reports at the end. | Sean Hall | 4 | -33/+118 | |
2021-04-19 | Make sure payload unverified path is not read-only during acquisition. | Sean Hall | 1 | -24/+37 | |
2021-04-19 | Track progress of bundle being laid out. | Sean Hall | 1 | -6/+25 | |
2021-04-19 | Always send OnCacheAcquireProgress at least once per payload. | Sean Hall | 3 | -161/+185 | |
Always send OnCacheAcquireProgress between OnCacheAcquireBegin and OnCacheAcquireComplete. Track the successful cache acquisition progress during the final progress call. |