index
:
archived-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/chunk-info-logging
de/compressed-buffer-creation-opts
de/consul-support
de/disk-io-optimizations
de/disk-io-with-retry
de/download-feedback-api
de/etag-for-oplog-chunks
de/file-change-monitor
de/fix-httpsys-shutdown
de/get-cache-chunks-api-with-separate-policy
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/loadoplog-refactor
de/macos-copyright
de/macos-x86-build
de/memory-stomp-detector
de/new-append-op-rpc
de/no-mmap-for-attachment-meta-files
de/opaque-file-handle
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/trim-malloc-at-threadpool-idle
de/upstream-policy-test
de/upstream-server-tests
de/v5.7.24-hotpatch
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
main
rpc-analyze
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/complete
sb/compute-overmind
sb/eastl
sb/fix-batch-ptr
sb/fix-vla-warn
sb/fixups
sb/horde-compressedbuffer
sb/intree-sentry-native
sb/manual-test-workflows
sb/more-tui
sb/no-network
sb/rpc-analysis
sb/shared-string
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-help
sb/zen-master
streamapi
tb/docker
wait_for_quiescence
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
/
zen
/
cmds
/
builds_cmd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
allow --zen-cache-host option when using builds filestore (for testing) (#627)
Dan Engelbrecht
2025-11-03
1
-0
/
+32
*
Various fixes to address issues flagged by gcc / non-UE toolchain build (#621)
Stefan Boberg
2025-11-01
1
-19
/
+26
*
use already built lookup when verifying folder (#615)
Dan Engelbrecht
2025-10-27
1
-3
/
+2
*
fixed progress bar when scanning changed local files (#608)
Dan Engelbrecht
2025-10-24
1
-23
/
+28
*
add host discovery and zen cache support for oplog import (#601)
Dan Engelbrecht
2025-10-23
1
-181
/
+63
*
add --boost-workers option to zen builds prime-cache (#604)
Dan Engelbrecht
2025-10-23
1
-0
/
+1
*
add `zen builds prime-cache` command (#598)
Dan Engelbrecht
2025-10-22
1
-24
/
+154
*
tweak worker pools for builds (#595)
Dan Engelbrecht
2025-10-22
1
-17
/
+115
*
make validation of completed sequences in builds download optional (#596)
Dan Engelbrecht
2025-10-22
1
-0
/
+1
*
updated chunking strategy (#589)
Dan Engelbrecht
2025-10-20
1
-7
/
+16
*
add ability to abort http requests (#586)
Dan Engelbrecht
2025-10-17
1
-2
/
+3
*
builds download progress include validate (#582)
Dan Engelbrecht
2025-10-16
1
-2
/
+8
*
fix log progress quotes (#580)
Dan Engelbrecht
2025-10-16
1
-1
/
+5
*
move builds state functions to buildsavedstate.h/cpp (#577)
Dan Engelbrecht
2025-10-15
1
-442
/
+22
*
move file i/o related files to separate file and remove duplicated code (#576)
Dan Engelbrecht
2025-10-15
1
-289
/
+6
*
refactor builds cmd part3 (#573)
Dan Engelbrecht
2025-10-14
1
-482
/
+29
*
refactor builds cmd part2 (#572)
Dan Engelbrecht
2025-10-14
1
-2668
/
+293
*
refactor builds cmd (#566)
Dan Engelbrecht
2025-10-13
1
-4446
/
+152
*
block reference couting copy support windows (#564)
Dan Engelbrecht
2025-10-11
1
-35
/
+207
*
executable/version/pid log at command startup cleaned up (#557)
Dan Engelbrecht
2025-10-06
1
-18
/
+8
*
changed std::vector<bool> to std::vector<uint8_t> to avoid threading issues (...
Stefan Boberg
2025-10-06
1
-6
/
+7
*
added Hidden option to oidctoken creation with oidc token exe (#556)
Dan Engelbrecht
2025-10-06
1
-2
/
+7
*
remove zenutil dependency in zenremotestore (#547)
Dan Engelbrecht
2025-10-03
1
-10
/
+10
*
move chunking code to zenremotestore lib (#545)
Dan Engelbrecht
2025-10-03
1
-4
/
+4
*
move zenutil builds code to zenremotestore (#543)
Dan Engelbrecht
2025-10-03
1
-3
/
+3
*
fix bounds check when finalizing build state (#533)
Dan Engelbrecht
2025-09-30
1
-1
/
+2
*
parsing of `zen builds` `--log-progress` option fixed (#530)
Dan Engelbrecht
2025-09-29
1
-9
/
+13
*
builds multi wildcard (#524)
Dan Engelbrecht
2025-09-29
1
-50
/
+83
*
remove spurious cpr.h includes (#520)
Stefan Boberg
2025-09-29
1
-0
/
+1
*
list missing block hashes when --verbose is enabled (#512)
Dan Engelbrecht
2025-09-26
1
-0
/
+14
*
limit number of chunks per block (#508)
Dan Engelbrecht
2025-09-23
1
-2
/
+109
*
fetch cloud oplog (#502)
Dan Engelbrecht
2025-09-22
1
-356
/
+53
*
improve builds download partial logic (#501)
Dan Engelbrecht
2025-09-22
1
-292
/
+585
*
fix quoted wildcard options (#500)
Dan Engelbrecht
2025-09-17
1
-27
/
+1
*
add builds download force option (#498)
Dan Engelbrecht
2025-09-17
1
-270
/
+296
*
add EMode to WorkerTheadPool to avoid thread starvation (#492)
Dan Engelbrecht
2025-09-10
1
-53
/
+55
*
refactor zen command return value handling (#487)
Dan Engelbrecht
2025-09-05
1
-77
/
+90
*
improve console output (#476)
Dan Engelbrecht
2025-08-26
1
-861
/
+805
*
zen print fixes/improvements (#469)
Dan Engelbrecht
2025-08-19
1
-2
/
+2
*
use new builds api for oplogs (#464)
Dan Engelbrecht
2025-08-12
1
-3
/
+6
*
add filtering to builds download (#463)
Dan Engelbrecht
2025-08-11
1
-54
/
+210
*
list build part content (#462)
Dan Engelbrecht
2025-08-11
1
-291
/
+666
*
skip query for metada if no blocks are referenced (#460)
Dan Engelbrecht
2025-08-07
1
-1
/
+1
*
retry finalize if we get a "needs" on a blob we did not create (#461)
Dan Engelbrecht
2025-08-06
1
-2
/
+4
*
add retry for failed block metadata upload (#445)
Dan Engelbrecht
2025-06-19
1
-27
/
+49
*
accept Cloud urls without the api/v2/builds/ part (#439)
Dan Engelbrecht
2025-06-17
1
-25
/
+45
*
fix build store range check (#437)
Dan Engelbrecht
2025-06-16
1
-2
/
+9
*
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
*
fix namespace picking up wrong argument (#425)
Dan Engelbrecht
2025-06-09
1
-1
/
+1
[prev]
[next]