aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unelevation code since clean room changes made it unreachable.Sean Hall2021-08-041-14/+0
* Require clean room switch to be first argument and catch embedded switch spec...Sean Hall2021-08-041-5/+17
* Recreate the command line for the clean room process.Sean Hall2021-08-041-29/+234
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-72/+60
* Add BURN_DEPENDENCIES struct to store Dependency state.Sean Hall2021-08-041-11/+18
* Replace static cache internals with a struct.Sean Hall2021-08-041-12/+11
* Update Burn ARP command lines to skip clean room.Sean Hall2021-08-041-11/+16
* Make the BA responsible for parsing restart prompt behavior.Sean Hall2021-07-021-39/+0
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-021-1/+8
* Apply shouldn't abort if restart's required when doing special actions.Sean Hall2021-06-171-2/+2
* Show Burn splash screen earlier.Sean Hall2021-06-091-3/+42
* Update Burn command line parsing to handle unknown args separately.Sean Hall2021-06-091-90/+141
* Try to log Burn command line even if it was invalid.Sean Hall2021-06-091-24/+70
* Put back the rollback cache package functionality and fix its bugs.Sean Hall2021-05-111-8/+21
* Cache packages that will be present for CACHE/INSTALL overall actions.Sean Hall2021-05-111-1/+1
* Synchronize access to cOverallProgressTicks between Cache and Execute.Sean Hall2021-05-111-20/+23
* Move burn into burnRob Mensching2021-04-291-0/+1856