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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed C4244 warnings in unfinished code
rpc-analyze
Stefan Boberg
2025-07-14
1
-2
/
+3
*
fixed recording replay by always using recovery path
Stefan Boberg
2025-07-14
1
-1
/
+11
*
some ZEN_UNUSED fixes
Stefan Boberg
2025-07-14
1
-2
/
+2
*
Merge branch 'rpc-analyze' of https://github.ol.epicgames.net/ue-foundation/z...
Stefan Boberg
2025-07-14
29
-381
/
+954
|
\
|
*
Merge branch 'main' into rpc-analyze
Stefan Boberg
2025-06-27
29
-381
/
+954
|
|
\
|
|
*
move nodiscard to proper location (#447)
Dan Engelbrecht
2025-06-19
1
-1
/
+1
|
|
*
add retry for failed block metadata upload (#445)
Dan Engelbrecht
2025-06-19
4
-32
/
+60
|
|
*
make sure we unregister from GC before we drop bucket/namespaces (#443)
Dan Engelbrecht
2025-06-19
2
-1
/
+4
|
|
*
Surfaced basic z$ information to self-hosted dashboard (#441)
Martin Ridgers
2025-06-18
3
-0
/
+124
|
|
*
`--output-path` option added to `zen version` command (#440)
Dan Engelbrecht
2025-06-18
3
-20
/
+41
|
|
*
accept Cloud urls without the api/v2/builds/ part (#439)
Dan Engelbrecht
2025-06-17
1
-25
/
+45
|
|
*
graceful wait in parallelwork destructor (#438)
Dan Engelbrecht
2025-06-16
9
-244
/
+359
|
|
*
fix build store range check (#437)
Dan Engelbrecht
2025-06-16
2
-3
/
+10
|
|
*
sentry config (#430)
Dan Engelbrecht
2025-06-12
9
-56
/
+311
*
|
|
fleshed out a few more tables
Stefan Boberg
2025-06-27
1
-7
/
+72
|
/
/
*
|
added initial tracking of namespaces, buckets, keys
Stefan Boberg
2025-06-27
1
-33
/
+137
*
|
fleshed out RPC recording analysis command, now parses every request
Stefan Boberg
2025-06-27
4
-16
/
+199
*
|
minor: output schema sketch
Stefan Boberg
2025-06-27
1
-0
/
+32
*
|
added IRpcRequestAnalyzer
Stefan Boberg
2025-06-11
3
-23
/
+56
*
|
remove support for v1 recording
Stefan Boberg
2025-06-11
1
-221
/
+1
*
|
Added ClearContainer helper
Stefan Boberg
2025-06-11
1
-3
/
+17
*
|
factored out IterateSegments()
Stefan Boberg
2025-06-11
1
-22
/
+26
*
|
add warning when detecting bad segment metadata
Stefan Boberg
2025-06-11
1
-0
/
+4
*
|
Added recording_id metadata to RPC recordings
Stefan Boberg
2025-06-11
1
-6
/
+15
*
|
Merge branch 'rpc-analyze' of https://github.ol.epicgames.net/ue-foundation/z...
Stefan Boberg
2025-06-11
34
-402
/
+1608
|
\
\
|
*
|
Merge branch 'main' into rpc-analyze
Stefan Boberg
2025-06-11
34
-402
/
+1608
|
|
\
|
|
|
*
make sure we finish progress at 100% if not done (#432)
Dan Engelbrecht
2025-06-10
1
-1
/
+1
|
|
*
crash in composite buffer stream (#431)
Dan Engelbrecht
2025-06-10
1
-1
/
+1
|
|
*
revert 61b4a88f and cadaad63
Dan Engelbrecht
2025-06-10
9
-311
/
+56
|
|
*
add sentry configurations options for debug/environment
Dan Engelbrecht
2025-06-10
7
-56
/
+135
|
|
*
add EnvironmentOptions helper
Dan Engelbrecht
2025-06-10
2
-0
/
+176
|
|
*
Don't require `--namespace` option when using `zen list-namespaces` command (...
Dan Engelbrecht
2025-06-10
1
-19
/
+44
|
|
*
restore legacy --url option for builds download (#428)
Dan Engelbrecht
2025-06-10
1
-1
/
+7
|
|
*
`--sentry-dsn` option for zen command line and zenserver to control Sentry re...
Dan Engelbrecht
2025-06-09
6
-37
/
+59
|
|
*
use unique tmp name for auth token file (#426)
Dan Engelbrecht
2025-06-09
1
-3
/
+3
|
|
*
fix namespace picking up wrong argument (#425)
Dan Engelbrecht
2025-06-09
1
-1
/
+1
|
|
*
missing chunks bugfix (#424)
Dan Engelbrecht
2025-06-09
8
-85
/
+480
|
|
*
silence oom ood errors for sentry (#423)
Dan Engelbrecht
2025-06-05
1
-0
/
+18
|
|
*
pause, resume and abort running builds cmd (#421)
Dan Engelbrecht
2025-06-05
21
-161
/
+799
|
|
*
revert system temp dir for builds upload (#422)
Dan Engelbrecht
2025-06-05
1
-29
/
+27
|
|
*
Initialize sentry after command line parsing is done (#420)
Stefan Boberg
2025-06-04
1
-24
/
+25
|
|
*
builds download url (#419)
Dan Engelbrecht
2025-06-04
4
-64
/
+154
|
|
*
new builds search (#418)
Dan Engelbrecht
2025-06-04
2
-19
/
+32
*
|
|
Fixed accidental path copy
Stefan Boberg
2025-06-11
1
-1
/
+1
|
/
/
*
/
Skeleton of rpc recording analysis command
Stefan Boberg
2025-06-11
4
-27
/
+123
|
/
*
faster scavenge (#417)
Dan Engelbrecht
2025-06-04
4
-101
/
+251
*
fixed size chunking for encrypted files (#410)
Dan Engelbrecht
2025-06-03
14
-429
/
+873
*
minor: fix unused variable warning on some compilers
Stefan Boberg
2025-06-03
1
-4
/
+4
*
http client streaming upload (#413)
Dan Engelbrecht
2025-06-02
5
-200
/
+438
*
fix cachbucket mem hit count (#415)
Dan Engelbrecht
2025-06-02
1
-4
/
+7
[next]