aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcache.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed so more loggers go via the zen::loggers interfaceStefan Boberg2021-09-151-2/+5
|
* Factored out http server related code into zenhttp module since it feels out ↵Stefan Boberg2021-09-091-1/+1
| | | | of place in zencore
* Asynchronous upstream caching to JupiterPer Larsson2021-08-311-13/+14
| | | | Co-authored-by: Stefan Boberg <[email protected]>
* added 'zen drop' command to drop cache buckets onlineStefan Boberg2021-08-171-1/+1
| | | | also cleaned up the server side implementation a bit
* Implemented support for dropping z$ buckets while onlineStefan Boberg2021-08-171-0/+1
|
* Implemented flush operations for cache servicesStefan Boberg2021-08-121-4/+11
| | | | Also implemented basic upstream query interface, which needs a bit more work to be fully functional (chunk propagation / fetching and new propagation policies as per DDC requirements)
* trivial: Updated commentStefan Boberg2021-08-101-1/+1
|
* Merged from origin/mainStefan Boberg2021-05-251-4/+13
|\
| * Added CidStore, currently used to track relationships between compressed and ↵Stefan Boberg2021-05-241-1/+3
| | | | | | | | | | | | uncompressed chunk hashes This first implementation is in-memory only, persistence is next
| * Implemented new URI addressing scheme for the Zen cache endpoints, and ↵Stefan Boberg2021-05-231-1/+3
| | | | | | | | prepared for additional indexing capabilities
| * Split out structured cache store code into dedicated cpp/h pairStefan Boberg2021-05-221-1/+1
| |
| * Partial refactoring of structured cache implementation - WIPStefan Boberg2021-05-211-5/+6
| |
| * WIP structured cache endpoints - tactical check-in not fully functional yetStefan Boberg2021-05-201-2/+13
| |
* | Updated structured cache descriptionStefan Boberg2021-05-251-0/+23
|/
* Adding zenservice codeStefan Boberg2021-05-111-0/+40