| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Alphebetical include order | Martin Ridgers | 2021-10-28 | 1 | -1/+1 | |
| | * | LockFile implementation for Linux | Martin Ridgers | 2021-10-28 | 1 | -0/+22 | |
| | * | Merged main | Martin Ridgers | 2021-10-28 | 2 | -0/+66 | |
| | |\ | ||||||
| | * | | Implemented filecas.cpp for POSIX platforms | Martin Ridgers | 2021-10-25 | 1 | -2/+92 | |
| | * | | open() flags were incorrect and it would not create new files | Martin Ridgers | 2021-10-25 | 1 | -1/+1 | |
| | * | | Compile fixes due to std::fs::path's differing character types | Martin Ridgers | 2021-10-20 | 1 | -4/+7 | |
| | * | | Fixed concrete Visitor to use the correct argument types | Martin Ridgers | 2021-10-20 | 1 | -2/+2 | |
| | * | | Cross-platform argument to ZEN_DEBUG() | Martin Ridgers | 2021-10-20 | 1 | -1/+1 | |
| | * | | Use cross-platform ExtPathBuilder instead of ExtWideStrBuilder | Martin Ridgers | 2021-10-18 | 2 | -6/+6 | |
| | * | | Merged main | Martin Ridgers | 2021-10-16 | 1 | -7/+2 | |
| | |\ \ | ||||||
| | * \ \ | Merged main | Martin Ridgers | 2021-10-15 | 2 | -5/+5 | |
| | |\ \ \ | ||||||
| | * | | | | Implemented basicfile.cpp for POSIX platforms | Martin Ridgers | 2021-10-14 | 1 | -0/+54 | |
| | * | | | | std::fs::path cannot be forward declared. | Martin Ridgers | 2021-10-13 | 1 | -3/+1 | |
| | * | | | | Signed/unsigned comparison mismatch | Martin Ridgers | 2021-10-13 | 1 | -1/+1 | |
| | * | | | | Moved zencore/windows.h include from basicfile.h to basicfile.cpp | Martin Ridgers | 2021-10-13 | 2 | -4/+4 | |
| | * | | | | Replaced use of DWORD with uint32_t | Martin Ridgers | 2021-10-13 | 2 | -2/+2 | |
| | * | | | | Misplaced nodiscard attribute | Martin Ridgers | 2021-10-12 | 1 | -3/+3 | |
| | * | | | | Only include zencore/windows.h on Windows | Martin Ridgers | 2021-10-12 | 4 | -7/+18 | |
| | * | | | | Corrected incorrect casing of include statements | Martin Ridgers | 2021-10-12 | 7 | -9/+9 | |
| * | | | | | Fixed bug in z$ service returning partial cache records and enable small obje... | Per Larsson | 2021-12-14 | 5 | -12/+23 | |
| * | | | | | Remove Cid to CAS chunk mapping after GC. | Per Larsson | 2021-12-13 | 8 | -11/+166 | |
| * | | | | | 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 | |