| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | clang-format fixes | Stefan Boberg | 2021-09-12 | 1 | -2/+6 | |
| | | ||||||
| * | HttpResponse enum -> HttpResponseCode | Stefan Boberg | 2021-09-12 | 1 | -18/+18 | |
| | | | | | Also removed initial CbPackage API HttpServer changes as I have decided to take a different approach | |||||
| * | clang-format | Stefan Boberg | 2021-09-09 | 1 | -1/+1 | |
| | | ||||||
| * | Factored out http server related code into zenhttp module since it feels out ↵ | Stefan Boberg | 2021-09-09 | 1 | -1/+1 | |
| | | | | | of place in zencore | |||||
| * | Zen upstream support (#7) | Per Larsson | 2021-09-03 | 1 | -19/+17 | |
| | | ||||||
| * | Removed #pragma once from cpp files (copy pasta fail) | Stefan Boberg | 2021-09-03 | 1 | -2/+0 | |
| | | ||||||
| * | IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 code | Stefan Boberg | 2021-09-02 | 1 | -2/+2 | |
| | | ||||||
| * | Asynchronous upstream caching to Jupiter | Per Larsson | 2021-08-31 | 1 | -176/+167 | |
| | | | | | Co-authored-by: Stefan Boberg <[email protected]> | |||||
| * | added 'zen drop' command to drop cache buckets online | Stefan Boberg | 2021-08-17 | 1 | -3/+9 | |
| | | | | | also cleaned up the server side implementation a bit | |||||
| * | Implemented support for dropping z$ buckets while online | Stefan Boberg | 2021-08-17 | 1 | -1/+47 | |
| | | ||||||
| * | Implemented flush operations for cache services | Stefan Boberg | 2021-08-12 | 1 | -17/+167 | |
| | | | | | 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) | |||||
| * | Validate that structured cache bucket identifiers are alphanumeric | Stefan Boberg | 2021-06-17 | 1 | -0/+6 | |
| | | ||||||
| * | clang-format fixes | Stefan Boberg | 2021-05-27 | 1 | -2/+4 | |
| | | ||||||
| * | Structured cache now verifies attachment payloads | Stefan Boberg | 2021-05-25 | 1 | -14/+22 | |
| | | ||||||
| * | Added guards against zero-sized PUTs to structured cache | Stefan Boberg | 2021-05-24 | 1 | -0/+10 | |
| | | ||||||
| * | Added CidStore, currently used to track relationships between compressed and ↵ | Stefan Boberg | 2021-05-24 | 1 | -3/+7 | |
| | | | | | | | uncompressed chunk hashes This first implementation is in-memory only, persistence is next | |||||
| * | Validate payloads using embedded CompressedBuffer hash | Stefan Boberg | 2021-05-24 | 1 | -2/+5 | |
| | | ||||||
| * | Fixed attachment index code so it doesn't generate zero-sized compactbinary ↵ | Stefan Boberg | 2021-05-24 | 1 | -9/+13 | |
| | | | | | arrays (which are disallowed) | |||||
| * | Implemented new URI addressing scheme for the Zen cache endpoints, and ↵ | Stefan Boberg | 2021-05-23 | 1 | -18/+137 | |
| | | | | | prepared for additional indexing capabilities | |||||
| * | Split out structured cache store code into dedicated cpp/h pair | Stefan Boberg | 2021-05-22 | 1 | -1/+1 | |
| | | ||||||
| * | Partial refactoring of structured cache implementation - WIP | Stefan Boberg | 2021-05-21 | 1 | -12/+49 | |
| | | ||||||
| * | WIP structured cache endpoints - tactical check-in not fully functional yet | Stefan Boberg | 2021-05-20 | 1 | -1/+46 | |
| | | ||||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+129 | |