aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcachestore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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