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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
Use correct iterator index when looking up memcached payload in GatherReferen...
Dan Engelbrecht
2023-12-05
1
-5
/
+4
|
|
*
http plugin dependency fixes (#590)
Stefan Boberg
2023-12-05
3
-5
/
+17
|
|
*
HTTP plugin request debug logging (#587)
Stefan Boberg
2023-12-05
16
-146
/
+256
|
|
*
reserve vectors in gcv2 upfront / load factor for robin_map (#582)
Dan Engelbrecht
2023-12-04
7
-41
/
+88
|
|
*
memory usage estimation for memcached entries (#586)
Dan Engelbrecht
2023-12-04
1
-5
/
+24
|
|
*
Add context to Zen upstream resolve error message (#585)
Stefan Boberg
2023-12-04
1
-1
/
+1
|
|
*
safe threadpool shutdown (#584)
Dan Engelbrecht
2023-12-04
2
-1
/
+8
|
*
|
Change naming to ChunkInfos instead of Chunks
zousar
2023-12-06
4
-12
/
+12
|
*
|
Ran precommit
zousar
2023-12-05
2
-7
/
+3
|
*
|
Get hash when retrieving chunks
zousar
2023-12-05
2
-7
/
+32
|
*
|
Add endpoint for all chunk infos
zousar
2023-12-01
3
-8
/
+45
|
|
/
|
*
use 32 bit offset and size in BlockStoreLocation (#581)
Dan Engelbrecht
2023-12-01
6
-75
/
+117
|
*
add separate PreCache step for GcReferenceChecker (#578)
Dan Engelbrecht
2023-12-01
8
-223
/
+481
|
*
WinIoThreadPool teardown cleaned up (#580)
Stefan Boberg
2023-11-30
1
-0
/
+5
|
*
global thread worker pools (#577)
Dan Engelbrecht
2023-11-29
9
-33
/
+131
|
*
fixed file logger pattern (#579)
Stefan Boberg
2023-11-29
1
-1
/
+1
|
*
close thread pool + parallel CasImpl::Initialize (#576)
Dan Engelbrecht
2023-11-28
2
-4
/
+18
|
*
moved LuaConfig code so it can be used outside of config.cpp (#575)
Stefan Boberg
2023-11-28
3
-540
/
+705
|
*
tracing for gcv2 (#574)
Dan Engelbrecht
2023-11-28
6
-17
/
+53
|
*
Don't call spdlog::drop_all, spdlog::shutdown will do that for us in a contro...
Dan Engelbrecht
2023-11-27
1
-1
/
+0
|
*
fix missing locks/sync of log position when writing index snapshots (#572)
Dan Engelbrecht
2023-11-27
2
-4
/
+9
|
*
gcv2 tests for project store and bugfixes (#571)
Dan Engelbrecht
2023-11-27
2
-84
/
+213
|
*
optimized index snapshot reading/writing (#561)
Stefan Boberg
2023-11-27
17
-534
/
+1074
|
*
gc stop command (#569)
v0.2.36-pre2
Dan Engelbrecht
2023-11-27
8
-7
/
+125
|
*
Add GC Cancel/Stop (#568)
Dan Engelbrecht
2023-11-24
7
-138
/
+353
|
*
fix truncation of sentry hostname
Dan Engelbrecht
2023-11-24
1
-1
/
+1
|
*
Updated branding (#567)
Stefan Boberg
2023-11-23
3
-5
/
+5
|
*
added --powercycle option (#565)
Stefan Boberg
2023-11-23
7
-120
/
+164
|
*
embed html frontend content as binary compiled data (#559)
Dan Engelbrecht
2023-11-23
3
-2
/
+7
|
*
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
[prev]
[next]