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 block cloning copy argument validation (#560)
Stefan Boberg
2023-11-22
4
-4
/
+40
*
reduce work when there are no blocks to compact (#558)
Dan Engelbrecht
2023-11-22
2
-105
/
+115
*
lined up rpc command descriptions with names
Stefan Boberg
2023-11-22
1
-3
/
+3
*
add command line options for compact block threshold and gc verbose (#557)
Dan Engelbrecht
2023-11-21
12
-163
/
+332
*
compact separate for gc referencer (#533)
Dan Engelbrecht
2023-11-21
13
-991
/
+1321
*
zen run command (#552)
Stefan Boberg
2023-11-21
24
-675
/
+605
*
basic ZEN_ASSERT_FORMAT implementation (#556)
Stefan Boberg
2023-11-21
5
-60
/
+131
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2023-11-21
1
-1
/
+1
|
\
|
*
Added HTTP verb HEAD to objstore get-object. (#554)
Per Larsson
2023-11-20
1
-1
/
+1
*
|
minor: updated transport plugin default ports to match the new defaults
Stefan Boberg
2023-11-20
1
-3
/
+3
|
/
*
moved process handling code into separate h/cpp (#555)
Stefan Boberg
2023-11-20
10
-747
/
+822
*
fix named event (#553)
Dan Engelbrecht
2023-11-17
3
-19
/
+34
*
use dynamic port assignment for tests (#545)
Stefan Boberg
2023-11-17
3
-215
/
+216
*
removed zen runtests command (#551)
Stefan Boberg
2023-11-16
1
-29
/
+0
*
blocking queue fix (#550)
Dan Engelbrecht
2023-11-16
7
-54
/
+78
*
add wipe prevention via file in data root dir (#548)
Dan Engelbrecht
2023-11-16
1
-3
/
+18
*
further posix event improvements (#549)
Stefan Boberg
2023-11-16
1
-6
/
+23
*
add zenserver state snapshot support (#543)
Stefan Boberg
2023-11-16
6
-2
/
+146
*
changed posix event implementation to use std::atomic instead of volatile (#547)
Stefan Boberg
2023-11-16
2
-10
/
+12
*
Trim any leading slash and backslash from bucket prefix. (#541)
Per Larsson
2023-11-15
1
-0
/
+2
*
remove dependency on cxxopts exception types (#542)
Stefan Boberg
2023-11-15
2
-31
/
+34
*
don't do blocking call to waitpid (#540)
Dan Engelbrecht
2023-11-15
1
-35
/
+3
*
Make object store endpoint S3 compatible. (#535)
Per Larsson
2023-11-15
5
-46
/
+435
*
add doctest listener so we can output when test/subtests begin (#538)
Dan Engelbrecht
2023-11-15
2
-0
/
+53
*
fix race contdition when signaling shutdown of process and waiting for comple...
Dan Engelbrecht
2023-11-15
4
-13
/
+63
*
add host name to sentry (#537)
Dan Engelbrecht
2023-11-15
2
-7
/
+51
*
fix comparison operator for cache disk location (#534)
Dan Engelbrecht
2023-11-14
1
-1
/
+12
*
fix index out of bounds in CacheBucket::CompactState (#532)
Dan Engelbrecht
2023-11-14
1
-25
/
+24
*
fix potential logic error in bucket manifest read
Stefan Boberg
2023-11-13
1
-17
/
+21
*
gc history log (#519)
Dan Engelbrecht
2023-11-13
9
-199
/
+535
*
package dependency clean-ups (#531)
Stefan Boberg
2023-11-13
8
-63
/
+16
*
fmt compilation fix for fmt v10+new vs build (#529)
Stefan Boberg
2023-11-13
1
-8
/
+15
*
If a directory is deleted while we try to traverse it, skip it and continue (...
Dan Engelbrecht
2023-11-10
1
-0
/
+11
*
fix bad access to unlocked state (#527)
Dan Engelbrecht
2023-11-10
3
-17
/
+27
*
reduce memory footprint for bucket indexes (#526)
Stefan Boberg
2023-11-10
1
-14
/
+14
*
option for zenserver - `--http-forceloopback` (#516)
Dan Engelbrecht
2023-11-09
7
-30
/
+67
*
removed duplicate and unused constants
Stefan Boberg
2023-11-09
1
-8
/
+0
*
reduce number of files generated on shared instances (#524)
Stefan Boberg
2023-11-09
2
-1
/
+8
*
don't try to close NewBlockFile if it hasn't been created (#523)
Dan Engelbrecht
2023-11-08
1
-1
/
+1
*
disk layer gc and error/warnings cleanup (#515)
Dan Engelbrecht
2023-11-08
6
-80
/
+131
*
implemented openssl-free encryption for Windows (#520)
Stefan Boberg
2023-11-08
2
-13
/
+192
*
changed logic around sponsor process monitoring (#522)
Stefan Boberg
2023-11-08
1
-1
/
+1
*
removed zstd references (#521)
Stefan Boberg
2023-11-08
1
-2
/
+1
*
Don't put cache entries into the memory cache on Put, only on Get (#518)
Dan Engelbrecht
2023-11-07
2
-21
/
+24
*
factored out some compiler definitions etc into zenbase (#517)
Stefan Boberg
2023-11-07
34
-343
/
+374
*
spdlog implementation hiding (#498)
Stefan Boberg
2023-11-06
44
-512
/
+820
*
gc v2 tests (#512)
Dan Engelbrecht
2023-11-06
12
-171
/
+389
*
statsd for cas (#511)
Dan Engelbrecht
2023-11-06
8
-27
/
+73
*
fixed issue where file log sink would get the wrong pattern assigned (#513)
Stefan Boberg
2023-11-06
1
-12
/
+12
*
reduce cachebucket mem (#509)
Dan Engelbrecht
2023-11-06
2
-293
/
+448
[next]