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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix for RPC replay issue (wrong content-type) (#536)
Stefan Boberg
2025-10-02
1
-26
/
+4
*
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
*
make cpr a HttpClient implementation detail (#517)
Stefan Boberg
2025-09-29
2
-120
/
+42
*
remove spurious cpr.h includes (#520)
Stefan Boberg
2025-09-29
5
-13
/
+1
*
more iterate chunk logging (#516)
Dan Engelbrecht
2025-09-26
1
-1
/
+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
4
-12
/
+125
*
Added `--oidctoken-exe-unattended` to`zen builds` and `zen oplog-download` co...
Dan Engelbrecht
2025-09-22
2
-1
/
+9
*
fetch cloud oplog (#502)
Dan Engelbrecht
2025-09-22
8
-440
/
+727
*
improve builds download partial logic (#501)
Dan Engelbrecht
2025-09-22
3
-376
/
+671
*
fix quoted wildcard options (#500)
Dan Engelbrecht
2025-09-17
1
-27
/
+1
*
add builds download force option (#498)
Dan Engelbrecht
2025-09-17
2
-270
/
+297
*
add EMode to WorkerTheadPool to avoid thread starvation (#492)
Dan Engelbrecht
2025-09-10
5
-75
/
+82
*
faster oplog entries with referenceset (#488)
Dan Engelbrecht
2025-09-08
2
-1
/
+2
*
Set ownership of service executables to the service user on Linux (#489)
Liam Mitchell
2025-09-08
1
-0
/
+44
*
refactor zen command return value handling (#487)
Dan Engelbrecht
2025-09-05
44
-1043
/
+923
*
Avoid mutating executable paths when copying files during full service instal...
Liam Mitchell
2025-09-04
1
-5
/
+7
*
add validation of compact binary payloads before reading them (#483)
Dan Engelbrecht
2025-09-04
2
-15
/
+50
*
improve console output (#476)
Dan Engelbrecht
2025-08-26
19
-1073
/
+1022
*
Merge pull request #139 from ue-foundation/de/zen-service-command
Liam Mitchell
2025-08-22
4
-2
/
+668
|
\
|
*
Merge remote-tracking branch 'origin/main' into de/zen-service-command
Liam Mitchell
2025-08-21
7
-395
/
+1053
|
|
\
|
*
|
Fix trailing whitespace in service_cmd.cpp
Liam Mitchell
2025-08-20
1
-1
/
+0
|
*
|
Merge pull request #452 from ue-foundation/lm/full-service-install
Liam Mitchell
2025-08-06
2
-9
/
+143
|
|
\
\
|
|
*
|
Fix permissions and ownership issues with service binary copy and remove unne...
Liam Mitchell
2025-07-25
1
-1
/
+10
|
|
*
|
Increase service stop timeout to 30 seconds during full install
Liam Mitchell
2025-07-21
1
-1
/
+1
|
|
*
|
Add PDBs and crashpad_handler to installed files during full service install
Liam Mitchell
2025-07-21
1
-11
/
+24
|
|
*
|
Add --full option to service install, which will handle stop/uninstall if nec...
Liam Mitchell
2025-07-16
2
-9
/
+121
|
*
|
|
Merge branch 'main' into de/zen-service-command
Liam Mitchell
2025-07-29
27
-2930
/
+7568
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #321 from ue-foundation/lm/zen-service-elevated-command-line
Liam Mitchell
2025-03-26
2
-3
/
+3
|
|
\
\
\
|
|
*
|
|
Fix command line parsing when running service commands elevated
Liam Mitchell
2025-03-25
2
-3
/
+3
|
*
|
|
|
Update return codes for service commands to provide more information to the c...
Liam Mitchell
2025-03-25
1
-2
/
+16
|
|
/
/
/
|
*
|
|
Merge remote-tracking branch 'origin/main' into de/zen-service-command
Dan Engelbrecht
2025-03-14
15
-147
/
+8374
|
|
\
\
\
|
*
\
\
\
Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-serv...
Dan Engelbrecht
2025-03-14
2
-1
/
+9
|
|
\
\
\
\
|
|
*
|
|
|
Implementation of service commands for Linux.
Liam Mitchell
2025-02-27
2
-1
/
+9
|
*
|
|
|
|
Merge remote-tracking branch 'origin/main' into de/zen-service-command
Dan Engelbrecht
2025-01-23
4
-10
/
+22
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
fix positional arguments for zen service install on non-windows platforms
Dan Engelbrecht
2025-01-17
1
-1
/
+3
|
*
|
|
|
|
Merge remote-tracking branch 'origin/main' into de/zen-service-command
Dan Engelbrecht
2025-01-17
5
-8
/
+10
|
|
\
\
\
\
\
|
*
|
|
|
|
|
systemd unit file, incomplete
Dan Engelbrecht
2025-01-15
1
-1
/
+1
|
*
|
|
|
|
|
typo fix
Dan Engelbrecht
2025-01-10
1
-1
/
+1
|
*
|
|
|
|
|
clang format
Dan Engelbrecht
2025-01-10
2
-29
/
+31
|
*
|
|
|
|
|
displayname and description are windows-only properties
Dan Engelbrecht
2025-01-10
2
-28
/
+36
|
*
|
|
|
|
|
partially working service commands for macos
Dan Engelbrecht
2025-01-10
1
-1
/
+2
|
*
|
|
|
|
|
make windows elevation optional
Dan Engelbrecht
2025-01-10
2
-70
/
+132
|
*
|
|
|
|
|
remove ServiceLevel
Dan Engelbrecht
2025-01-10
2
-30
/
+8
|
*
|
|
|
|
|
use attachconsole to send ctrl+c to running process
Dan Engelbrecht
2025-01-08
1
-2
/
+7
|
*
|
|
|
|
|
add ServiceLevel for service processes: User, AllUsers and Service
Dan Engelbrecht
2025-01-08
2
-26
/
+104
|
*
|
|
|
|
|
check if service is already installed before attempting install
Dan Engelbrecht
2025-01-08
1
-7
/
+27
|
*
|
|
|
|
|
Add ServiceSpec struct
Dan Engelbrecht
2025-01-08
1
-12
/
+14
[prev]
[next]