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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanup of free functions.
Per Larsson
2022-02-03
1
-16
/
+13
*
Merged main.
Per Larsson
2022-02-02
1
-32
/
+24
|
\
|
*
Some minor cleanup
Stefan Boberg
2022-02-02
1
-16
/
+9
|
*
Cache policy support (#47)
mattpetersepic
2022-02-01
1
-20
/
+13
*
|
Added upstream auth config and removed the possibility to add endpoints via R...
Per Larsson
2022-02-02
1
-3
/
+12
*
|
Moved cloud cache token provider out from options.
Per Larsson
2022-02-01
1
-1
/
+4
*
|
Refactored cloud cache access token provider.
Per Larsson
2022-02-01
1
-1
/
+1
*
|
Merged main.
Per Larsson
2022-01-28
1
-12
/
+12
|
\
|
|
*
Rename Paylod to Value to match the client side. Rename PayloadId to ValueCon...
mattpetersepic
2022-01-27
1
-12
/
+12
*
|
Get access token from auth mgr.
Per Larsson
2022-01-28
1
-1
/
+2
|
/
*
Refactored upstream cache to better handle different states in prep for dynam...
Per Larsson
2022-01-24
1
-29
/
+53
*
Not all toolchains support C++20's atomic<double>::fetch_add()
Martin Ridgers
2022-01-11
1
-4
/
+4
*
Merged main
Martin Ridgers
2021-11-22
1
-2
/
+8
|
\
|
*
Changed upstream DisplayName to UpstreamEndpointInfo with name and url.
Per Larsson
2021-11-17
1
-2
/
+8
*
|
Merged main
Martin Ridgers
2021-11-17
1
-2
/
+2
|
\
|
|
*
Added connect/transfer timeout options for Jupiter client.
Per Larsson
2021-11-17
1
-2
/
+2
*
|
Merged main
Martin Ridgers
2021-11-17
1
-1
/
+2
|
\
|
|
*
Added upstream connect/transfer timeout options.
Per Larsson
2021-11-16
1
-1
/
+2
*
|
GCC does not like CacheKey member being named the same as its type
Martin Ridgers
2021-11-15
1
-2
/
+2
|
/
*
Movec cache utility types to zenutil and fixed unit tests.
Per Larsson
2021-11-12
1
-2
/
+1
*
Removed batch result.
Per Larsson
2021-11-11
1
-12
/
+7
*
Format and remove unused type.
Per Larsson
2021-11-11
1
-2
/
+0
*
Added batch API to upstream endpoints.
Per Larsson
2021-11-11
1
-23
/
+42
*
Sort cache keys when resolving payload ID's.
Per Larsson
2021-11-09
1
-0
/
+4
*
Added upstream batch API.
Per Larsson
2021-11-02
1
-0
/
+14
*
Added support for choosing best ZEN upstream endpoint based on latency.
Per Larsson
2021-10-02
1
-1
/
+3
*
Improved error handling for upstream endpoints.
Per Larsson
2021-10-01
1
-24
/
+18
*
Added upstream cache perf metrics.
Per Larsson
2021-10-01
1
-0
/
+3
*
Try upload missing payloads and finalize Jupiter cache ref.
Per Larsson
2021-10-01
1
-0
/
+1
*
Simpler upstream stats. Enabled with --upstream-stats.
Per Larsson
2021-09-23
1
-0
/
+15
*
Made upstream endpoints more resilient to failures by checking health/reconne...
Per Larsson
2021-09-22
1
-10
/
+34
*
Moved more code into zen namespace, for consistency
Stefan Boberg
2021-09-20
1
-3
/
+2
*
Added upstream cache policy command line option (read|write,readonly,writeonl...
Per Larsson
2021-09-17
1
-1
/
+3
*
Minor fixup and formatting.
Per Larsson
2021-09-07
1
-5
/
+5
*
Return stats from Zen/Jupiter HTTP client.
Per Larsson
2021-09-07
1
-1
/
+5
*
Zen upstream support (#7)
Per Larsson
2021-09-03
1
-20
/
+44
*
Asynchronous upstream caching to Jupiter
Per Larsson
2021-08-31
1
-0
/
+82