aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/apply.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-28/+134
| | | | Reimplements #3190
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-0/+94
| | | | Related to #3693
* Always pass through the return value for FilesInUse messages.Sean Hall2021-12-301-4/+14
|
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-18/+26
| | | | Fixes #6348
* Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING.Bob Arnson2021-12-271-1/+1
| | | | Thanks to @rseanhall's sharp eyes.
* After rolling back in a non-vital rollback boundary, skip to its end.Sean Hall2021-12-131-25/+48
| | | | Fixes #6309
* Make sure failure inside of a non-vital rollback boundary is ignored.Nir Bar2021-08-121-1/+4
|
* Always use user's temp directory as basis for acquisition folder.Sean Hall2021-08-041-0/+3
| | | | Fixes #5830
* Replace static cache internals with a struct.Sean Hall2021-08-041-14/+20
| | | | Initialize them explicitly to make it clearer when that happens.
* Fix building and perf for bundles with 1000s of package and BA payloadsSean Hall2021-06-091-1/+1
| | | | Fixes other half of #5300
* Make IgnoreRollbackError set HRESULT to S_OK.Sean Hall2021-05-191-2/+2
|
* Add InProgressDisplayName for bundles.Sean Hall2021-05-191-26/+61
| | | | #6296
* Put back the rollback cache package functionality and fix its bugs.Sean Hall2021-05-111-41/+58
| | | | #3719, #4711, #5750
* Enforce payload and container verification.Sean Hall2021-05-111-2/+2
|
* Synchronize access to cOverallProgressTicks between Cache and Execute.Sean Hall2021-05-111-35/+27
| | | | #4414
* Reset the package's cache folder only once.Sean Hall2021-05-111-4/+11
| | | | | | This behavior makes it work similar to the root package cache folder and avoids performance problems when there are many payloads in the package. #4774
* Move burn into burnRob Mensching2021-04-291-0/+3096