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
/
zenstore
Commit message (
Expand
)
Author
Age
Files
Lines
*
gc performance improvements (#160)
Dan Engelbrecht
2024-09-17
5
-96
/
+117
*
trace scopes improvements
Dan Engelbrecht
2024-09-10
3
-9
/
+11
*
don't add batch overhead if we are only going to put one cache value
Dan Engelbrecht
2024-09-10
1
-5
/
+19
*
only add mem cached items to list to fill metadata if we don't have metadata ...
Dan Engelbrecht
2024-09-10
1
-40
/
+39
*
fix race condition in zenserver during batched fetch (#149)
Dan Engelbrecht
2024-09-09
1
-1
/
+92
*
clean cache slog files on startup (#143)
Dan Engelbrecht
2024-09-04
2
-22
/
+38
*
move gc logs to gc logger (#142)
Dan Engelbrecht
2024-09-04
6
-2
/
+38
*
oplog index snapshots (#140)
Dan Engelbrecht
2024-09-03
4
-4
/
+8
*
meta info store (#75)
Dan Engelbrecht
2024-08-30
4
-30
/
+284
*
Make sure `noexcept` functions does not leak exceptions (#136)
Dan Engelbrecht
2024-08-23
2
-168
/
+208
*
separate worker pools into burst/background to avoid background jobs blocking...
Dan Engelbrecht
2024-08-22
3
-5
/
+5
*
remove bad assert when payload is memcached but metadata is not set (#130)
Dan Engelbrecht
2024-08-22
1
-1
/
+0
*
close payload file if size mismatch for file cas (#128)
Dan Engelbrecht
2024-08-20
1
-2
/
+2
*
don't throw exception if sidecar file is missing (#126)
Dan Engelbrecht
2024-08-19
1
-1
/
+14
*
if disk space is low, set the last gc time to avoid spamming retries (#124)
Dan Engelbrecht
2024-08-19
1
-0
/
+2
*
If we fail to get compression info for a partial request - log and report a m...
Dan Engelbrecht
2024-08-19
1
-6
/
+18
*
prevent new block in gc (#118)
Dan Engelbrecht
2024-08-15
1
-1
/
+1
*
improved logging removing unimportant information (#116)
Dan Engelbrecht
2024-08-14
1
-24
/
+33
*
hardening and reduced spam from GC on failure (#112)
Dan Engelbrecht
2024-08-14
2
-143
/
+232
*
don't try to memcache the empty buffer if invalid format (#110)
Dan Engelbrecht
2024-08-13
1
-1
/
+3
*
Skip chunk in block stores when iterating a block if the location is out of r...
Dan Engelbrecht
2024-08-12
1
-2
/
+7
*
add gc single threaded option (#104)
Dan Engelbrecht
2024-08-07
2
-5
/
+13
*
stop exceptions from leaking on threaded work (#102)
Dan Engelbrecht
2024-08-06
2
-26
/
+46
*
validate cbobject before iterating for attachments to avoid crash on malforme...
Dan Engelbrecht
2024-08-06
1
-7
/
+10
*
changelog (#99)
Dan Engelbrecht
2024-08-06
1
-3
/
+20
*
don't assert that we have moved bytes if source block is zero size (#97)
Dan Engelbrecht
2024-06-14
1
-1
/
+2
*
workspace share path hardening (#95)
Dan Engelbrecht
2024-06-14
1
-0
/
+45
*
Make sure we monitor for new project, oplogs, namespaces and buckets during G...
Dan Engelbrecht
2024-06-13
6
-175
/
+571
*
workspaces config and fixes (#92)
Dan Engelbrecht
2024-06-11
2
-141
/
+102
*
workspace share aliases (#91)
Dan Engelbrecht
2024-06-04
2
-4
/
+136
*
add batching of CacheStore requests for GetCacheValues/GetCacheChunks (#90)
Dan Engelbrecht
2024-06-04
7
-121
/
+679
*
cache optimizations (#88)
Dan Engelbrecht
2024-05-30
2
-2
/
+10
*
workspace shares (#84)
Dan Engelbrecht
2024-05-29
3
-0
/
+1059
*
refactor BlockStore IterateChunks (#77)
Dan Engelbrecht
2024-05-17
4
-279
/
+308
*
safer partial requests (#82)
Dan Engelbrecht
2024-05-17
1
-3
/
+2
*
fix argument order when logging missed partial chunk (#81)
Dan Engelbrecht
2024-05-14
1
-8
/
+11
*
return as missing if out of range chunk (#78)
Dan Engelbrecht
2024-05-08
1
-20
/
+24
*
check partial chunk result (#73)
Dan Engelbrecht
2024-05-03
1
-9
/
+26
*
fix zero size attachment replies (#69)
Dan Engelbrecht
2024-05-02
1
-1
/
+6
*
use write and move in place for safer writing of files (#70)
Dan Engelbrecht
2024-05-02
3
-16
/
+4
*
batch cache put (#67)
Dan Engelbrecht
2024-05-02
5
-121
/
+471
*
fix get project files loop (#68)
Dan Engelbrecht
2024-04-30
3
-17
/
+57
*
oplog iterate chunks content type (#65)
Dan Engelbrecht
2024-04-26
1
-3
/
+24
*
use direct file access for large file hash (#63)
Dan Engelbrecht
2024-04-26
3
-9
/
+9
*
iterate cas chunks (#59)
Dan Engelbrecht
2024-04-24
11
-112
/
+268
*
safer gcv2 on error (#60)
Dan Engelbrecht
2024-04-24
5
-2
/
+28
*
InsertChunks for CAS store (#55)
Dan Engelbrecht
2024-04-22
9
-74
/
+473
*
gc v2 disk freed space fix and oplog stats report improvement (#45)
Dan Engelbrecht
2024-04-15
1
-10
/
+15
*
improved assert (#37)
Dan Engelbrecht
2024-04-04
6
-35
/
+35
*
validate rpc chunk responses (#36)
Dan Engelbrecht
2024-04-03
4
-20
/
+34
[next]