aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/msuengine.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.Sean Hall2022-01-161-0/+10
| | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle.
* Make Burn require a non-empty KB for MsuPackages to be uninstallable.Sean Hall2022-01-161-7/+14
|
* Rename fUninstallable to fPermanent.Sean Hall2022-01-161-1/+1
| | | | Refactoring for #6459
* Refactor some dependency detection.Sean Hall2022-01-161-0/+4
| | | | | * Run DependencyDetect earlier * Do package dependency checking during each package/related bundle
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-1/+1
| | | | Fixes #6348
* Replace static cache internals with a struct.Sean Hall2021-08-041-1/+2
| | | | Initialize them explicitly to make it clearer when that happens.
* Put back the rollback cache package functionality and fix its bugs.Sean Hall2021-05-111-9/+1
| | | | #3719, #4711, #5750
* Move burn into burnRob Mensching2021-04-291-0/+529