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
/
service_cmd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
filesystem.h surface error codes (#998)
Dan Engelbrecht
2026-04-21
1
-2
/
+2
*
fix utf characters in source code (#953)
Dan Engelbrecht
2026-04-13
1
-1
/
+1
*
Compute batching (#849)
Stefan Boberg
2026-03-18
1
-4
/
+21
*
Enable cross compilation of Windows targets on Linux (#839)
Stefan Boberg
2026-03-16
1
-2
/
+2
*
ZenServerProcess API changes (#719)
Stefan Boberg
2026-01-19
1
-0
/
+1
*
Rename IsElevated to RequiresElevation
Liam Mitchell
2026-01-15
1
-9
/
+9
*
Implement final changes required for daemon mode on Mac
Liam Mitchell
2026-01-07
1
-1
/
+5
*
Make files writeable after full service install to avoid issues when attempti...
Liam Mitchell
2025-11-17
1
-0
/
+4
*
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
1
-80
/
+56
*
Avoid mutating executable paths when copying files during full service instal...
Liam Mitchell
2025-09-04
1
-5
/
+7
*
Fix trailing whitespace in service_cmd.cpp
Liam Mitchell
2025-08-20
1
-1
/
+0
*
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
1
-9
/
+119
*
Merge pull request #321 from ue-foundation/lm/zen-service-elevated-command-line
Liam Mitchell
2025-03-26
1
-2
/
+2
|
\
|
*
Fix command line parsing when running service commands elevated
Liam Mitchell
2025-03-25
1
-2
/
+2
*
|
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
1
-6
/
+1
*
Implementation of service commands for Linux.
Liam Mitchell
2025-02-27
1
-1
/
+8
*
fix positional arguments for zen service install on non-windows platforms
Dan Engelbrecht
2025-01-17
1
-1
/
+3
*
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
1
-26
/
+28
*
displayname and description are windows-only properties
Dan Engelbrecht
2025-01-10
1
-28
/
+34
*
partially working service commands for macos
Dan Engelbrecht
2025-01-10
1
-1
/
+2
*
make windows elevation optional
Dan Engelbrecht
2025-01-10
1
-70
/
+130
*
remove ServiceLevel
Dan Engelbrecht
2025-01-10
1
-29
/
+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
1
-26
/
+103
*
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
*
zen `service` command
Dan Engelbrecht
2025-01-08
1
-0
/
+308