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
...
|
*
adjust resource usage for dedicated servers (#466)
Stefan Boberg
2023-10-12
7
-26
/
+84
*
|
Change default port to 8558
zousar
2023-10-11
9
-13
/
+13
|
/
*
added explicit implementation of IoHash equals operator (#464)
Stefan Boberg
2023-10-11
1
-0
/
+2
*
pluggable asio transport (#460)
Stefan Boberg
2023-10-11
16
-117
/
+607
*
hide HttpAsioServer interface behind factory function (#463)
Stefan Boberg
2023-10-11
3
-24
/
+29
*
updated plugin API class names (#462)
Stefan Boberg
2023-10-11
9
-98
/
+97
*
remove legacy compute interfaces (#461)
Stefan Boberg
2023-10-11
12
-3212
/
+41
*
fix clang-format whoopsie
Stefan Boberg
2023-10-11
1
-1
/
+1
*
added back main thread name
Stefan Boberg
2023-10-11
1
-0
/
+2
*
suppress no-op auth debug logging
Stefan Boberg
2023-10-10
1
-1
/
+6
*
experimental pluggable transport support (#436)
Stefan Boberg
2023-10-10
15
-42
/
+2039
*
cache reference tracking (#455)
Dan Engelbrecht
2023-10-10
9
-188
/
+598
*
fixed GC logging output stats (#458)
Stefan Boberg
2023-10-10
1
-1
/
+1
*
minor fixes to zencore (#457)
Stefan Boberg
2023-10-09
4
-8
/
+3
*
reject bad bucket reads (#456)
Stefan Boberg
2023-10-09
3
-5
/
+16
*
minor: remove double include
Dan Engelbrecht
2023-10-06
1
-1
/
+0
*
fix memory usage in memlayer (#454)
Dan Engelbrecht
2023-10-06
2
-15
/
+4
*
fix gc infinite loop (#453)
Dan Engelbrecht
2023-10-06
3
-10
/
+26
*
zenserver project restructuring (#442)
Stefan Boberg
2023-10-06
10
-1533
/
+1741
*
reject known bad bucket names in structured cache (#452)
v0.2.27-pre0
Stefan Boberg
2023-10-06
6
-8
/
+82
*
ZenCacheMemoryLayer should always store values using memory buffers (#451)
Stefan Boberg
2023-10-05
2
-5
/
+9
*
fixed issue where IoBufferBuilder::ReadFromFileMaybe loses content type (#450)
Stefan Boberg
2023-10-05
2
-2
/
+4
*
check that block does not exists on disk before starting write to it (#449)
Dan Engelbrecht
2023-10-05
2
-18
/
+46
*
Fix curruption of disk cache bucket index on GC (#448)
Dan Engelbrecht
2023-10-05
4
-75
/
+93
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2023-10-05
1
-10
/
+22
|
\
|
*
reduce lock in disklayer (#447)
Dan Engelbrecht
2023-10-05
1
-10
/
+22
*
|
trivial: log output typo in GC
Stefan Boberg
2023-10-05
1
-1
/
+1
|
/
*
added --quiet option to suppress default logging to stdout (#446)
Stefan Boberg
2023-10-04
5
-5
/
+27
*
fix HandleRpcRequest::WriteResponseAsync trace scope when we are not running ...
Dan Engelbrecht
2023-10-04
1
-1
/
+2
*
added thread names (#441)
Stefan Boberg
2023-10-04
3
-1
/
+7
*
refactor comapactcas index (#443)
Dan Engelbrecht
2023-10-04
4
-22
/
+73
*
removed websocket protocol support(#445)
Stefan Boberg
2023-10-04
8
-2008
/
+11
*
factored out http parser from asio into separate files (#444)
Stefan Boberg
2023-10-03
3
-450
/
+495
*
faster accesstime save restore (#439)
Dan Engelbrecht
2023-10-03
9
-279
/
+426
*
clean up date formatting (#440)
Stefan Boberg
2023-10-02
1
-4
/
+4
*
fix formatting of gc start message
v0.2.26-pre0
Dan Engelbrecht
2023-10-02
1
-1
/
+1
*
reduce time spent holding http.sys transaction lock (#437)
Stefan Boberg
2023-10-02
2
-15
/
+26
*
Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)
Dan Engelbrecht
2023-10-02
10
-53
/
+259
*
Limit size of memory cache layer (#423)
Dan Engelbrecht
2023-10-02
7
-91
/
+371
*
lightweight gc (#431)
Dan Engelbrecht
2023-10-02
12
-60
/
+204
*
Sentry username fix (#435)
Stefan Boberg
2023-10-01
1
-2
/
+2
*
Correctly calculate the total number of RPC ops in the stats page for structu...
Dan Engelbrecht
2023-09-29
1
-2
/
+2
*
added handle to http.sys error response logging (#432)
Stefan Boberg
2023-09-29
1
-2
/
+3
*
move badrequest count back to old scope for compatability with Zen Dashboard
Dan Engelbrecht
2023-09-28
1
-2
/
+1
*
adding more stats (#429)
Dan Engelbrecht
2023-09-28
16
-72
/
+551
*
added more context to http response error message (#430)
Stefan Boberg
2023-09-28
1
-10
/
+77
*
prefer to handle cache RPC requests synchronously (#428)
Stefan Boberg
2023-09-27
3
-8
/
+44
*
chache upstream stats improved (#426)
Dan Engelbrecht
2023-09-27
1
-10
/
+16
*
flush block store blocks when finished (#425)
Dan Engelbrecht
2023-09-27
1
-0
/
+1
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2023-09-26
43
-202
/
+700
|
\
[prev]
[next]