aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcache.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Added CidStore, currently used to track relationships between compressed and ↵Stefan Boberg2021-05-241-3/+7
| | | | | | uncompressed chunk hashes This first implementation is in-memory only, persistence is next
* Validate payloads using embedded CompressedBuffer hashStefan Boberg2021-05-241-2/+5
|
* Fixed attachment index code so it doesn't generate zero-sized compactbinary ↵Stefan Boberg2021-05-241-9/+13
| | | | arrays (which are disallowed)
* Implemented new URI addressing scheme for the Zen cache endpoints, and ↵Stefan Boberg2021-05-231-18/+137
| | | | 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-12/+49
|
* WIP structured cache endpoints - tactical check-in not fully functional yetStefan Boberg2021-05-201-1/+46
|
* Adding zenservice codeStefan Boberg2021-05-111-0/+129