aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fixed possible undefined use errorMartin Ridgers2021-11-011-1/+1
| | |/ | |/|
* | | z$: basic access trackingStefan Boberg2021-11-031-13/+23
* | | projectstore: added validation of oplog data during initializationStefan Boberg2021-11-011-4/+21
* | | Merged from mainStefan Boberg2021-10-291-1/+67
|\| |
| * | Minor cleanupStefan Boberg2021-10-291-37/+2
| * | z$: hooked up bucket traversal for gcStefan Boberg2021-10-291-11/+117
| |/
* | gc: Added GcStorage base class and hooked it up to CasGcStefan Boberg2021-10-211-9/+9
* | gc: Made ref tracking optional on `ZEN_USE_REF_TRACKING`Stefan Boberg2021-10-191-1/+1
* | cas: Hooked up GC to structured cacheStefan Boberg2021-10-191-16/+36
* | gc: moved GcContect from CAS into gc filesStefan Boberg2021-10-181-1/+7
|/
* 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
* structured cache: Added locking around large cache value updates to prevent r...Stefan Boberg2021-10-061-13/+37
* Merged from upstreamStefan Boberg2021-10-051-53/+141
* cas: added some GC stubsStefan Boberg2021-10-011-19/+22
* Eliminated use of ATL in StructuredCacheStore implementationStefan Boberg2021-09-261-41/+39
* Added scrubbing logic to ZenCacheDiskLayer/ZenCacheMemoryLayerStefan Boberg2021-09-231-49/+152
* Wired up scrubbing to more higher level servicesStefan Boberg2021-09-211-0/+7
* Added more scrub stubs in higher level servicesStefan Boberg2021-09-201-4/+32
* Moved more code into zen namespace, for consistencyStefan Boberg2021-09-201-45/+48
* Changed logging implementationStefan Boberg2021-09-151-3/+3
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-1/+1
* Fixed a race in bucket open/create logicStefan Boberg2021-08-311-10/+24
* Asynchronous upstream caching to JupiterPer Larsson2021-08-311-0/+1
* clang-format fixStefan Boberg2021-08-241-2/+2
* Fixed up drop logic (short circuiting fail!)Stefan Boberg2021-08-241-3/+5
* Improved ZenCacheStore::DropBucket logic and added loggingStefan Boberg2021-08-231-4/+8
* clang-formatStefan Boberg2021-08-201-1/+1
* Implemented support for dropping z$ buckets while onlineStefan Boberg2021-08-171-0/+67
* Implemented flush operations for cache servicesStefan Boberg2021-08-121-0/+6
* Bumped large object threshold to 64k, improved disk bucket replay mutex logicStefan Boberg2021-05-251-8/+6
* Fixed index flags for standalone filesStefan Boberg2021-05-241-3/+15
* Eliminated sidx file since it's no longer necessaryStefan Boberg2021-05-241-4/+0
* Z$ now tracks content type for large objects as well as small. Large objects ...Stefan Boberg2021-05-241-34/+92
* Implemented new URI addressing scheme for the Zen cache endpoints, and prepar...Stefan Boberg2021-05-231-12/+4
* Changed to tsl::robin_mapStefan Boberg2021-05-231-9/+23
* Tidied up some codeStefan Boberg2021-05-221-10/+9
* Split out structured cache store code into dedicated cpp/h pairStefan Boberg2021-05-221-0/+554