aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistentMartin Ridgers2021-10-291-1/+1
| * | | | | | | Fixed up Windows-specific include statementsMartin Ridgers2021-10-291-1/+4
* | | | | | | | Fixed bug in z$ service returning partial cache records and enable small obje...Per Larsson2021-12-141-9/+19
* | | | | | | | Fixed bug in z$ GC.Per Larsson2021-12-131-34/+36
* | | | | | | | Refactored z$ GC.Per Larsson2021-12-132-134/+182
* | | | | | | | Added size to GcStorage.Per Larsson2021-12-103-30/+24
* | | | | | | | Format fix.Per Larsson2021-12-091-1/+3
* | | | | | | | Disabled cache tracker.Per Larsson2021-12-092-5/+14
* | | | | | | | Added options for Z$ max duration and whether to collect small objects.Per Larsson2021-12-091-155/+134
* | | | | | | | Fixed bug in z$ garbage collection.Per Larsson2021-12-091-117/+150
* | | | | | | | Added z$ GC tests.Per Larsson2021-12-091-28/+140
* | | | | | | | Added support for z$ small object garbage collection.Per Larsson2021-12-081-42/+205
* | | | | | | | First pass of z$ garbage collection.Per Larsson2021-12-072-4/+99
* | | | | | | | Added support for time based eviction policy in structured cache.Per Larsson2021-12-072-116/+215
* | | | | | | | Merge branch 'gc' of https://github.com/EpicGames/zen into gcPer Larsson2021-12-011-12/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixed crash in cache tracker.Per Larsson2021-11-301-12/+28
* | | | | | | | | Added naive container CAS GC support.Per Larsson2021-12-011-1/+0
|/ / / / / / / /
* | | | | | | | Added CacheStore and CAS store sizes to status endpoint.Per Larsson2021-11-302-7/+27
* | | | | | | | Added z$ memory/disk layer size.Per Larsson2021-11-292-18/+177
* | | | | | | | explicitly delete some unnecessary class members to ensure proper usageStefan Boberg2021-11-181-0/+9
* | | | | | | | Fixed up some merge falloutStefan Boberg2021-11-183-119/+31
* | | | | | | | merge from mainStefan Boberg2021-11-184-194/+604
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Handle 'partial on error' cache policy.Per Larsson2021-11-151-15/+35
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Updated cache policy according to UE.Per Larsson2021-11-151-1/+1
| * | | | | | Removed sorting of chunk requests.Per Larsson2021-11-141-2/+0
| * | | | | | Fixed typo in object key.Per Larsson2021-11-141-1/+1
| * | | | | | Parse chunk ID from chunk request.Per Larsson2021-11-141-5/+11
| * | | | | | Cleanup attachment validation.Per Larsson2021-11-131-48/+82
| * | | | | | Relax constraint on partial cache records.Per Larsson2021-11-121-72/+60
| * | | | | | Fixed bug when cloning CbObject.Per Larsson2021-11-121-1/+2
| * | | | | | Movec cache utility types to zenutil and fixed unit tests.Per Larsson2021-11-123-321/+26
| * | | | | | Changed from batch to RPC.Per Larsson2021-11-112-10/+10
| * | | | | | Merge branch 'main' into zcache-batchPer Larsson2021-11-112-8/+13
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Format fix.Per Larsson2021-11-112-8/+13
| | | |_|_|/ | | |/| | |
| * | | | | Handle batch requests asynchronously.Per Larsson2021-11-111-144/+120
| * | | | | Format and remove unused type.Per Larsson2021-11-111-2/+1
| * | | | | Added batch API to upstream endpoints.Per Larsson2021-11-113-55/+63
| * | | | | Honor cache policy.Per Larsson2021-11-101-24/+48
| * | | | | Changed RPC keys to camel case.Per Larsson2021-11-102-43/+43
| * | | | | Handle cache record policy.Per Larsson2021-11-104-21/+87
| * | | | | Sort cache keys when resolving payload ID's.Per Larsson2021-11-094-47/+177
| * | | | | Added batched get chunk(s).Per Larsson2021-11-083-110/+263
| * | | | | Added upstream batch API.Per Larsson2021-11-023-122/+260
| * | | | | Merge branch 'main' into zcache-batchPer Larsson2021-11-014-120/+202
| |\| | | |
| | * | | | Moved declaration of ZenDiskCacheLayer::CacheBucket in the .hMartin Ridgers2021-11-012-92/+116
| | | |_|/ | | |/| |
| | * | | Fixed possible undefined use errorMartin Ridgers2021-11-011-1/+1
| | | |/ | | |/|
| * | | First pass batch request.Per Larsson2021-10-292-0/+73
| | |/ | |/|
* | | gc: implemented timestamped snapshot persistenceStefan Boberg2021-11-172-42/+146
* | | z$: implemented basic bucket trackingStefan Boberg2021-11-041-0/+65
* | | z$: basic access trackingStefan Boberg2021-11-035-51/+255