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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
don't throw exception if sidecar file is missing (#126)
Dan Engelbrecht
2024-08-19
1
-1
/
+14
*
If we fail to get compression info for a partial request - log and report a m...
Dan Engelbrecht
2024-08-19
1
-6
/
+18
*
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
2
-126
/
+414
*
add batching of CacheStore requests for GetCacheValues/GetCacheChunks (#90)
Dan Engelbrecht
2024-06-04
3
-88
/
+583
*
cache optimizations (#88)
Dan Engelbrecht
2024-05-30
2
-2
/
+10
*
refactor BlockStore IterateChunks (#77)
Dan Engelbrecht
2024-05-17
1
-60
/
+46
*
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
1
-2
/
+2
*
batch cache put (#67)
Dan Engelbrecht
2024-05-02
3
-115
/
+425
*
use direct file access for large file hash (#63)
Dan Engelbrecht
2024-04-26
1
-4
/
+4
*
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
*
InsertChunks for CAS store (#55)
Dan Engelbrecht
2024-04-22
1
-39
/
+52
*
improved assert (#37)
Dan Engelbrecht
2024-04-04
2
-13
/
+13
*
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
*
re-enable partial cache chunks (#21)
v5.4.2-pre9
v5.4.2-pre12
v5.4.2-pre11
v5.4.2-pre10
Dan Engelbrecht
2024-03-22
1
-19
/
+28
*
disable partial getcachechunk responses (#19)
Dan Engelbrecht
2024-03-22
1
-1
/
+7
*
add support for responding with partial cache chunks (#11)
Dan Engelbrecht
2024-03-21
1
-3
/
+33
*
clean up test linking (#4)
Dan Engelbrecht
2024-03-14
2
-59
/
+13
*
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
2
-11
/
+3
*
remove reference caching (#658)
Dan Engelbrecht
2024-02-27
2
-638
/
+185
*
hashing fixes (#657)
Dan Engelbrecht
2024-02-26
2
-88
/
+75
*
respond with BadRequest result instead of throwing exception on bad request i...
Dan Engelbrecht
2024-02-05
1
-7
/
+25
*
separate RPC processing from HTTP processing (#626)
Stefan Boberg
2023-12-20
3
-2
/
+1642
*
move cachedisklayer and structuredcachestore into zenstore (#624)
Stefan Boberg
2023-12-19
2
-0
/
+6837
[prev]