aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream/upstreamcache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-181-5/+6
* Add "Accept" field in RPC request to gracefully handle requests from older in...Dan Engelbrecht2022-10-131-0/+4
* Use bucket/key to get inline value in upstream for chunks without a chunkid (...Dan Engelbrecht2022-09-301-3/+6
* Format all rpc package responses using `FormatPackageMessageBuffer` to avoid ...Dan Engelbrecht2022-09-291-9/+23
* De/more upstream details (#168)v0.1.6-pre9v0.1.6-pre10Dan Engelbrecht2022-09-221-63/+69
* Add elapsed seconds per individual request from upstream (#167)Dan Engelbrecht2022-09-211-13/+32
* rename URI chunk requests from value -> chunk (#166)Dan Engelbrecht2022-09-191-9/+9
* fix log messageDan Engelbrecht2022-09-151-1/+1
* Adjust errors vs warnings messages (#160)Dan Engelbrecht2022-09-081-20/+20
* Added CloudCacheSession::GetInlineBlob to properly get CacheValues (#159)Dan Engelbrecht2022-09-071-4/+24
* Implement proper GetCacheValues upstream (#155)Dan Engelbrecht2022-09-061-14/+235
* remove legacy derived data interface for Jupiter (#152)Dan Engelbrecht2022-08-311-20/+6
* De/fix crash on non responding upstream (#145)Dan Engelbrecht2022-08-191-13/+47
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-171-1/+0
* Keep Namespace out of CacheKey and store it on request levelDan Engelbrecht2022-05-191-36/+67
* string_view vs string lifetime fixDan Engelbrecht2022-05-121-2/+2
* Use configured namespace in Jupiter if not explicit namespace is givenDan Engelbrecht2022-05-111-58/+62
* parameterize namespace for upstream (first hack)Dan Engelbrecht2022-05-111-18/+48
* cleanup and review feedbackDan Engelbrecht2022-05-051-1/+1
* cleanupDan Engelbrecht2022-05-041-4/+3
* Add namespacecachestore layer to allow multiple structured cache namespacesDan Engelbrecht2022-05-041-4/+5
* Reduce risk of reallocating backing std::vector in CbWriter::AddBinaryDan Engelbrecht2022-04-281-1/+1
* Value propagation fix - Read/Write ValueAPI as CompressedBinary type when wri...mattpetersepic2022-02-181-0/+37
* Merge pull request #52 from EpicGames/ValuePropagationFixzousar2022-02-091-101/+196
|\
| * prepare_commit to fix formattingzousar2022-02-091-44/+46
| * Change Value propagation to Zen or Jupiterzousar2022-02-081-105/+198
* | Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)mattpetersepic2022-02-081-3/+0
|/
* Minor cleanup of free functions.Per Larsson2022-02-031-20/+28
* Merged main.Per Larsson2022-02-021-102/+159
|\
| * Cache policy support (#47)mattpetersepic2022-02-011-102/+159
* | Added upstream auth config and removed the possibility to add endpoints via R...Per Larsson2022-02-021-6/+27
* | Parse expire time from OpenID refresh token and added OpenId token provider.Per Larsson2022-02-021-4/+3
* | Moved cloud cache token provider out from options.Per Larsson2022-02-011-4/+6
* | Refactored cloud cache access token provider.Per Larsson2022-02-011-4/+4
* | Parital completed cloud cache token provider interface.Per Larsson2022-02-011-0/+2
* | Merged main.Per Larsson2022-01-281-76/+80
|\|
| * Rename Paylod to Value to match the client side. Rename PayloadId to ValueCon...mattpetersepic2022-01-271-55/+56
| * Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41)mattpetersepic2022-01-261-12/+15
| * Fixed issue with missing endpoint name when configuring upstream cache from Lua.Per Larsson2022-01-261-1/+3
| * Cachepolicy (#36)mattpetersepic2022-01-251-11/+9
* | Get access token from auth mgr.Per Larsson2022-01-281-4/+7
|/
* Refactored upstream cache to better handle different states in prep for dynam...Per Larsson2022-01-241-314/+376
* Format fix.Per Larsson2022-01-221-12/+16
* Not all toolchains support C++20's atomic<double>::fetch_add()Martin Ridgers2022-01-111-14/+13
* Two missing override keywordsMartin Ridgers2022-01-101-2/+2
* Converted use of _format UDL to fmt::formatMartin Ridgers2022-01-101-12/+6
* Added trace scopes.Per Larsson2021-12-151-0/+31
* Merged main.Per Larsson2021-12-141-46/+32
|\
| * Merged mainMartin Ridgers2021-11-221-35/+50
| |\ | |/ |/|
| * Merged mainMartin Ridgers2021-11-171-13/+55
| |\