aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache
Commit message (Expand)AuthorAgeFilesLines
* Allow for "Values" member of structured cache records that is equivalent to "...Zousar Shaker2022-01-041-0/+11
* Changed timestamp to atomic int64.Per Larsson2022-01-032-29/+55
* Added trace scopes.Per Larsson2021-12-152-0/+14
* Commented out unused local variablesMartin Ridgers2021-12-151-2/+2
* GCC has trouble parsing this sizeof expression without parenthesesMartin Ridgers2021-12-151-1/+1
* Fixed "incomplete type" error.Martin Ridgers2021-12-152-120/+120
* Removed duplicate unguarded Windows include statementMartin Ridgers2021-12-151-1/+0
* Merged main.Per Larsson2021-12-145-60/+76
|\
| * Fixed unused variable warningsMartin Ridgers2021-11-151-2/+2
| * GCC does not like CacheKey member being named the same as its typeMartin Ridgers2021-11-151-11/+11
| * Merged mainMartin Ridgers2021-11-151-15/+35
| |\
| * \ Merged mainMartin Ridgers2021-11-152-164/+463
| |\ \
| * \ \ Merged mainMartin Ridgers2021-11-122-8/+13
| |\ \ \
| * | | | ZenCacheDiskLayer::DiscoverBuckets() was using wstring for pathsMartin Ridgers2021-11-021-3/+7
| * | | | CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilderMartin Ridgers2021-11-022-12/+12
| * | | | Unused variables fixMartin Ridgers2021-11-021-11/+14
| * | | | Merged mainMartin Ridgers2021-11-012-92/+116
| |\ \ \ \
| * | | | | CacheBucket is going to get defined else where in an upcoming mergeMartin Ridgers2021-11-011-3/+1
| * | | | | Unhandled switch(enum) cases warningMartin Ridgers2021-11-011-0/+3
| * | | | | Merged mainMartin Ridgers2021-11-011-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merged mainMartin Ridgers2021-11-014-28/+86
| |\ \ \ \ \ \
| * | | | | | | Gave ZenCacheDiskLayer::CacheBucket a bodyMartin Ridgers2021-10-291-1/+3
| * | | | | | | Use THIRDPARTY_START/END instead of MSVC pragmasMartin Ridgers2021-10-291-3/+2
| * | | | | | | 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