aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/cache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Always use user's temp directory as basis for acquisition folder.Sean Hall2021-08-041-29/+61
| | | | Fixes #5830
* Add argument and policy setting to set Burn's base working directory.Sean Hall2021-08-041-9/+56
| | | | Fixes #5856
* Replace static cache internals with a struct.Sean Hall2021-08-041-246/+259
| | | | Initialize them explicitly to make it clearer when that happens.
* Get system TEMP path from the registry.Sean Hall2021-08-041-14/+9
| | | | Also, correctly handle return codes from related path APIs.
* Bring back Burn's implementation of signature verification.Sean Hall2021-05-111-0/+131
| | | | partial #6447
* Enforce payload and container verification.Sean Hall2021-05-111-15/+80
|
* Reset the package's cache folder only once.Sean Hall2021-05-111-15/+43
| | | | | | 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
* Allow launching approved exes from the original package cache.Sean Hall2021-05-111-20/+71
|
* Move burn into burnRob Mensching2021-04-291-0/+2052