aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/cache.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to skip a local path candidate if it failed verification.Sean Hall2022-08-031-0/+5
| | | | Fixes 6818
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-071-0/+7
|
* Always use user's temp directory as basis for acquisition folder.Sean Hall2021-08-041-4/+8
| | | | Fixes #5830
* Replace static cache internals with a struct.Sean Hall2021-08-041-10/+47
| | | | Initialize them explicitly to make it clearer when that happens.
* Reset the package's cache folder only once.Sean Hall2021-05-111-0/+3
| | | | | | 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-4/+3
|
* Move burn into burnRob Mensching2021-04-291-0/+216