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
/
cache
/
cachedisklayer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
added support for dynamic LLM tags (#245)
Stefan Boberg
2024-12-02
1
-0
/
+15
*
caller controls threshold for bulk-loading chunks in IterateChunks (#222)
Dan Engelbrecht
2024-11-25
1
-2
/
+3
*
oplog prep gc fix (#216)
Dan Engelbrecht
2024-11-15
1
-10
/
+13
*
memory leak fix (GetBatchHandle) (#215)
Stefan Boberg
2024-11-08
1
-0
/
+4
*
bucket size queries (#203)
Dan Engelbrecht
2024-10-21
1
-12
/
+54
*
don't read chunks into memory during cache batch fetch unless we may cache th...
Dan Engelbrecht
2024-10-09
1
-1
/
+2
*
remove gc v1 (#121)
Dan Engelbrecht
2024-10-03
1
-504
/
+0
*
gc block size target max size (#180)
Dan Engelbrecht
2024-10-02
1
-4
/
+0
*
optimize gc reference sort (#179)
Dan Engelbrecht
2024-10-01
1
-4
/
+3
*
gc command attachment options (#176)
Dan Engelbrecht
2024-09-30
1
-3
/
+4
*
optimize startup time (#175)
Dan Engelbrecht
2024-09-30
1
-8
/
+15
*
reduce lock time for memcache trim (#171)
Dan Engelbrecht
2024-09-27
1
-101
/
+125
*
Add `gc-attachment-passes` option to zenserver (#167)
Dan Engelbrecht
2024-09-25
1
-2
/
+2
*
gc unused refactor (#165)
Dan Engelbrecht
2024-09-23
1
-27
/
+27
*
unblock PreCache (#164)
Dan Engelbrecht
2024-09-20
1
-5
/
+7
*
gc performance improvements (#160)
Dan Engelbrecht
2024-09-17
1
-51
/
+78
*
trace scopes improvements
Dan Engelbrecht
2024-09-10
1
-7
/
+8
*
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
1
-19
/
+31
*
move gc logs to gc logger (#142)
Dan Engelbrecht
2024-09-04
1
-0
/
+15
*
meta info store (#75)
Dan Engelbrecht
2024-08-30
1
-16
/
+113
*
Make sure `noexcept` functions does not leak exceptions (#136)
Dan Engelbrecht
2024-08-23
1
-162
/
+202
*
separate worker pools into burst/background to avoid background jobs blocking...
Dan Engelbrecht
2024-08-22
1
-2
/
+2
*
remove bad assert when payload is memcached but metadata is not set (#130)
Dan Engelbrecht
2024-08-22
1
-1
/
+0
*
don't throw exception if sidecar file is missing (#126)
Dan Engelbrecht
2024-08-19
1
-1
/
+14
*
don't try to memcache the empty buffer if invalid format (#110)
Dan Engelbrecht
2024-08-13
1
-1
/
+3
*
validate cbobject before iterating for attachments to avoid crash on malforme...
Dan Engelbrecht
2024-08-06
1
-7
/
+10
*
Make sure we monitor for new project, oplogs, namespaces and buckets during G...
Dan Engelbrecht
2024-06-13
1
-126
/
+179
*
add batching of CacheStore requests for GetCacheValues/GetCacheChunks (#90)
Dan Engelbrecht
2024-06-04
1
-23
/
+337
*
cache optimizations (#88)
Dan Engelbrecht
2024-05-30
1
-0
/
+8
*
refactor BlockStore IterateChunks (#77)
Dan Engelbrecht
2024-05-17
1
-60
/
+46
*
use write and move in place for safer writing of files (#70)
Dan Engelbrecht
2024-05-02
1
-2
/
+2
*
batch cache put (#67)
Dan Engelbrecht
2024-05-02
1
-6
/
+207
*
iterate cas chunks (#59)
Dan Engelbrecht
2024-04-24
1
-13
/
+14
*
safer gcv2 on error (#60)
Dan Engelbrecht
2024-04-24
1
-0
/
+2
*
improved assert (#37)
Dan Engelbrecht
2024-04-04
1
-11
/
+11
*
validate rpc chunk responses (#36)
Dan Engelbrecht
2024-04-03
1
-14
/
+15
*
Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...
Dan Engelbrecht
2024-03-28
1
-1
/
+1
*
http request parser safety (#664)
Dan Engelbrecht
2024-03-12
1
-2
/
+2
*
Make sure we wait for all scheduled tasks to complete before throwing excepti...
Dan Engelbrecht
2024-02-28
1
-9
/
+31
*
improved block store logging and more gcv2 tests (#659)
Dan Engelbrecht
2024-02-27
1
-1
/
+2
*
remove reference caching (#658)
Dan Engelbrecht
2024-02-27
1
-503
/
+101
*
hashing fixes (#657)
Dan Engelbrecht
2024-02-26
1
-87
/
+3
*
separate RPC processing from HTTP processing (#626)
Stefan Boberg
2023-12-20
1
-1
/
+1
*
move cachedisklayer and structuredcachestore into zenstore (#624)
Stefan Boberg
2023-12-19
1
-0
/
+4397
[prev]