aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Moved declaration of ZenDiskCacheLayer::CacheBucket in the .hMartin 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
|\|
| * Fixed possible undefined use errorMartin Ridgers2021-11-011-1/+1
* | Merged mainMartin Ridgers2021-11-014-28/+86
|\|
| * Minor cleanupStefan Boberg2021-10-291-37/+2
| * z$: hooked up bucket traversal for gcStefan Boberg2021-10-292-14/+121
| * Removed unused source filesStefan Boberg2021-10-292-14/+0
* | 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
|/
* structured cache: Implemented GarbageCollect() for disk and memory bucketsStefan Boberg2021-10-161-26/+87
* structured cache: fixed mistake in back-off logicStefan Boberg2021-10-151-9/+14
* clang-formatStefan Boberg2021-10-151-1/+1
* structuredcache: add code to handle conflict which can occur when multiple PU...Stefan Boberg2021-10-131-8/+27
* Ratios should not be percentages (this should be done in presentation)Stefan Boberg2021-10-111-2/+2
* stats: Added support for handler unregistrationStefan Boberg2021-10-111-2/+6
* structured cache: Added locking around large cache value updates to prevent r...Stefan Boberg2021-10-061-13/+37
* Support for asynchronous HTTP response processing (#19)Stefan Boberg2021-10-062-120/+120
* Merged from upstreamStefan Boberg2021-10-054-71/+201
* http: Moved logic for body suppression to a more central locationStefan Boberg2021-10-031-8/+0
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-031-4/+27
|\
| * Merged from upstreamStefan Boberg2021-10-031-3/+24
| |\
| | * Added support for SkipData cache policy.Per Larsson2021-10-031-3/+24
| * | structurec cache: Added ad hoc special case for /z$/stats.json requestStefan Boberg2021-10-031-1/+3
| |/
* / structured cache: Added some more stats (hits/misses/upstream_hits)Stefan Boberg2021-10-021-0/+2
|/
* cas: added some GC stubsStefan Boberg2021-10-012-33/+25
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-10-012-0/+35
|\
| * Added cache HIT/MISS stat counters.Per Larsson2021-10-012-0/+35
* | structured cache: Fixed package payload endpoint handling of HEADStefan Boberg2021-10-011-1/+1
|/
* Improved error handling for upstream endpoints.Per Larsson2021-10-011-1/+1
* Added upstream cache perf metrics.Per Larsson2021-10-011-0/+6
* structured cache: fixed how HEAD requests are handledStefan Boberg2021-09-301-1/+1
* structured cache: Rewrote metrics tracking using OperationTimingStefan Boberg2021-09-302-9/+3
* structured cache: added request meter and stats reportingStefan Boberg2021-09-302-1/+7
* structured cache: Added stats test code (needs additional work / metrics)Stefan Boberg2021-09-302-0/+23
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-281-30/+50
|\
| * Removed using the bucket name to detect binary cache records and store conten...Per Larsson2021-09-281-30/+50
* | Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-6/+4
|/
* Removed unused KV cache related codeStefan Boberg2021-09-262-336/+0
* Eliminated use of ATL in StructuredCacheStore implementationStefan Boberg2021-09-261-41/+39
* Added scrubbing logic to ZenCacheDiskLayer/ZenCacheMemoryLayerStefan Boberg2021-09-232-49/+153
* Fixed unused variable warningStefan Boberg2021-09-221-1/+0
* Refactored get/set cache pyload.Per Larsson2021-09-212-98/+87