index
:
zen
273-integrated-memory-tracking
actions_updates
asio
ddcref
de/add-builds-download-force-option
de/add-verbose-logging-on-missing-blocks
de/auto-batch-upstream
de/better-composite-iterator
de/bloom-filter-experiment
de/builds-cmd-refactor
de/chunk-info-logging
de/compressed-buffer-creation-opts
de/disk-io-optimizations
de/disk-io-with-retry
de/download-feedback-api
de/enable-partial-requests-to-jupiter-by-default
de/etag-for-oplog-chunks
de/file-change-monitor
de/fix-httpsys-shutdown
de/get-cache-chunks-api-with-separate-policy
de/httpclient-send-refactor
de/improve-status-command
de/improved-projectstore-batch-requests
de/improved-write-cache
de/increase-logging-to-find-mac-upload-error
de/json-to-cbobject-test
de/macos-copyright
de/macos-x86-build
de/memory-stomp-detector
de/new-append-op-rpc
de/no-mmap-for-attachment-meta-files
de/oplog-attachment-warnings
de/oplog-import-improvements
de/oplog-partial-block-download
de/optionally-keep-value-in-memory-when-uploadint-to-remote
de/reduce-project-store-memory
de/reduce-upstream-api
de/release-5.7.8-minimal
de/safer-oplog-import
de/statds-for-gc
de/test-macos-signing-with-id
de/upstream-policy-test
de/upstream-server-tests
de/v5.7.8-with-sb-refactor
de/vcpkg-latest
de/zen-as-oplog-store
de/zenserver-full-build-storage
deriveddata
di/add_cmake_dev
di/plugin-name-wip
di/poc_zen_command_plugins
feature/oplog-dependency-graph
lm/batch-request-content-type
lm/builds-metadata-integer-changelist
lm/oidctoken-exe-path
lm/restrict-content-type
main
rpc-analyze
sb/block-clone
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/curly-httpclient
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/oidc-token
sb/orch
sb/rpc-analysis
sb/spdlog-out
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-master
sb/zenserver-test-verbose
streamapi
tb/docker
wait_for_quiescence
zen-options
zs/get-all-chunk-infos
zs/xrepo
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zenserver
/
upstream
/
upstreamcache.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
string_view vs string lifetime fix
Dan Engelbrecht
2022-05-12
1
-2
/
+2
*
Use configured namespace in Jupiter if not explicit namespace is given
Dan Engelbrecht
2022-05-11
1
-58
/
+62
*
parameterize namespace for upstream (first hack)
Dan Engelbrecht
2022-05-11
1
-18
/
+48
*
cleanup and review feedback
Dan Engelbrecht
2022-05-05
1
-1
/
+1
*
cleanup
Dan Engelbrecht
2022-05-04
1
-4
/
+3
*
Add namespacecachestore layer to allow multiple structured cache namespaces
Dan Engelbrecht
2022-05-04
1
-4
/
+5
*
Reduce risk of reallocating backing std::vector in CbWriter::AddBinary
Dan Engelbrecht
2022-04-28
1
-1
/
+1
*
Value propagation fix - Read/Write ValueAPI as CompressedBinary type when wri...
mattpetersepic
2022-02-18
1
-0
/
+37
*
Merge pull request #52 from EpicGames/ValuePropagationFix
zousar
2022-02-09
1
-101
/
+196
|
\
|
*
prepare_commit to fix formatting
zousar
2022-02-09
1
-44
/
+46
|
*
Change Value propagation to Zen or Jupiter
zousar
2022-02-08
1
-105
/
+198
*
|
Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)
mattpetersepic
2022-02-08
1
-3
/
+0
|
/
*
Minor cleanup of free functions.
Per Larsson
2022-02-03
1
-20
/
+28
*
Merged main.
Per Larsson
2022-02-02
1
-102
/
+159
|
\
|
*
Cache policy support (#47)
mattpetersepic
2022-02-01
1
-102
/
+159
*
|
Added upstream auth config and removed the possibility to add endpoints via R...
Per Larsson
2022-02-02
1
-6
/
+27
*
|
Parse expire time from OpenID refresh token and added OpenId token provider.
Per Larsson
2022-02-02
1
-4
/
+3
*
|
Moved cloud cache token provider out from options.
Per Larsson
2022-02-01
1
-4
/
+6
*
|
Refactored cloud cache access token provider.
Per Larsson
2022-02-01
1
-4
/
+4
*
|
Parital completed cloud cache token provider interface.
Per Larsson
2022-02-01
1
-0
/
+2
*
|
Merged main.
Per Larsson
2022-01-28
1
-76
/
+80
|
\
|
|
*
Rename Paylod to Value to match the client side. Rename PayloadId to ValueCon...
mattpetersepic
2022-01-27
1
-55
/
+56
|
*
Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41)
mattpetersepic
2022-01-26
1
-12
/
+15
|
*
Fixed issue with missing endpoint name when configuring upstream cache from Lua.
Per Larsson
2022-01-26
1
-1
/
+3
|
*
Cachepolicy (#36)
mattpetersepic
2022-01-25
1
-11
/
+9
*
|
Get access token from auth mgr.
Per Larsson
2022-01-28
1
-4
/
+7
|
/
*
Refactored upstream cache to better handle different states in prep for dynam...
Per Larsson
2022-01-24
1
-314
/
+376
*
Format fix.
Per Larsson
2022-01-22
1
-12
/
+16
*
Not all toolchains support C++20's atomic<double>::fetch_add()
Martin Ridgers
2022-01-11
1
-14
/
+13
*
Two missing override keywords
Martin Ridgers
2022-01-10
1
-2
/
+2
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
1
-12
/
+6
*
Added trace scopes.
Per Larsson
2021-12-15
1
-0
/
+31
*
Merged main.
Per Larsson
2021-12-14
1
-46
/
+32
|
\
|
*
Merged main
Martin Ridgers
2021-11-22
1
-35
/
+50
|
|
\
|
|
/
|
/
|
|
*
Merged main
Martin Ridgers
2021-11-17
1
-13
/
+55
|
|
\
|
*
\
Merged main
Martin Ridgers
2021-11-17
1
-3
/
+3
|
|
\
\
|
*
\
\
Merged main
Martin Ridgers
2021-11-17
1
-7
/
+14
|
|
\
\
\
|
*
|
|
|
GCC does not like CacheKey member being named the same as its type
Martin Ridgers
2021-11-15
1
-32
/
+32
|
*
|
|
|
Merged main
Martin Ridgers
2021-11-15
1
-10
/
+333
|
|
\
\
\
\
|
*
\
\
\
\
Merged main
Martin Ridgers
2021-11-03
1
-94
/
+103
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Signed/unsigned mismatches
Martin Ridgers
2021-11-01
1
-6
/
+6
*
|
|
|
|
|
|
Changed upstream DisplayName to UpstreamEndpointInfo with name and url.
Per Larsson
2021-11-17
1
-28
/
+31
*
|
|
|
|
|
|
Added health check and return missing error message.
Per Larsson
2021-11-17
1
-7
/
+19
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Log upstream HTTP errors as errors.
Per Larsson
2021-11-17
1
-13
/
+55
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Check both success and error code when initializing Jupiter upstream.
Per Larsson
2021-11-17
1
-1
/
+1
*
|
|
|
|
Added connect/transfer timeout options for Jupiter client.
Per Larsson
2021-11-17
1
-2
/
+2
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Added upstream connect/transfer timeout options.
Per Larsson
2021-11-16
1
-7
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
Fixed bug in upstream jupiter endpoint.
Per Larsson
2021-11-13
1
-2
/
+2
*
|
|
Merge branch 'main' into zcache-batch
Per Larsson
2021-11-11
1
-3
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Type consistency around signed/unsigned comparison
Martin Ridgers
2021-11-03
1
-3
/
+3
[next]