aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/engine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Always use user's temp directory as basis for acquisition folder.Sean Hall2021-08-041-2/+2
* Add argument and policy setting to set Burn's base working directory.Sean Hall2021-08-041-0/+1
* Remove unelevation code since clean room changes made it unreachable.Sean Hall2021-08-041-21/+9
* Create separate log file for clean room.Sean Hall2021-08-041-0/+17
* Recreate the command line for the clean room process.Sean Hall2021-08-041-21/+3
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-13/+12
* Add BURN_DEPENDENCIES struct to store Dependency state.Sean Hall2021-08-041-3/+4
* Replace static cache internals with a struct.Sean Hall2021-08-041-7/+11
* Update Burn ARP command lines to skip clean room.Sean Hall2021-08-041-2/+1
* Show Burn splash screen earlier.Sean Hall2021-06-091-6/+9
* Update Burn command line parsing to handle unknown args separately.Sean Hall2021-06-091-52/+8
* Try to log Burn command line even if it was invalid.Sean Hall2021-06-091-12/+30
* Move burn into burnRob Mensching2021-04-291-0/+992