aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
...
* | | Refactored cloud cache access token provider.Per Larsson2022-02-018-69/+80
* | | Parital completed cloud cache token provider interface.Per Larsson2022-02-017-273/+197
* | | Merged main.Per Larsson2022-01-2811-367/+643
|\ \ \ | | |/ | |/|
| * | 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-276-125/+131
| * | Add batched CacheRecord put rpc (#38)mattpetersepic2022-01-272-17/+187
| * | Handle HTTP port collisions when initializing server (#40)zousar2022-01-271-11/+20
| * | Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41)mattpetersepic2022-01-262-63/+118
| * | Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests (#39)mattpetersepic2022-01-261-40/+75
| |/
| * Fixed issue with missing endpoint name when configuring upstream cache from Lua.Per Larsson2022-01-264-18/+33
| * Temporary fix for ZEN_ASSERT(!Options.Name.empty()) failing when running as a...Matt Peters2022-01-251-0/+4
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2022-01-255-190/+165
| |\
| | * Cachepolicy (#36)mattpetersepic2022-01-253-185/+146
| | * Mac compile fixMartin Ridgers2022-01-251-1/+1
| | * Command line paths containing whitespace were getting truncatedMartin Ridgers2022-01-251-4/+18
| * | Implemented support for storing compressed buffers as values in structured ca...Stefan Boberg2022-01-252-4/+14
| |/
* | Get access token from auth mgr.Per Larsson2022-01-287-11/+41
* | Extended auth mgr to restore OpenID provider(s) and token(s).Per Larsson2022-01-284-16/+382
* | Add OpenID auth to auth mgr.Per Larsson2022-01-263-9/+80
* | Added auth manager with support for OIDC providers.Per Larsson2022-01-256-4/+155
|/
* Fixed missing object in project oplog response.Per Larsson2022-01-241-1/+5
* Refactored upstream cache to better handle different states in prep for dynam...Per Larsson2022-01-2414-439/+804
* Format fix.Per Larsson2022-01-226-22/+26
* Use ExtendablePathBuilderszousar2022-01-211-3/+3
* Fixed missing object in cache bucket manifest.Per Larsson2022-01-211-1/+5
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
* Change default windows state dirzousar2022-01-181-42/+9
* IoRunner join error fixzousar2022-01-181-1/+4
* Support chunk requests with no ValueId, and interpret them as requested for v...mattpetersepic2022-01-171-22/+33
* Disabled Sentry on Arm as vcpkg does not support itMartin Ridgers2022-01-141-1/+6
* Added ZEN_ prefix to define for consistencyMartin Ridgers2022-01-131-5/+5
* Do not try to define USE_SENTRY if it's already definedMartin Ridgers2022-01-131-1/+3
* Format string had more tags than given parametersMartin Ridgers2022-01-131-1/+1
* Moved "concepts" include to zencore.h as toolchain support is spottyMartin Ridgers2022-01-131-2/+0
* Handle PartialOnError cache policy when using z$ rest endpoint.Per Larsson2022-01-121-63/+71
* Changed DDC namespace on Jupiter dev.Per Larsson2022-01-111-2/+2
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2022-01-111-9/+17
|\
| * Required linker frameworks on Mac for zenserverMartin Ridgers2022-01-111-0/+10
| * Sorted packages as sorted lists merge more reliablyMartin Ridgers2022-01-111-5/+5
| * Consolidated two add_packages() callsMartin Ridgers2022-01-111-4/+2
* | Fixed missing content type when storing cache values.Per Larsson2022-01-111-7/+7
|/
* Merged main.Per Larsson2022-01-1114-146/+99
|\
| * Not all toolchains support C++20's atomic<double>::fetch_add()Martin Ridgers2022-01-112-18/+17
| * Apple Clang issues fmt::format compile errors for enum class-type argsMartin Ridgers2022-01-101-2/+2
| * std::jthread is not supported on Apple ClangMartin Ridgers2022-01-101-2/+3
| * Moving a temporary prevents copy elision optimizationMartin Ridgers2022-01-101-1/+1
| * Two missing override keywordsMartin Ridgers2022-01-101-2/+2
| * Unused lambda capture compile errorMartin Ridgers2022-01-101-1/+1
| * LLVM-12 C++ lib's emplace_back() doesn't like classes all that muchMartin Ridgers2022-01-101-1/+4