| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Fixed bug in z$ GC. | Per Larsson | 2021-12-13 | 2 | -18/+25 | |
| * | | | | | Refactored z$ GC. | Per Larsson | 2021-12-13 | 2 | -6/+31 | |
| * | | | | | Added support for triggering GC with different params and refactored GC sched... | Per Larsson | 2021-12-12 | 2 | -72/+157 | |
| * | | | | | Added size to GcStorage. | Per Larsson | 2021-12-10 | 6 | -20/+26 | |
| * | | | | | Set GC default enabled and interval set to zero (off). | Per Larsson | 2021-12-10 | 2 | -39/+52 | |
| * | | | | | Format fix. | Per Larsson | 2021-12-09 | 1 | -5/+5 | |
| * | | | | | Added options for Z$ max duration and whether to collect small objects. | Per Larsson | 2021-12-09 | 3 | -13/+20 | |
| * | | | | | GC default off. | Per Larsson | 2021-12-09 | 1 | -1/+1 | |
| * | | | | | Added tombstone flag to file cas. | Per Larsson | 2021-12-08 | 2 | -4/+17 | |
| * | | | | | Added support for time based eviction policy in structured cache. | Per Larsson | 2021-12-07 | 2 | -6/+49 | |
| * | | | | | Fixed bug in container GC. | Per Larsson | 2021-12-05 | 1 | -1/+1 | |
| * | | | | | Check available disk space before GC. | Per Larsson | 2021-12-05 | 2 | -2/+31 | |
| * | | | | | Added simple GC interval scheduling. | Per Larsson | 2021-12-05 | 4 | -33/+180 | |
| * | | | | | Added naive container CAS GC support. | Per Larsson | 2021-12-01 | 5 | -45/+221 | |
| * | | | | | Added CacheStore and CAS store sizes to status endpoint. | Per Larsson | 2021-11-30 | 3 | -1/+8 | |
| * | | | | | Added CAS total size. | Per Larsson | 2021-11-30 | 6 | -12/+130 | |
| * | | | | | Moved GC to background thread and added endpoint to trigger/status GC. | Per Larsson | 2021-11-29 | 2 | -2/+48 | |
| * | | | | | gc: implemented CID remapping for GC | Stefan Boberg | 2021-11-01 | 2 | -2/+50 | |
| * | | | | | cid: Added RemapCid() for use in GC | Stefan Boberg | 2021-11-01 | 2 | -0/+19 | |
| * | | | | | gc: added DeletionMode flag to allow gc dry runs | Stefan Boberg | 2021-11-01 | 3 | -0/+27 | |
| * | | | | | cidstore: implemented validation of data during index initialization | Stefan Boberg | 2021-11-01 | 1 | -9/+24 | |
| * | | | | | caslog: Added GetLogSize, fixed issue with append offset computation | Stefan Boberg | 2021-11-01 | 2 | -1/+8 | |
| * | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gc | Stefan Boberg | 2021-11-01 | 1 | -10/+60 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | filecas: Fixed debug logging | Stefan Boberg | 2021-11-01 | 1 | -10/+60 | |
| | * | | | | | Merge remote-tracking branch 'origin/main' into gc | Stefan Boberg | 2021-10-28 | 2 | -0/+66 | |
| | |\ \ \ \ \ | | | |_|_|/ | | |/| | | | ||||||
| * | | | | | | gc: CollectGarbage implementation | Stefan Boberg | 2021-11-01 | 2 | -1/+18 | |
| * | | | | | | Merged from main | Stefan Boberg | 2021-10-29 | 2 | -0/+66 | |
| |\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| | * | | / | Lockfile implementation (#24) | Stefan Boberg | 2021-10-27 | 2 | -0/+66 | |
| | | |_|/ | |/| | | ||||||
| * | | | | cas: minor improvement to CasLogFile::Open error handling | Stefan Boberg | 2021-10-25 | 1 | -1/+1 | |
| * | | | | general: Fixed up some vcxproj files which had a warning level set | Stefan Boberg | 2021-10-24 | 2 | -3/+4 | |
| * | | | | clang-format | Stefan Boberg | 2021-10-23 | 2 | -2/+2 | |
| * | | | | cas: fixed some warnings | Stefan Boberg | 2021-10-23 | 3 | -9/+14 | |
| * | | | | compactcas: Changed CasDiskLocation implementation so it can store chunks > 4... | Stefan Boberg | 2021-10-22 | 3 | -14/+128 | |
| * | | | | filecas: minor code restructuring | Stefan Boberg | 2021-10-21 | 1 | -15/+16 | |
| * | | | | filecas: Added commit log, chunk gc | Stefan Boberg | 2021-10-21 | 8 | -18/+151 | |
| * | | | | gc: Added GcStorage base class and hooked it up to CasGc | Stefan Boberg | 2021-10-21 | 6 | -22/+74 | |
| * | | | | cas: Adding cas.file.gc test for exercising garbage collection (incomplete) | Stefan Boberg | 2021-10-20 | 1 | -1/+35 | |
| * | | | | gc: comment | Stefan Boberg | 2021-10-19 | 1 | -0/+9 | |
| * | | | | gc: Made ref tracking optional on `ZEN_USE_REF_TRACKING` | Stefan Boberg | 2021-10-19 | 1 | -44/+45 | |
| * | | | | Merge from main | Stefan Boberg | 2021-10-19 | 2 | -41/+55 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'gc' of https://github.com/EpicGames/zen into gc | Stefan Boberg | 2021-10-19 | 1 | -21/+96 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Some gc interface stubs | Stefan Boberg | 2021-10-18 | 2 | -3/+17 | |
| * | | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gc | Stefan Boberg | 2021-10-19 | 1 | -21/+96 | |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | | cas: Factored out OpenOrCreateManifest | Stefan Boberg | 2021-10-19 | 1 | -45/+49 | |
| | * | | | | | cas: implemented manifest update/upgrade | Stefan Boberg | 2021-10-19 | 1 | -24/+56 | |
| | * | | | | | cas: added structured manifest support | Stefan Boberg | 2021-10-19 | 1 | -8/+47 | |
| | |/ / / / | ||||||
| * / / / / | cas: Hooked up GC to structured cache | Stefan Boberg | 2021-10-19 | 6 | -4/+64 | |
| |/ / / / | ||||||
| * / / / | gc: moved GcContect from CAS into gc files | Stefan Boberg | 2021-10-18 | 4 | -46/+54 | |
| |/ / / | ||||||
| * | / | zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar... | Stefan Boberg | 2021-10-15 | 1 | -7/+2 | |
| | |/ |/| | ||||||
| * | | clang-format | Stefan Boberg | 2021-10-15 | 2 | -5/+5 | |
| |/ | ||||||