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
*
fix jupiter payload validation with allow redirect (#594)
Dan Engelbrecht
2025-10-20
1
-5
/
+8
*
silence warnings in CprHttpClient if request was aborted (#591)
Dan Engelbrecht
2025-10-20
2
-197
/
+219
*
Mr/dashboard stats summary tweak (#592)
Martin Ridgers
2025-10-20
2
-9
/
+14
*
fix builds storage stats (#590)
Dan Engelbrecht
2025-10-20
3
-23
/
+32
*
updated chunking strategy (#589)
Dan Engelbrecht
2025-10-20
9
-421
/
+666
*
fix gc state switching (#588)
Dan Engelbrecht
2025-10-17
1
-40
/
+38
*
add missing return statements for successful execution of zen workspace cmd (...
Dan Engelbrecht
2025-10-17
1
-3
/
+1
*
add ability to abort http requests (#586)
Dan Engelbrecht
2025-10-17
6
-29
/
+79
*
exclude .sym and .psym (#585)
Dan Engelbrecht
2025-10-17
2
-15
/
+47
*
clean up http response formatters (#584)
Dan Engelbrecht
2025-10-16
3
-50
/
+61
*
missing update of m_DiskStats.WriteByteCount in WriteSequenceChunkToCache (#583)
Dan Engelbrecht
2025-10-16
1
-13
/
+3
*
builds download progress include validate (#582)
Dan Engelbrecht
2025-10-16
3
-39
/
+90
*
fix log progress quotes (#580)
Dan Engelbrecht
2025-10-16
4
-15
/
+58
*
refactor builds cmd part4 (#579)
Dan Engelbrecht
2025-10-16
2
-740
/
+804
*
move builds state functions to buildsavedstate.h/cpp (#577)
Dan Engelbrecht
2025-10-15
6
-625
/
+604
*
added separate xmake.lua for thirdparty (#578)
Stefan Boberg
2025-10-15
1
-23
/
+7
*
move file i/o related files to separate file and remove duplicated code (#576)
Dan Engelbrecht
2025-10-15
6
-909
/
+908
*
restructured zenserver configuration (#575)
Stefan Boberg
2025-10-15
13
-210
/
+317
*
refactor builds cmd part3 (#573)
Dan Engelbrecht
2025-10-14
3
-661
/
+649
*
refactor builds cmd part2 (#572)
Dan Engelbrecht
2025-10-14
8
-2726
/
+2982
*
move all storage-related services into storage tree (#571)
Stefan Boberg
2025-10-14
32
-44
/
+31
*
make asiohttp work without IPv6 (#562)
Stefan Boberg
2025-10-13
1
-49
/
+225
*
split storage config from base config (#570)
Stefan Boberg
2025-10-13
6
-1208
/
+1355
*
extract storage server into separate source files (#569)
Stefan Boberg
2025-10-13
5
-1185
/
+1236
*
refactor builds cmd (#566)
Dan Engelbrecht
2025-10-13
8
-4459
/
+5414
*
move service common code into base class (#567)
Stefan Boberg
2025-10-13
5
-499
/
+626
*
hide http.sys options when unavailable (#568)
Stefan Boberg
2025-10-13
3
-7
/
+16
*
block reference couting copy support windows (#564)
Dan Engelbrecht
2025-10-11
4
-67
/
+475
*
add ability to limit concurrency (#565)
Stefan Boberg
2025-10-10
20
-74
/
+128
*
shorten thread pool names for Linux which has a limit of 15 characters (#563)
Stefan Boberg
2025-10-08
2
-10
/
+10
*
executable/version/pid log at command startup cleaned up (#557)
Dan Engelbrecht
2025-10-06
4
-20
/
+18
*
fix missing chunk in block after gc (#560)
Dan Engelbrecht
2025-10-06
1
-1
/
+3
*
changed std::vector<bool> to std::vector<uint8_t> to avoid threading issues (...
Stefan Boberg
2025-10-06
1
-6
/
+7
*
fixed issue in compactcas.restart test due to std::vector<bool> (#559)
Stefan Boberg
2025-10-06
1
-2
/
+5
*
added Hidden option to oidctoken creation with oidc token exe (#556)
Dan Engelbrecht
2025-10-06
11
-19
/
+47
*
speed up tests (#555)
Dan Engelbrecht
2025-10-06
10
-179
/
+245
*
fix link error with operator new (#553)
Stefan Boberg
2025-10-04
2
-23
/
+36
*
move rpcrecorder out from cache subfolder (#552)
Dan Engelbrecht
2025-10-03
5
-4
/
+4
*
cacherequests helpers test only (#551)
Dan Engelbrecht
2025-10-03
22
-392
/
+460
*
zenutil cleanup (#550)
Dan Engelbrecht
2025-10-03
8
-6
/
+8
*
move zen vfs implementation to zenstore (#549)
Dan Engelbrecht
2025-10-03
7
-93
/
+45
*
fix missing chunk (#548)
Dan Engelbrecht
2025-10-03
1
-2
/
+12
*
remove zenutil dependency in zenremotestore (#547)
Dan Engelbrecht
2025-10-03
36
-66
/
+98
*
move chunking code to zenremotestore lib (#545)
Dan Engelbrecht
2025-10-03
19
-47
/
+86
*
cache RPC replay fixes (minor) (#544)
Stefan Boberg
2025-10-03
2
-1
/
+10
*
move zenutil builds code to zenremotestore (#543)
Dan Engelbrecht
2025-10-03
14
-14
/
+20
*
move remoteproject to remotestorelib (#542)
Dan Engelbrecht
2025-10-03
14
-23
/
+18
*
move projectstore to zenstore (#541)
Dan Engelbrecht
2025-10-02
11
-12
/
+10
*
fix for RPC replay issue (wrong content-type) (#536)
Stefan Boberg
2025-10-02
4
-28
/
+28
*
add zenremotestore lib (#540)
Dan Engelbrecht
2025-10-02
5
-0
/
+91
[next]