aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-281-30/+50
|\
| * Removed using the bucket name to detect binary cache records and store conten...Per Larsson2021-09-281-30/+50
* | Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-6/+4
|/
* Removed unused KV cache related codeStefan Boberg2021-09-262-336/+0
* Eliminated use of ATL in StructuredCacheStore implementationStefan Boberg2021-09-261-41/+39
* Added scrubbing logic to ZenCacheDiskLayer/ZenCacheMemoryLayerStefan Boberg2021-09-232-49/+153
* Fixed unused variable warningStefan Boberg2021-09-221-1/+0
* Refactored get/set cache pyload.Per Larsson2021-09-212-98/+87
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2021-09-214-1/+19
|\
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2021-09-211-1/+1
| |\
| * | Wired up scrubbing to more higher level servicesStefan Boberg2021-09-214-1/+19
* | | Refactored out get/set cache record.Per Larsson2021-09-212-348/+300
| |/ |/|
* | Clang format fix.Per Larsson2021-09-211-1/+1
|/
* Added more scrub stubs in higher level servicesStefan Boberg2021-09-204-4/+43
* clang-formatStefan Boberg2021-09-201-16/+12
* Resolved merge from mainStefan Boberg2021-09-201-21/+37
|\
| * Respect skip attachments when retrieved from upstream cache.Per Larsson2021-09-201-0/+12
| * Added support for skipping package attachments.Per Larsson2021-09-201-21/+25
* | Moved more code into zen namespace, for consistencyStefan Boberg2021-09-204-134/+136
|/
* Initial support for cache policies.Per Larsson2021-09-172-17/+139
* zcache - minor cleanup.Per Larsson2021-09-161-28/+24
* Compact binary package caching support (#9)Per Larsson2021-09-161-116/+314
* Fixed logging in structured cache (did not end up getting routed right)Stefan Boberg2021-09-161-0/+1
* Changed logging implementationStefan Boberg2021-09-153-50/+46
* Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...Stefan Boberg2021-09-153-3/+3
* Changed so more loggers go via the zen::loggers interfaceStefan Boberg2021-09-152-5/+8
* Implemented generic CbPackage attachments filteringStefan Boberg2021-09-131-22/+1
* clang-format fixesStefan Boberg2021-09-121-2/+6
* HttpResponse enum -> HttpResponseCodeStefan Boberg2021-09-121-18/+18
* clang-formatStefan Boberg2021-09-091-1/+1
* Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-092-2/+2
* Removed legacy key-value cache (may be reinstated in another form in the future)Stefan Boberg2021-09-032-251/+0
* Zen upstream support (#7)Per Larsson2021-09-032-26/+25
* Removed #pragma once from cpp files (copy pasta fail)Stefan Boberg2021-09-032-4/+0
* IoHash::HashMemory -> IoHash::HashBuffer for consistency with UE5 codeStefan Boberg2021-09-021-2/+2
* Fixed a race in bucket open/create logicStefan Boberg2021-08-311-10/+24
* Asynchronous upstream caching to JupiterPer Larsson2021-08-314-194/+189
* Eliminated rocksdb referenceStefan Boberg2021-08-311-2/+0
* clang-format fixStefan Boberg2021-08-241-2/+2
* Fixed up drop logic (short circuiting fail!)Stefan Boberg2021-08-241-3/+5
* Improved ZenCacheStore::DropBucket logic and added loggingStefan Boberg2021-08-231-4/+8
* clang-formatStefan Boberg2021-08-201-1/+1
* added 'zen drop' command to drop cache buckets onlineStefan Boberg2021-08-172-4/+10
* Implemented support for dropping z$ buckets while onlineStefan Boberg2021-08-174-2/+118
* Implemented flush operations for cache servicesStefan Boberg2021-08-126-21/+191
* trivial: Updated commentStefan Boberg2021-08-101-1/+1
* Validate that structured cache bucket identifiers are alphanumericStefan Boberg2021-06-171-0/+6
* clang-format fixesStefan Boberg2021-05-271-2/+4
* Structured cache now verifies attachment payloadsStefan Boberg2021-05-251-14/+22
* Bumped large object threshold to 64k, improved disk bucket replay mutex logicStefan Boberg2021-05-251-8/+6