aboutsummaryrefslogtreecommitdiff
path: root/zenutil/cache
Commit message (Expand)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-024-2144/+0
* send payloads as duplicated handles (#240)Dan Engelbrecht2023-03-141-3/+33
* Enhanced rpc request recording (#229)Dan Engelbrecht2023-02-171-0/+210
* Changed so CompressedBuffer::DecodeRawHash returns IoHash just like on the UE...Stefan Boberg2022-12-121-29/+27
* optimizations (#200)Dan Engelbrecht2022-12-071-39/+38
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-181-7/+10
* Add "Accept" field in RPC request to gracefully handle requests from older in...Dan Engelbrecht2022-10-131-0/+27
* Remove PutCacheRecordRequest::RecordBody and GetCacheRecordResult:RecordBody ...Dan Engelbrecht2022-07-011-48/+50
* Add ability to control where in the result array results go in GetCacheRecord...Dan Engelbrecht2022-06-301-12/+53
* add optional filter when writing GetCacheRecordsRequest and GetCacheValuesReq...Dan Engelbrecht2022-06-291-16/+64
* cache requests API (#134)Dan Engelbrecht2022-06-271-0/+1495
* Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)mattpetersepic2022-02-081-11/+1
* Merging minor fixes to mainStefan Boberg2022-02-071-8/+24
|\
| * Changed some initializers to constinit to ensure compile time initializationStefan Boberg2022-02-041-8/+24
* | Fixed signed/unsigned comparison compile errorMartin Ridgers2022-02-031-1/+1
|/
* CacheRecordPolicy: Fix inverted PolicyMask expression that caused parsing Val...Matt Peters2022-02-011-2/+2
* Cache policy support (#47)mattpetersepic2022-02-011-154/+172
* Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41)mattpetersepic2022-01-261-0/+20
* Unused Delimiter string_view wouldn't compile POISX platformsMartin Ridgers2022-01-251-1/+0
* Cachepolicy (#36)mattpetersepic2022-01-251-107/+177
* Fixed CacheRecordPolicy::SaveDevin Doucette2022-01-201-0/+2
* Fixed bug when cloning CbObject.Per Larsson2021-11-121-0/+6
* Movec cache utility types to zenutil and fixed unit tests.Per Larsson2021-11-122-0/+170