aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache
Commit message (Expand)AuthorAgeFilesLines
...
| * mac compilation fixDan Engelbrecht2022-04-291-1/+1
* | Merge remote-tracking branch 'origin/main' into de/cache-with-block-storeDan Engelbrecht2022-04-282-48/+101
|\|
| * Merge remote-tracking branch 'origin/main' into de/use-bulk-fetch-from-upstre...Dan Engelbrecht2022-04-271-6/+4
| |\
| | * Batch log removal of Cid and take proper lock when modifying m_CidMap (#80)v1.0.0.4Dan Engelbrecht2022-04-261-4/+5
| * | trigger clang formatDan Engelbrecht2022-04-271-1/+1
| * | Use GetCacheValues when checking upstream to reduce number of calls to upstreamDan Engelbrecht2022-04-261-47/+101
| |/
* | Wait for work to complete rather than being picked upDan Engelbrecht2022-04-121-20/+29
* | remove unneeded lock in threaded testDan Engelbrecht2022-04-121-13/+2
* | Make sure we generate unique chunksDan Engelbrecht2022-04-121-5/+17
* | Add z$.threadedinsert testDan Engelbrecht2022-04-121-87/+118
* | correct expire vs contributeDan Engelbrecht2022-04-122-11/+12
* | cleaner GatherReferencesDan Engelbrecht2022-04-122-36/+57
* | structured cache with block storeDan Engelbrecht2022-04-122-259/+1811
|/
* always keep full log but read from index snapshot location if availableDan Engelbrecht2022-04-041-16/+18
* rename EMode to ModeDan Engelbrecht2022-04-011-6/+6
* linux compilation fixesDan Engelbrecht2022-04-011-1/+1
* linux fixesDan Engelbrecht2022-04-011-2/+2
* Don hard fail on removing files we no longer care aboutDan Engelbrecht2022-03-311-1/+2
* improved logging for gc/migrationDan Engelbrecht2022-03-311-1/+12
* Migration now works in larger disk IO chunksDan Engelbrecht2022-03-311-6/+6
* Retain flags for small objects in structured cache (#68)Dan Engelbrecht2022-03-302-2/+3
* Merge pull request #67 from EpicGames/de/cache-lock-fixesDan Engelbrecht2022-03-301-6/+11
|\
| * cleanupDan Engelbrecht2022-03-301-7/+4
| * Fix bucket creation race condition in ZenCacheMemoryLayer::PutDan Engelbrecht2022-03-301-1/+9
| * No need to take exclusive lock while gathering referencesDan Engelbrecht2022-03-301-1/+1
* | Clear gathered Cid array periodically and add just the new onesDan Engelbrecht2022-03-291-3/+6
|/
* Value propagation fix - Read/Write ValueAPI as CompressedBinary type when wri...mattpetersepic2022-02-181-27/+44
* Fixed "Record* Record;" non-conformant compile errors from GCCMartin Ridgers2022-02-112-13/+13
* Merge pull request #52 from EpicGames/ValuePropagationFixzousar2022-02-091-1/+1
|\
| * Change Value propagation to Zen or Jupiterzousar2022-02-081-1/+1
* | Simplify HandleRpcGetCacheChunks (#53)mattpetersepic2022-02-092-270/+319
* | Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)mattpetersepic2022-02-082-234/+45
|/
* clang-formatStefan Boberg2022-02-021-7/+7
* Cache policy support (#47)mattpetersepic2022-02-012-223/+989
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2022-01-282-159/+420
|\
| * Compile fixMartin Ridgers2022-01-281-1/+0
| * Rename Paylod to Value to match the client side: missing file from previous c...Matt Peters2022-01-271-1/+1
| * Rename Paylod to Value to match the client side. Rename PayloadId to ValueCon...mattpetersepic2022-01-272-52/+57
| * Add batched CacheRecord put rpc (#38)mattpetersepic2022-01-272-17/+187
| * Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41)mattpetersepic2022-01-261-51/+103
| * Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests (#39)mattpetersepic2022-01-261-40/+75
* | Structured cache PUTs now preserve content type for binary and compressed binaryStefan Boberg2022-01-281-2/+2
|/
* Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2022-01-252-174/+137
|\
| * Cachepolicy (#36)mattpetersepic2022-01-252-174/+137
* | Implemented support for storing compressed buffers as values in structured ca...Stefan Boberg2022-01-252-4/+14
|/
* Refactored upstream cache to better handle different states in prep for dynam...Per Larsson2022-01-242-45/+38
* Format fix.Per Larsson2022-01-221-1/+1
* Use ExtendablePathBuilderszousar2022-01-211-3/+3
* Fixed missing object in cache bucket manifest.Per Larsson2022-01-211-1/+5
* Support chunk requests with no ValueId, and interpret them as requested for v...mattpetersepic2022-01-171-22/+33