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/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/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/revise-oplog-block-arrangement
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
main
rpc-analyze
sb/block-clone
sb/build-cache
sb/build-part-delta
sb/builds-subcmds
sb/cleanup-main
sb/cloud
sb/compute-scheduler
sb/core-http-functions
sb/docker-compute
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/linux-build-improvements
sb/more-tui
sb/rpc-analysis
sb/s3client
sb/sessionize
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/win-x-linux
sb/xrepo
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
/
zenhttp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made CPR optional, html generated at build time (#840)
Stefan Boberg
2 days
4
-16
/
+34
*
Add clang-cl build support
Stefan Boberg
3 days
1
-1
/
+1
*
Unix Domain Socket auto discovery (#833)
Stefan Boberg
3 days
7
-10
/
+22
*
Switch httpclient default back-end over to libcurl (#832)
Stefan Boberg
3 days
2
-700
/
+423
*
Add --no-network option (#831)
Stefan Boberg
4 days
4
-18
/
+29
*
upgrade asio from 1.29.0 to 1.38.0 (#827)
Stefan Boberg
4 days
5
-36
/
+36
*
Transparent proxy mode (#823)
Stefan Boberg
4 days
1
-2
/
+2
*
added streaming download of payloads http client Post (#824)
Dan Engelbrecht
5 days
9
-75
/
+377
*
HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)
Stefan Boberg
6 days
21
-449
/
+3921
*
Dashboard overhaul, compute integration (#814)
Stefan Boberg
7 days
13
-97
/
+537
*
add fallback for zencache multirange (#816)
Dan Engelbrecht
7 days
1
-1
/
+1
*
Eliminate spdlog dependency (#773)
Stefan Boberg
7 days
3
-15
/
+31
*
Claude config, some bug fixes (#813)
Stefan Boberg
10 days
16
-39
/
+59
*
compute orchestration (#763)
Stefan Boberg
12 days
3
-10
/
+41
*
HTTP improvements (#803)
Stefan Boberg
12 days
6
-12
/
+80
*
unity build fixes (#802)
Stefan Boberg
12 days
1
-0
/
+1
*
use multi range requests (#800)
Dan Engelbrecht
12 days
3
-26
/
+22
*
fix objectstore uri path parsing (#801)
Dan Engelbrecht
13 days
1
-14
/
+73
*
Add test suites (#799)
Stefan Boberg
14 days
7
-0
/
+29
*
test running / reporting improvements (#797)
Stefan Boberg
2026-02-28
1
-2
/
+2
*
add multirange requests to blob store (#795)
Dan Engelbrecht
2026-02-27
1
-1
/
+1
*
add full WebSocket (RFC 6455) client/server support for zenhttp (#792)
Stefan Boberg
2026-02-27
19
-108
/
+3203
*
optimize string matching (#791)
Dan Engelbrecht
2026-02-27
2
-15
/
+23
*
MeasureLatency now bails out quickly if it experiences a connection error (#789)
Stefan Boberg
2026-02-27
3
-0
/
+25
*
add support in http client to accept multi-range responses (#788)
Dan Engelbrecht
2026-02-27
6
-245
/
+780
*
adding HttpClient tests (#785)
Stefan Boberg
2026-02-26
3
-1
/
+1365
*
HttpService/Frontend improvements (#782)
Stefan Boberg
2026-02-25
6
-20
/
+140
*
use partial blocks for oplog import (#780)
Dan Engelbrecht
2026-02-24
2
-0
/
+47
*
Various bug fixes (#778)
Stefan Boberg
2026-02-24
2
-9
/
+12
*
GC - fix handling of attachment ranges, http access token expiration, lock fi...
Stefan Boberg
2026-02-20
2
-4
/
+7
*
add selective request logging support to http.sys (#762)
Stefan Boberg
2026-02-18
1
-3
/
+22
*
add http server root password protection (#757)
Dan Engelbrecht
2026-02-17
14
-150
/
+324
*
misc fixes brought over from sb/proto (#759)
Stefan Boberg
2026-02-17
4
-20
/
+38
*
add foundation for http password protection (#756)
Dan Engelbrecht
2026-02-13
3
-0
/
+275
*
add IHttpRequestFilter to allow server implementation to filter/reject reques...
Dan Engelbrecht
2026-02-13
10
-96
/
+353
*
add IsLocalMachineRequest to HttpServerRequest (#749)
Dan Engelbrecht
2026-02-12
6
-7
/
+78
*
add simple http client tests (#751)
Dan Engelbrecht
2026-02-12
8
-27
/
+202
*
only check file size for requested range in asio TransmitFileAsync in debug m...
Dan Engelbrecht
2026-02-06
1
-41
/
+63
*
Merge pull request #723 from ue-foundation/lm/service-interactive-session
Liam Mitchell
2026-02-04
4
-40
/
+16
|
\
|
*
Respond to RequestApplicationExit() in http server implementations even in no...
Liam Mitchell
2026-01-29
4
-40
/
+16
*
|
implemented chunking for TransmitFile path (#736)
Stefan Boberg
2026-02-04
1
-58
/
+119
*
|
reduce batch size for reads (#740)
Dan Engelbrecht
2026-01-29
1
-1
/
+1
*
|
hotfix 5.7.18 (#730)
Dan Engelbrecht
2026-01-22
1
-3
/
+3
|
/
*
zenserver API changes, some other minor changes (#720)
Stefan Boberg
2026-01-19
1
-1
/
+1
*
remove ZENCORE_API completely (#718)
Stefan Boberg
2026-01-19
1
-2
/
+2
*
OTLP/trace improvements (#717)
Stefan Boberg
2026-01-19
1
-4
/
+6
*
asio/http optimizations (#449)
Stefan Boberg
2026-01-14
1
-104
/
+638
*
CprHttpClient cleanup (#703)
Dan Engelbrecht
2026-01-09
2
-7
/
+3
*
Add base port getter and set the dll directory for plugin dependencies (#692)
Tomasz Obrębski
2025-12-19
2
-7
/
+20
*
remove error warning in output (#695)
Dan Engelbrecht
2025-12-17
2
-9
/
+9
[next]