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
/
cache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Value propagation fix - Read/Write ValueAPI as CompressedBinary type when wri...
mattpetersepic
2022-02-18
1
-27
/
+44
*
Fixed "Record* Record;" non-conformant compile errors from GCC
Martin Ridgers
2022-02-11
2
-13
/
+13
*
Merge pull request #52 from EpicGames/ValuePropagationFix
zousar
2022-02-09
1
-1
/
+1
|
\
|
*
Change Value propagation to Zen or Jupiter
zousar
2022-02-08
1
-1
/
+1
*
|
Simplify HandleRpcGetCacheChunks (#53)
mattpetersepic
2022-02-09
2
-270
/
+319
*
|
Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)
mattpetersepic
2022-02-08
2
-234
/
+45
|
/
*
clang-format
Stefan Boberg
2022-02-02
1
-7
/
+7
*
Cache policy support (#47)
mattpetersepic
2022-02-01
2
-223
/
+989
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2022-01-28
2
-159
/
+420
|
\
|
*
Compile fix
Martin Ridgers
2022-01-28
1
-1
/
+0
|
*
Rename Paylod to Value to match the client side: missing file from previous c...
Matt Peters
2022-01-27
1
-1
/
+1
|
*
Rename Paylod to Value to match the client side. Rename PayloadId to ValueCon...
mattpetersepic
2022-01-27
2
-52
/
+57
|
*
Add batched CacheRecord put rpc (#38)
mattpetersepic
2022-01-27
2
-17
/
+187
|
*
Implement SkipData,QueryLocal,StoreLocal for HandleRpcGetCacheRecords (#41)
mattpetersepic
2022-01-26
1
-51
/
+103
|
*
Implement SkipData,QueryLocal,StoreLocal for GET-verb CacheGet requests (#39)
mattpetersepic
2022-01-26
1
-40
/
+75
*
|
Structured cache PUTs now preserve content type for binary and compressed binary
Stefan Boberg
2022-01-28
1
-2
/
+2
|
/
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2022-01-25
2
-174
/
+137
|
\
|
*
Cachepolicy (#36)
mattpetersepic
2022-01-25
2
-174
/
+137
*
|
Implemented support for storing compressed buffers as values in structured ca...
Stefan Boberg
2022-01-25
2
-4
/
+14
|
/
*
Refactored upstream cache to better handle different states in prep for dynam...
Per Larsson
2022-01-24
2
-45
/
+38
*
Format fix.
Per Larsson
2022-01-22
1
-1
/
+1
*
Use ExtendablePathBuilders
zousar
2022-01-21
1
-3
/
+3
*
Fixed missing object in cache bucket manifest.
Per Larsson
2022-01-21
1
-1
/
+5
*
Support chunk requests with no ValueId, and interpret them as requested for v...
mattpetersepic
2022-01-17
1
-22
/
+33
*
Moved "concepts" include to zencore.h as toolchain support is spotty
Martin Ridgers
2022-01-13
1
-2
/
+0
*
Handle PartialOnError cache policy when using z$ rest endpoint.
Per Larsson
2022-01-12
1
-63
/
+71
*
Fixed missing content type when storing cache values.
Per Larsson
2022-01-11
1
-7
/
+7
*
LLVM-12 C++ lib's emplace_back() doesn't like classes all that much
Martin Ridgers
2022-01-10
1
-1
/
+4
*
Fixed unused-lambda-capture compile errors
Martin Ridgers
2022-01-10
1
-3
/
+3
*
Removed ZEN_UNUSED() statement that is unnecessary
Martin Ridgers
2022-01-10
1
-1
/
+0
*
Compiler support for C++20's using-enum is wildly incomplete
Martin Ridgers
2022-01-10
1
-18
/
+10
*
Deleted two unused include statements
Martin Ridgers
2022-01-10
1
-2
/
+0
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
3
-19
/
+10
*
Allow for "Values" member of structured cache records that is equivalent to "...
Zousar Shaker
2022-01-04
1
-0
/
+11
*
Changed timestamp to atomic int64.
Per Larsson
2022-01-03
2
-29
/
+55
*
Added trace scopes.
Per Larsson
2021-12-15
2
-0
/
+14
*
Commented out unused local variables
Martin Ridgers
2021-12-15
1
-2
/
+2
*
GCC has trouble parsing this sizeof expression without parentheses
Martin Ridgers
2021-12-15
1
-1
/
+1
*
Fixed "incomplete type" error.
Martin Ridgers
2021-12-15
2
-120
/
+120
*
Removed duplicate unguarded Windows include statement
Martin Ridgers
2021-12-15
1
-1
/
+0
*
Merged main.
Per Larsson
2021-12-14
5
-60
/
+76
|
\
|
*
Fixed unused variable warnings
Martin Ridgers
2021-11-15
1
-2
/
+2
|
*
GCC does not like CacheKey member being named the same as its type
Martin Ridgers
2021-11-15
1
-11
/
+11
|
*
Merged main
Martin Ridgers
2021-11-15
1
-15
/
+35
|
|
\
|
*
\
Merged main
Martin Ridgers
2021-11-15
2
-164
/
+463
|
|
\
\
|
*
\
\
Merged main
Martin Ridgers
2021-11-12
2
-8
/
+13
|
|
\
\
\
|
*
|
|
|
ZenCacheDiskLayer::DiscoverBuckets() was using wstring for paths
Martin Ridgers
2021-11-02
1
-3
/
+7
|
*
|
|
|
CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilder
Martin Ridgers
2021-11-02
2
-12
/
+12
|
*
|
|
|
Unused variables fix
Martin Ridgers
2021-11-02
1
-11
/
+14
|
*
|
|
|
Merged main
Martin Ridgers
2021-11-01
2
-92
/
+116
|
|
\
\
\
\
[next]