aboutsummaryrefslogtreecommitdiff
path: root/zenserver/upstream
Commit message (Expand)AuthorAgeFilesLines
* Add `import-project` and `export-project` (#183)Dan Engelbrecht2022-11-182-6/+7
* 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-222-100/+117
* Add elapsed seconds per individual request from upstream (#167)Dan Engelbrecht2022-09-212-13/+35
* rename URI chunk requests from value -> chunk (#166)Dan Engelbrecht2022-09-194-21/+21
* fix log messageDan Engelbrecht2022-09-151-1/+1
* only try to parse payload hash if header exists (#163)Dan Engelbrecht2022-09-091-1/+8
* Adjust errors vs warnings messages (#160)Dan Engelbrecht2022-09-081-20/+20
* Added CloudCacheSession::GetInlineBlob to properly get CacheValues (#159)Dan Engelbrecht2022-09-073-4/+59
* Implement proper GetCacheValues upstream (#155)Dan Engelbrecht2022-09-062-17/+256
* remove legacy derived data interface for Jupiter (#152)Dan Engelbrecht2022-08-313-105/+6
* De/fix crash on non responding upstream (#145)Dan Engelbrecht2022-08-193-27/+61
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-174-19/+7
* Enable adding namespace to URI based upstream requestsDan Engelbrecht2022-06-081-24/+23
* keep "reason" from upstream response so we can present it even if the request...Dan Engelbrecht2022-06-011-9/+19
* remove unused parameterDan Engelbrecht2022-05-311-7/+4
* Remove namespace from HTTP URI style request in upstream until shared instanc...Dan Engelbrecht2022-05-311-16/+20
* Horde execute compressed input blobs (#109)Joe Kirchoff2022-05-271-40/+123
* Keep Namespace out of CacheKey and store it on request levelDan Engelbrecht2022-05-194-57/+135
* string_view vs string lifetime fixDan Engelbrecht2022-05-121-2/+2
* Use configured namespace in Jupiter if not explicit namespace is givenDan Engelbrecht2022-05-114-72/+76
* parameterize namespace for upstream (first hack)Dan Engelbrecht2022-05-114-103/+135
* cleanup and review feedbackDan Engelbrecht2022-05-051-1/+1
* cleanupDan Engelbrecht2022-05-043-7/+6
* Add namespacecachestore layer to allow multiple structured cache namespacesDan Engelbrecht2022-05-042-6/+7
* Initialize upstream apply in background thread (#88)v1.0.1.2Joe Kirchoff2022-05-032-0/+23
* Reduce risk of reallocating backing std::vector in CbWriter::AddBinaryDan Engelbrecht2022-04-281-1/+1
* Compute tweaks (#78)v1.0.0.3Joe Kirchoff2022-04-191-22/+8
* Horde execute storage config (#75)Joe Kirchoff2022-04-142-8/+14
* Compute updates (#74)Joe Kirchoff2022-04-145-1316/+1469
* Simple file-based compute (#65)Joe Kirchoff2022-03-304-340/+445
* Enable Horde compute code on Linux & Mac (#61)Joe Kirchoff2022-03-222-91/+33
* Update horde compute to use Jupiter for storage (#60)Joe Kirchoff2022-03-174-121/+216
* Value propagation fix - Read/Write ValueAPI as CompressedBinary type when wri...mattpetersepic2022-02-182-5/+39
* Fix typo 'application/x-ue-cb-cbpkg' -> 'application/x-ue-cbpkg'Matt Peters2022-02-111-1/+1
* Merge pull request #52 from EpicGames/ValuePropagationFixzousar2022-02-093-101/+227
|\
| * prepare_commit to fix formattingzousar2022-02-091-44/+46
| * Change Value propagation to Zen or Jupiterzousar2022-02-083-105/+229
* | Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)mattpetersepic2022-02-081-3/+0
|/
* Minor cleanup of free functions.Per Larsson2022-02-034-42/+47
* Merged main.Per Larsson2022-02-026-169/+215
|\
| * Some minor cleanupStefan Boberg2022-02-022-37/+21
| * Mash -> MeshTrackerStefan Boberg2022-02-022-12/+18
| * clang-formatStefan Boberg2022-02-021-2/+2
| * Cache policy support (#47)mattpetersepic2022-02-012-122/+172
* | 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-024-164/+39
* | Parse expire time from OpenID refresh token and added OpenId token provider.Per Larsson2022-02-023-4/+24