| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Make sure we generate unique chunks | Dan Engelbrecht | 2022-04-12 | 1 | -5/+17 | |
| | | | ||||||
| * | | Add z$.threadedinsert test | Dan Engelbrecht | 2022-04-12 | 1 | -87/+118 | |
| | | | ||||||
| * | | correct expire vs contribute | Dan Engelbrecht | 2022-04-12 | 2 | -11/+12 | |
| | | | ||||||
| * | | cleaner GatherReferences | Dan Engelbrecht | 2022-04-12 | 2 | -36/+57 | |
| | | | ||||||
| * | | structured cache with block store | Dan Engelbrecht | 2022-04-12 | 2 | -259/+1811 | |
| |/ | ||||||
| * | always keep full log but read from index snapshot location if available | Dan Engelbrecht | 2022-04-04 | 1 | -16/+18 | |
| | | ||||||
| * | rename EMode to Mode | Dan Engelbrecht | 2022-04-01 | 1 | -6/+6 | |
| | | ||||||
| * | linux compilation fixes | Dan Engelbrecht | 2022-04-01 | 1 | -1/+1 | |
| | | ||||||
| * | linux fixes | Dan Engelbrecht | 2022-04-01 | 1 | -2/+2 | |
| | | ||||||
| * | Don hard fail on removing files we no longer care about | Dan Engelbrecht | 2022-03-31 | 1 | -1/+2 | |
| | | ||||||
| * | improved logging for gc/migration | Dan Engelbrecht | 2022-03-31 | 1 | -1/+12 | |
| | | ||||||
| * | Migration now works in larger disk IO chunks | Dan Engelbrecht | 2022-03-31 | 1 | -6/+6 | |
| | | | | | BasicFile and CasLogFile now has new explicit modes instead of create true/false | |||||
| * | Retain flags for small objects in structured cache (#68) | Dan Engelbrecht | 2022-03-30 | 2 | -2/+3 | |
| | | ||||||
| * | Merge pull request #67 from EpicGames/de/cache-lock-fixes | Dan Engelbrecht | 2022-03-30 | 1 | -6/+11 | |
| |\ | | | | | de/cache lock fixes | |||||
| | * | cleanup | Dan Engelbrecht | 2022-03-30 | 1 | -7/+4 | |
| | | | ||||||
| | * | Fix bucket creation race condition in ZenCacheMemoryLayer::Put | Dan Engelbrecht | 2022-03-30 | 1 | -1/+9 | |
| | | | ||||||
| | * | No need to take exclusive lock while gathering references | Dan Engelbrecht | 2022-03-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Clear gathered Cid array periodically and add just the new ones | Dan Engelbrecht | 2022-03-29 | 1 | -3/+6 | |
| |/ | ||||||
| * | Value propagation fix - Read/Write ValueAPI as CompressedBinary type when ↵ | mattpetersepic | 2022-02-18 | 1 | -27/+44 | |
| | | | | | | | writing to zen and horde upstreams. Return failure from HandleGetCacheRecord if the requested type does not match the cachetype. (#55) * Fix bug with getting values PUT to Jupiter as CompressedBinary. When getting CompressedBinary records from Jupiter, they are expected to now be a record with a reference to the compact binary. This has to be accounted for when performing upstream GETs. * HandleGetCacheRecord: avoid crashing on invalid type, and avoid sending back data that doesn't match the AcceptType. | |||||
| * | Fixed "Record* Record;" non-conformant compile errors from GCC | Martin Ridgers | 2022-02-11 | 2 | -13/+13 | |
| | | ||||||
| * | Merge pull request #52 from EpicGames/ValuePropagationFix | zousar | 2022-02-09 | 1 | -1/+1 | |
| |\ | | | | | Change Value propagation to Zen or Jupiter | |||||
| | * | Change Value propagation to Zen or Jupiter | zousar | 2022-02-08 | 1 | -1/+1 | |
| | | | | | | | | | This change ensures we retain the right content type of kCompressedBinary when propagating values from Zen->UpstreamZen. This is done via an RPC that posts a CbPackage. Furthermore when propagating from Zen->Jupiter, it composes its own referencing CbObject for them instead of sending a octet content type and Jupiter defining the referencing CbObject. When fetching Values from Jupiter, this new composed CbObject is still interpreted correctly by Zen. | |||||
| * | | Simplify HandleRpcGetCacheChunks (#53) | mattpetersepic | 2022-02-09 | 2 | -270/+319 | |
| | | | | | | | Refactor HandleRpcGetCacheChunks to reduce complexity. Port CacheStore tests from Unreal. | |||||
| * | | Remove the backwards compatibility for the Zen CachePolicy changes no… (#49) | mattpetersepic | 2022-02-08 | 2 | -234/+45 | |
| |/ | | | Remove the backwards compatibility for the Zen CachePolicy changes now that there has been enough time for all internal users of the old protocol to update. | |||||
| * | clang-format | Stefan Boberg | 2022-02-02 | 1 | -7/+7 | |
| | | ||||||
| * | Cache policy support (#47) | mattpetersepic | 2022-02-01 | 2 | -223/+989 | |
| | | | | | | | | | Add HandleRpc methods for the remaining ICacheStore requests from unreal: PutCacheValues/GetCacheValues. We now have batched versions for PutCacheRecords,GetCacheRecords,PutCacheValues,GetCacheValues,GetCacheChunks. Add support for CachePolicy flags to all of these batched methods. * Add Batched PutCacheValues/GetCacheValues. Rename old GetCacheValues to GetCacheChunks. * HandleRpcGetCacheRecords: Receive a CacheRecordPolicy with each key, and skipdata on attachments we already have. * Changes to CachePolicy copied from Release-5.0 depot. Change serialization to use the key BasePolicy instead of DefaultValuePolicy. * GetChunks: Read CacheRecords from remote if necessary to find ContentId. Implement QueryLocal, StoreLocal, and SkipData. | |||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-01-28 | 2 | -159/+420 | |
| |\ | ||||||
| | * | Compile fix | Martin Ridgers | 2022-01-28 | 1 | -1/+0 | |
| | | | ||||||
| | * | Rename Paylod to Value to match the client side: missing file from previous ↵ | Matt Peters | 2022-01-27 | 1 | -1/+1 | |
| | | | | | | | | | commit. | |||||
| | * | Rename Paylod to Value to match the client side. Rename PayloadId to ↵ | mattpetersepic | 2022-01-27 | 2 | -52/+57 | |
| | | | | | | | | | ValueContentId where its a hash instead of an oid. | |||||
| | * | Add batched CacheRecord put rpc (#38) | mattpetersepic | 2022-01-27 | 2 | -17/+187 | |
| | | | | | | | * Add batched CacheRecord put rpc | |||||
| | * | Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41) | mattpetersepic | 2022-01-26 | 1 | -51/+103 | |
| | | | | | | | * Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords. | |||||
| | * | Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests (#39) | mattpetersepic | 2022-01-26 | 1 | -40/+75 | |
| | | | | | | | * Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests | |||||
| * | | Structured cache PUTs now preserve content type for binary and compressed binary | Stefan Boberg | 2022-01-28 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-01-25 | 2 | -174/+137 | |
| |\ | ||||||
| | * | Cachepolicy (#36) | mattpetersepic | 2022-01-25 | 2 | -174/+137 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Copy CachePolicy implementation from UE5/Release-5.0. Add backwards compatability for clients and upstreams that are using the old protocol. * Add RefPtr templated move operator and constructor, so that RefPtr<const Foo*> A = std::move(RefPtr<Foo*>()) will do a move. * Fix broken CachePolicy tests and add tests for new Save/Load. * Remove TODO comments * CachePolicy Save/Load Fixes from codereview * Fix comment to match code change. * Remove backwards compatibility for CachePolicy change. Convert policy string tokens to PascalCase. Fix tests for new policy text. Change ParseCachePolicy to assert string is non-empty and always succeed. * Fix release build: use ZEN_WITH_TESTS define | |||||
| * | | Implemented support for storing compressed buffers as values in structured ↵ | Stefan Boberg | 2022-01-25 | 2 | -4/+14 | |
| |/ | | | | cache store | |||||
| * | Refactored upstream cache to better handle different states in prep for ↵ | Per Larsson | 2022-01-24 | 2 | -45/+38 | |
| | | | | | dynamic auth tokens. | |||||
| * | Format fix. | Per Larsson | 2022-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | Use ExtendablePathBuilders | zousar | 2022-01-21 | 1 | -3/+3 | |
| | | | | | Remove uses of non-extendable path builders to avoid limitations around path length outside of the low level file access layer. | |||||
| * | Fixed missing object in cache bucket manifest. | Per Larsson | 2022-01-21 | 1 | -1/+5 | |
| | | ||||||
| * | Support chunk requests with no ValueId, and interpret them as requested for ↵ | mattpetersepic | 2022-01-17 | 1 | -22/+33 | |
| | | | | | values put with the PutValue API, which sends a package with RawHash and RawSize on the root object. (#35) | |||||
| * | Moved "concepts" include to zencore.h as toolchain support is spotty | Martin Ridgers | 2022-01-13 | 1 | -2/+0 | |
| | | ||||||
| * | Handle PartialOnError cache policy when using z$ rest endpoint. | Per Larsson | 2022-01-12 | 1 | -63/+71 | |
| | | ||||||
| * | Fixed missing content type when storing cache values. | Per Larsson | 2022-01-11 | 1 | -7/+7 | |
| | | ||||||
| * | LLVM-12 C++ lib's emplace_back() doesn't like classes all that much | Martin Ridgers | 2022-01-10 | 1 | -1/+4 | |
| | | ||||||
| * | Fixed unused-lambda-capture compile errors | Martin Ridgers | 2022-01-10 | 1 | -3/+3 | |
| | | ||||||
| * | Removed ZEN_UNUSED() statement that is unnecessary | Martin Ridgers | 2022-01-10 | 1 | -1/+0 | |
| | | ||||||
| * | Compiler support for C++20's using-enum is wildly incomplete | Martin Ridgers | 2022-01-10 | 1 | -18/+10 | |
| | | ||||||
| * | Deleted two unused include statements | Martin Ridgers | 2022-01-10 | 1 | -2/+0 | |
| | | ||||||