| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Refactored cloud cache access token provider. | Per Larsson | 2022-02-01 | 8 | -69/+80 | |
| | | | | ||||||
| * | | | Parital completed cloud cache token provider interface. | Per Larsson | 2022-02-01 | 7 | -273/+197 | |
| | | | | ||||||
| * | | | Merged main. | Per Larsson | 2022-01-28 | 11 | -367/+643 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | 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 | 6 | -125/+131 | |
| | | | | | | | | | | | | | 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 | |||||
| | * | | Handle HTTP port collisions when initializing server (#40) | zousar | 2022-01-27 | 1 | -11/+20 | |
| | | | | ||||||
| | * | | Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41) | mattpetersepic | 2022-01-26 | 2 | -63/+118 | |
| | | | | | | | | | | * 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 | |||||
| | * | Fixed issue with missing endpoint name when configuring upstream cache from Lua. | Per Larsson | 2022-01-26 | 4 | -18/+33 | |
| | | | ||||||
| | * | Temporary fix for ZEN_ASSERT(!Options.Name.empty()) failing when running as ↵ | Matt Peters | 2022-01-25 | 1 | -0/+4 | |
| | | | | | | | | | a service. | |||||
| | * | Merge branch 'main' of https://github.com/EpicGames/zen | Stefan Boberg | 2022-01-25 | 5 | -190/+165 | |
| | |\ | ||||||
| | | * | Cachepolicy (#36) | mattpetersepic | 2022-01-25 | 3 | -185/+146 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| | | * | Mac compile fix | Martin Ridgers | 2022-01-25 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Command line paths containing whitespace were getting truncated | Martin Ridgers | 2022-01-25 | 1 | -4/+18 | |
| | | | | ||||||
| | * | | Implemented support for storing compressed buffers as values in structured ↵ | Stefan Boberg | 2022-01-25 | 2 | -4/+14 | |
| | |/ | | | | | | | cache store | |||||
| * | | Get access token from auth mgr. | Per Larsson | 2022-01-28 | 7 | -11/+41 | |
| | | | ||||||
| * | | Extended auth mgr to restore OpenID provider(s) and token(s). | Per Larsson | 2022-01-28 | 4 | -16/+382 | |
| | | | ||||||
| * | | Add OpenID auth to auth mgr. | Per Larsson | 2022-01-26 | 3 | -9/+80 | |
| | | | ||||||
| * | | Added auth manager with support for OIDC providers. | Per Larsson | 2022-01-25 | 6 | -4/+155 | |
| |/ | ||||||
| * | Fixed missing object in project oplog response. | Per Larsson | 2022-01-24 | 1 | -1/+5 | |
| | | ||||||
| * | Refactored upstream cache to better handle different states in prep for ↵ | Per Larsson | 2022-01-24 | 14 | -439/+804 | |
| | | | | | dynamic auth tokens. | |||||
| * | Format fix. | Per Larsson | 2022-01-22 | 6 | -22/+26 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Added copyright headers to xmake.lua scripts | Martin Ridgers | 2022-01-20 | 1 | -0/+2 | |
| | | ||||||
| * | Change default windows state dir | zousar | 2022-01-18 | 1 | -42/+9 | |
| | | | | | Default windows state dir now is C:\ProgramData\Epic\Zen\Data. Also functional for Windows Service unlike the MyDocuments directory. No longer attempt search for largest drive if MyDocuments is not available. | |||||
| * | IoRunner join error fix | zousar | 2022-01-18 | 1 | -1/+4 | |
| | | | | | Fix crash on shutdown if m_IoRunner was not joinable. Experienced when running windows service. | |||||
| * | 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) | |||||
| * | Disabled Sentry on Arm as vcpkg does not support it | Martin Ridgers | 2022-01-14 | 1 | -1/+6 | |
| | | ||||||
| * | Added ZEN_ prefix to define for consistency | Martin Ridgers | 2022-01-13 | 1 | -5/+5 | |
| | | ||||||
| * | Do not try to define USE_SENTRY if it's already defined | Martin Ridgers | 2022-01-13 | 1 | -1/+3 | |
| | | ||||||
| * | Format string had more tags than given parameters | Martin Ridgers | 2022-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Changed DDC namespace on Jupiter dev. | Per Larsson | 2022-01-11 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'main' of https://github.com/EpicGames/zen | Per Larsson | 2022-01-11 | 1 | -9/+17 | |
| |\ | ||||||
| | * | Required linker frameworks on Mac for zenserver | Martin Ridgers | 2022-01-11 | 1 | -0/+10 | |
| | | | ||||||
| | * | Sorted packages as sorted lists merge more reliably | Martin Ridgers | 2022-01-11 | 1 | -5/+5 | |
| | | | ||||||
| | * | Consolidated two add_packages() calls | Martin Ridgers | 2022-01-11 | 1 | -4/+2 | |
| | | | ||||||
| * | | Fixed missing content type when storing cache values. | Per Larsson | 2022-01-11 | 1 | -7/+7 | |
| |/ | ||||||
| * | Merged main. | Per Larsson | 2022-01-11 | 14 | -146/+99 | |
| |\ | ||||||
| | * | Not all toolchains support C++20's atomic<double>::fetch_add() | Martin Ridgers | 2022-01-11 | 2 | -18/+17 | |
| | | | ||||||
| | * | Apple Clang issues fmt::format compile errors for enum class-type args | Martin Ridgers | 2022-01-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | std::jthread is not supported on Apple Clang | Martin Ridgers | 2022-01-10 | 1 | -2/+3 | |
| | | | ||||||
| | * | Moving a temporary prevents copy elision optimization | Martin Ridgers | 2022-01-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | Two missing override keywords | Martin Ridgers | 2022-01-10 | 1 | -2/+2 | |
| | | | ||||||
| | * | Unused lambda capture compile error | Martin Ridgers | 2022-01-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | LLVM-12 C++ lib's emplace_back() doesn't like classes all that much | Martin Ridgers | 2022-01-10 | 1 | -1/+4 | |
| | | | ||||||