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
/
zencore
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
optimize startup time (#175)
Dan Engelbrecht
2024-09-30
1
-4
/
+4
*
reduce lock time for memcache trim (#171)
Dan Engelbrecht
2024-09-27
1
-5
/
+1
*
gc unused refactor (#165)
Dan Engelbrecht
2024-09-23
3
-5
/
+42
*
made fmt formatter format function const (#162)
Stefan Boberg
2024-09-20
1
-4
/
+4
*
gc performance improvements (#160)
Dan Engelbrecht
2024-09-17
1
-1
/
+14
*
zenserver process launch/termination improvements (#138)
Dan Engelbrecht
2024-08-27
2
-2
/
+3
*
improve logging on main failure (#111)
Dan Engelbrecht
2024-08-14
1
-2
/
+2
*
fix compilation issue with recent VS toolchains (#103)
Stefan Boberg
2024-08-07
1
-2
/
+2
*
Make sure we monitor for new project, oplogs, namespaces and buckets during G...
Dan Engelbrecht
2024-06-13
1
-0
/
+10
*
cache optimizations (#88)
Dan Engelbrecht
2024-05-30
2
-2
/
+15
*
workspace shares (#84)
Dan Engelbrecht
2024-05-29
1
-0
/
+2
*
Correctly calculate memory view size from Mid/MidInline function if size is n...
Dan Engelbrecht
2024-05-08
1
-2
/
+8
*
assert improvements (#72)
Dan Engelbrecht
2024-05-03
2
-25
/
+11
*
added logic to change default HTTP server implementation when running on Wine...
Stefan Boberg
2024-05-02
1
-0
/
+2
*
fix zero size attachment replies (#69)
Dan Engelbrecht
2024-05-02
1
-11
/
+10
*
use direct file access for large file hash (#63)
Dan Engelbrecht
2024-04-26
5
-5
/
+10
*
capture zenserver output on error (#51)
Dan Engelbrecht
2024-04-18
1
-0
/
+1
*
improved lock file handling (#50)
Dan Engelbrecht
2024-04-18
1
-1
/
+2
*
zen startup hardening (#49)
Dan Engelbrecht
2024-04-17
1
-1
/
+4
*
Validate input buffer size when trying to parse package message (#47)
Dan Engelbrecht
2024-04-13
1
-1
/
+12
*
remote project store stats (#44)
Dan Engelbrecht
2024-04-10
1
-0
/
+17
*
improved assert (#37)
Dan Engelbrecht
2024-04-04
3
-10
/
+80
*
add yaml serialization support (#3)
Stefan Boberg
2024-03-26
1
-2
/
+30
*
harden attach sponsor process (#14)
Dan Engelbrecht
2024-03-21
1
-1
/
+1
*
improved process monitoring behaviour with invalid pids (#16)
Stefan Boberg
2024-03-21
1
-0
/
+1
*
non memory copy compressed range (#13)
Dan Engelbrecht
2024-03-20
1
-0
/
+32
*
special treatment large oplog attachments v2 (#5)
Dan Engelbrecht
2024-03-14
1
-4
/
+6
*
Add WriteMeasuredVarUInt to avoid measuring ints twice before writing (#665)
Dan Engelbrecht
2024-03-06
1
-9
/
+37
*
improved block store logging and more gcv2 tests (#659)
Dan Engelbrecht
2024-02-27
1
-0
/
+9
*
hashing fixes (#657)
Dan Engelbrecht
2024-02-26
1
-0
/
+12
*
Save compressed large attachments to temporary files on disk (#650)
Dan Engelbrecht
2024-02-12
1
-6
/
+2
*
compress large attachments on demand (#647)
Dan Engelbrecht
2024-02-05
1
-2
/
+2
*
changed RPC recording to MPSC setup (#638)
Stefan Boberg
2024-01-31
1
-1
/
+1
*
jobqueue - allow multiple threads to report progress/messages (#635)
Dan Engelbrecht
2024-01-22
1
-0
/
+1
*
remove use of <random> in stats (#628)
Stefan Boberg
2024-01-10
1
-1
/
+2
*
ensure we can build without trace (#619)
Stefan Boberg
2023-12-19
1
-0
/
+1
*
various TSAN/ASAN/LeakAnalyzer fixes (#622)
Stefan Boberg
2023-12-19
1
-1
/
+6
*
implement cache recording segment split by age (#611)
Stefan Boberg
2023-12-14
1
-5
/
+31
*
Make sure IoBuffer is a valid null-buffer after move operation (#610)
Dan Engelbrecht
2023-12-14
1
-4
/
+13
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2023-12-11
12
-104
/
+230
|
\
|
*
added details to trace initialization (#588)
Stefan Boberg
2023-12-11
1
-2
/
+2
|
*
improved scrubbing of oplogs and filecas (#596)
Stefan Boberg
2023-12-11
1
-0
/
+13
|
*
multi-line logging improvements (#597)
Stefan Boberg
2023-12-11
1
-0
/
+8
|
*
logging configuration via command line options (#589)
Stefan Boberg
2023-12-06
1
-0
/
+4
|
*
HTTP plugin request debug logging (#587)
Stefan Boberg
2023-12-05
1
-0
/
+3
|
*
global thread worker pools (#577)
Dan Engelbrecht
2023-11-29
1
-0
/
+1
|
*
optimized index snapshot reading/writing (#561)
Stefan Boberg
2023-11-27
2
-0
/
+5
|
*
compact separate for gc referencer (#533)
Dan Engelbrecht
2023-11-21
1
-0
/
+18
|
*
zen run command (#552)
Stefan Boberg
2023-11-21
2
-0
/
+7
|
*
basic ZEN_ASSERT_FORMAT implementation (#556)
Stefan Boberg
2023-11-21
1
-0
/
+48
[prev]
[next]