| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent | Martin Ridgers | 2021-10-29 | 1 | -1/+1 | |
| | * | | | | | | | Fixed up Windows-specific include statements | Martin Ridgers | 2021-10-29 | 1 | -1/+4 | |
| * | | | | | | | | Fixed bug in z$ service returning partial cache records and enable small obje... | Per Larsson | 2021-12-14 | 1 | -9/+19 | |
| * | | | | | | | | Fixed bug in z$ GC. | Per Larsson | 2021-12-13 | 1 | -34/+36 | |
| * | | | | | | | | Refactored z$ GC. | Per Larsson | 2021-12-13 | 2 | -134/+182 | |
| * | | | | | | | | Added size to GcStorage. | Per Larsson | 2021-12-10 | 3 | -30/+24 | |
| * | | | | | | | | Format fix. | Per Larsson | 2021-12-09 | 1 | -1/+3 | |
| * | | | | | | | | Disabled cache tracker. | Per Larsson | 2021-12-09 | 2 | -5/+14 | |
| * | | | | | | | | Added options for Z$ max duration and whether to collect small objects. | Per Larsson | 2021-12-09 | 1 | -155/+134 | |
| * | | | | | | | | Fixed bug in z$ garbage collection. | Per Larsson | 2021-12-09 | 1 | -117/+150 | |
| * | | | | | | | | Added z$ GC tests. | Per Larsson | 2021-12-09 | 1 | -28/+140 | |
| * | | | | | | | | Added support for z$ small object garbage collection. | Per Larsson | 2021-12-08 | 1 | -42/+205 | |
| * | | | | | | | | First pass of z$ garbage collection. | Per Larsson | 2021-12-07 | 2 | -4/+99 | |
| * | | | | | | | | Added support for time based eviction policy in structured cache. | Per Larsson | 2021-12-07 | 2 | -116/+215 | |
| * | | | | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gc | Per Larsson | 2021-12-01 | 1 | -12/+28 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Fixed crash in cache tracker. | Per Larsson | 2021-11-30 | 1 | -12/+28 | |
| * | | | | | | | | | Added naive container CAS GC support. | Per Larsson | 2021-12-01 | 1 | -1/+0 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Added CacheStore and CAS store sizes to status endpoint. | Per Larsson | 2021-11-30 | 2 | -7/+27 | |
| * | | | | | | | | Added z$ memory/disk layer size. | Per Larsson | 2021-11-29 | 2 | -18/+177 | |
| * | | | | | | | | explicitly delete some unnecessary class members to ensure proper usage | Stefan Boberg | 2021-11-18 | 1 | -0/+9 | |
| * | | | | | | | | Fixed up some merge fallout | Stefan Boberg | 2021-11-18 | 3 | -119/+31 | |
| * | | | | | | | | merge from main | Stefan Boberg | 2021-11-18 | 4 | -194/+604 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | * | | | | | | | Handle 'partial on error' cache policy. | Per Larsson | 2021-11-15 | 1 | -15/+35 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | | Updated cache policy according to UE. | Per Larsson | 2021-11-15 | 1 | -1/+1 | |
| | * | | | | | | Removed sorting of chunk requests. | Per Larsson | 2021-11-14 | 1 | -2/+0 | |
| | * | | | | | | Fixed typo in object key. | Per Larsson | 2021-11-14 | 1 | -1/+1 | |
| | * | | | | | | Parse chunk ID from chunk request. | Per Larsson | 2021-11-14 | 1 | -5/+11 | |
| | * | | | | | | Cleanup attachment validation. | Per Larsson | 2021-11-13 | 1 | -48/+82 | |
| | * | | | | | | Relax constraint on partial cache records. | Per Larsson | 2021-11-12 | 1 | -72/+60 | |
| | * | | | | | | Fixed bug when cloning CbObject. | Per Larsson | 2021-11-12 | 1 | -1/+2 | |
| | * | | | | | | Movec cache utility types to zenutil and fixed unit tests. | Per Larsson | 2021-11-12 | 3 | -321/+26 | |
| | * | | | | | | Changed from batch to RPC. | Per Larsson | 2021-11-11 | 2 | -10/+10 | |
| | * | | | | | | Merge branch 'main' into zcache-batch | Per Larsson | 2021-11-11 | 2 | -8/+13 | |
| | |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| | | * | | | | | Format fix. | Per Larsson | 2021-11-11 | 2 | -8/+13 | |
| | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | | Handle batch requests asynchronously. | Per Larsson | 2021-11-11 | 1 | -144/+120 | |
| | * | | | | | Format and remove unused type. | Per Larsson | 2021-11-11 | 1 | -2/+1 | |
| | * | | | | | Added batch API to upstream endpoints. | Per Larsson | 2021-11-11 | 3 | -55/+63 | |
| | * | | | | | Honor cache policy. | Per Larsson | 2021-11-10 | 1 | -24/+48 | |
| | * | | | | | Changed RPC keys to camel case. | Per Larsson | 2021-11-10 | 2 | -43/+43 | |
| | * | | | | | Handle cache record policy. | Per Larsson | 2021-11-10 | 4 | -21/+87 | |
| | * | | | | | Sort cache keys when resolving payload ID's. | Per Larsson | 2021-11-09 | 4 | -47/+177 | |
| | * | | | | | Added batched get chunk(s). | Per Larsson | 2021-11-08 | 3 | -110/+263 | |
| | * | | | | | Added upstream batch API. | Per Larsson | 2021-11-02 | 3 | -122/+260 | |
| | * | | | | | Merge branch 'main' into zcache-batch | Per Larsson | 2021-11-01 | 4 | -120/+202 | |
| | |\| | | | | ||||||
| | | * | | | | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .h | Martin Ridgers | 2021-11-01 | 2 | -92/+116 | |
| | | | |_|/ | | |/| | | ||||||
| | | * | | | Fixed possible undefined use error | Martin Ridgers | 2021-11-01 | 1 | -1/+1 | |
| | | | |/ | | |/| | ||||||
| | * | | | First pass batch request. | Per Larsson | 2021-10-29 | 2 | -0/+73 | |
| | | |/ | |/| | ||||||
| * | | | gc: implemented timestamped snapshot persistence | Stefan Boberg | 2021-11-17 | 2 | -42/+146 | |
| * | | | z$: implemented basic bucket tracking | Stefan Boberg | 2021-11-04 | 1 | -0/+65 | |
| * | | | z$: basic access tracking | Stefan Boberg | 2021-11-03 | 5 | -51/+255 | |