aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/cachestore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed unused KV cache related codeStefan Boberg2021-09-261-252/+0
* Changed logging implementationStefan Boberg2021-09-151-8/+8
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-151-1/+1
* Fixed up legacy cache store for CRC32 function renameStefan Boberg2021-05-241-2/+2
* Moved CRC32 compute into separate cpp/h to enable usage outside of the retro ...Stefan Boberg2021-05-241-291/+3
* Split out structured cache store code into dedicated cpp/h pairStefan Boberg2021-05-221-558/+10
* Structured cache changesStefan Boberg2021-05-221-200/+32
* Fixed up PutLargeObject() error handlingStefan Boberg2021-05-211-14/+26
* Partial refactoring of structured cache implementation - WIPStefan Boberg2021-05-211-14/+14
* WIP structured cache endpoints - tactical check-in not fully functional yetStefan Boberg2021-05-201-0/+5
* Added paths as context to I/O error exception messagesStefan Boberg2021-05-111-2/+6
* Adding zenservice codeStefan Boberg2021-05-111-0/+1235