aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache
Commit message (Expand)AuthorAgeFilesLines
...
* Merged from origin/mainStefan Boberg2021-05-257-1127/+1030
|\
| * Fixed index flags for standalone filesStefan Boberg2021-05-241-3/+15
| * Added guards against zero-sized PUTs to structured cacheStefan Boberg2021-05-241-0/+10
| * 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-242-36/+94
| * Added CidStore, currently used to track relationships between compressed and ...Stefan Boberg2021-05-242-4/+10
| * Validate payloads using embedded CompressedBuffer hashStefan Boberg2021-05-241-2/+5
| * Fixed up legacy cache store for CRC32 function renameStefan Boberg2021-05-241-2/+2
| * Fixed attachment index code so it doesn't generate zero-sized compactbinary a...Stefan Boberg2021-05-241-9/+13
| * Moved CRC32 compute into separate cpp/h to enable usage outside of the retro ...Stefan Boberg2021-05-241-291/+3
| * Implemented new URI addressing scheme for the Zen cache endpoints, and prepar...Stefan Boberg2021-05-234-33/+147
| * Changed to tsl::robin_mapStefan Boberg2021-05-232-11/+32
| * Tidied up some codeStefan Boberg2021-05-221-10/+9
| * Split out structured cache store code into dedicated cpp/h pairStefan Boberg2021-05-226-658/+683
| * Structured cache changesStefan Boberg2021-05-221-200/+32
| * Fixed up PutLargeObject() error handlingStefan Boberg2021-05-212-16/+28
| * Partial refactoring of structured cache implementation - WIPStefan Boberg2021-05-214-41/+84
| * WIP structured cache endpoints - tactical check-in not fully functional yetStefan Boberg2021-05-205-4/+67
* | Updated structured cache descriptionStefan Boberg2021-05-251-0/+23
|/
* Added paths as context to I/O error exception messagesStefan Boberg2021-05-111-2/+6
* Adding zenservice codeStefan Boberg2021-05-118-0/+1839