aboutsummaryrefslogtreecommitdiff
path: root/zenserver
Commit message (Expand)AuthorAgeFilesLines
* Fixed "Record* Record;" non-conformant compile errors from GCCMartin Ridgers2022-02-112-13/+13
* Merge pull request #52 from EpicGames/ValuePropagationFixzousar2022-02-094-102/+228
|\
| * prepare_commit to fix formattingzousar2022-02-091-44/+46
| * Change Value propagation to Zen or Jupiterzousar2022-02-084-106/+230
* | Simplify HandleRpcGetCacheChunks (#53)mattpetersepic2022-02-092-270/+319
* | Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)mattpetersepic2022-02-083-237/+45
|/
* Merge branch 'main' of https://github.com/EpicGames/zenPer Larsson2022-02-071-0/+2
|\
| * Merging minor fixes to mainStefan Boberg2022-02-071-0/+2
| |\
| | * Added log output to make it clearer which lock file is in useStefan Boberg2022-02-041-0/+2
* | | Format fix.Per Larsson2022-02-071-1/+0
* | | Refactored auth manager to use simplified encryption API.Per Larsson2022-02-074-60/+97
|/ /
* | Fixed bug adding endpoint with no URL.Per Larsson2022-02-041-0/+1
* | Enable encryption on all platforms.Per Larsson2022-02-031-2/+2
* | Minor cleanup of free functions.Per Larsson2022-02-038-68/+75
* | Added encryption key/IV option in LUA.Per Larsson2022-02-031-0/+6
* | Added AES encryption key/IV cli options.Per Larsson2022-02-035-12/+54
* | Encrypt serialized auth state.Per Larsson2022-02-031-7/+77
* | Overwrite existing refresh token.Per Larsson2022-02-021-1/+1
* | Merged main.Per Larsson2022-02-0210-402/+1218
|\|
| * Some minor cleanupStefan Boberg2022-02-022-37/+21
| * Mash -> MeshTrackerStefan Boberg2022-02-023-13/+19
| * clang-formatStefan Boberg2022-02-022-9/+9
| * Cache policy support (#47)mattpetersepic2022-02-014-345/+1161
| * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2022-01-307-257/+531
| |\
| | * Merge branch 'main' of https://github.com/EpicGames/zenStefan Boberg2022-01-287-255/+529
| | |\
| | * | Structured cache PUTs now preserve content type for binary and compressed binaryStefan Boberg2022-01-281-2/+2
| * | | TraceInit can now be initialized with "None" tracing modeStefan Boberg2022-01-301-0/+4
| |/ /
* | | Changed OIDC token endpoint.Per Larsson2022-02-022-2/+2
* | | Removed unnecessary headers.Per Larsson2022-02-021-5/+1
* | | Added upstream auth config and removed the possibility to add endpoints via R...Per Larsson2022-02-029-249/+192
* | | Parse expire time from OpenID refresh token and added OpenId token provider.Per Larsson2022-02-029-93/+134
* | | Moved cloud cache token provider out from options.Per Larsson2022-02-018-36/+54
* | | 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