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
/
zenserver
/
cache
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
disk layer gc and error/warnings cleanup (#515)
Dan Engelbrecht
2023-11-08
2
-36
/
+85
*
Don't put cache entries into the memory cache on Put, only on Get (#518)
Dan Engelbrecht
2023-11-07
2
-21
/
+24
*
spdlog implementation hiding (#498)
Stefan Boberg
2023-11-06
2
-8
/
+5
*
gc v2 tests (#512)
Dan Engelbrecht
2023-11-06
2
-54
/
+10
*
statsd for cas (#511)
Dan Engelbrecht
2023-11-06
2
-2
/
+2
*
reduce cachebucket mem (#509)
Dan Engelbrecht
2023-11-06
2
-293
/
+448
*
multithread cache bucket (#508)
Dan Engelbrecht
2023-11-06
1
-21
/
+66
*
individual gc stats (#506)
Dan Engelbrecht
2023-10-30
3
-160
/
+214
*
New GC implementation (#459)
Dan Engelbrecht
2023-10-30
4
-104
/
+1244
*
added missing includes (#504)
Stefan Boberg
2023-10-27
1
-0
/
+1
*
fixed missing context for cache record PUT operations (#503)
Stefan Boberg
2023-10-27
1
-2
/
+6
*
fix CacheBucket::CollectGarbage removing standalone entries without an exclus...
Dan Engelbrecht
2023-10-27
1
-4
/
+7
*
statsd metrics reporting (#496)
Stefan Boberg
2023-10-25
2
-11
/
+38
*
merge disk and memory layers (#493)
Dan Engelbrecht
2023-10-24
7
-1121
/
+785
*
Remove any unreferenced blocks in block store on open (#492)
Dan Engelbrecht
2023-10-23
2
-9
/
+4
*
Filter expired cache entries against ExpiredKeys - not CAS entries to retain ...
Dan Engelbrecht
2023-10-23
1
-40
/
+23
*
Don't prune block locations due to missing blocks a startup (#487)
Dan Engelbrecht
2023-10-20
2
-57
/
+11
*
Cache (rpc) activitity recording improvements (#482)
Stefan Boberg
2023-10-20
1
-6
/
+19
*
clean up GcContributor and GcStorage to be pure interfaces (#485)
Dan Engelbrecht
2023-10-20
2
-2
/
+7
*
Add --skip-delete option to gc command (#484)
Dan Engelbrecht
2023-10-20
1
-1
/
+1
*
add `flush` command and more gc status info (#483)
Dan Engelbrecht
2023-10-18
2
-5
/
+8
*
removed unnecessary vector in ZenCacheMemoryLayer::Drop
Stefan Boberg
2023-10-17
1
-3
/
+2
*
fix mem layer total count (#480)
Dan Engelbrecht
2023-10-17
2
-6
/
+17
*
minor - fix references size array
Dan Engelbrecht
2023-10-17
1
-0
/
+2
*
don't call compact references if caching is not enabled (#478)
Dan Engelbrecht
2023-10-17
1
-6
/
+12
*
cache reference tracking (#455)
Dan Engelbrecht
2023-10-10
5
-182
/
+577
*
reject bad bucket reads (#456)
Stefan Boberg
2023-10-09
3
-5
/
+16
*
fix memory usage in memlayer (#454)
Dan Engelbrecht
2023-10-06
2
-15
/
+4
*
reject known bad bucket names in structured cache (#452)
v0.2.27-pre0
Stefan Boberg
2023-10-06
5
-8
/
+69
*
ZenCacheMemoryLayer should always store values using memory buffers (#451)
Stefan Boberg
2023-10-05
1
-3
/
+4
*
Fix curruption of disk cache bucket index on GC (#448)
Dan Engelbrecht
2023-10-05
2
-45
/
+54
*
reduce lock in disklayer (#447)
Dan Engelbrecht
2023-10-05
1
-10
/
+22
*
fix HandleRpcRequest::WriteResponseAsync trace scope when we are not running ...
Dan Engelbrecht
2023-10-04
1
-1
/
+2
*
refactor comapactcas index (#443)
Dan Engelbrecht
2023-10-04
1
-3
/
+10
*
faster accesstime save restore (#439)
Dan Engelbrecht
2023-10-03
3
-132
/
+252
*
Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)
Dan Engelbrecht
2023-10-02
1
-10
/
+25
*
Limit size of memory cache layer (#423)
Dan Engelbrecht
2023-10-02
4
-46
/
+285
*
lightweight gc (#431)
Dan Engelbrecht
2023-10-02
1
-0
/
+5
*
Correctly calculate the total number of RPC ops in the stats page for structu...
Dan Engelbrecht
2023-09-29
1
-2
/
+2
*
move badrequest count back to old scope for compatability with Zen Dashboard
Dan Engelbrecht
2023-09-28
1
-2
/
+1
*
adding more stats (#429)
Dan Engelbrecht
2023-09-28
8
-44
/
+351
*
prefer to handle cache RPC requests synchronously (#428)
Stefan Boberg
2023-09-27
1
-4
/
+17
*
Add runtime status/control of logging (#419)
Dan Engelbrecht
2023-09-22
3
-16
/
+44
*
VFS implementation for local storage service (#396)
Stefan Boberg
2023-09-20
4
-3
/
+57
*
add DiskWriteBlocker to structured cache store log writer (#408)
Dan Engelbrecht
2023-09-15
2
-31
/
+43
*
add more trace scopes (#362)
Dan Engelbrecht
2023-09-15
4
-130
/
+212
*
More statistics for Cache, Project Store and Cid Store (#405)
Dan Engelbrecht
2023-09-14
2
-5
/
+56
*
issue warning instead of assert on bad data in cid store (#400)
Dan Engelbrecht
2023-09-13
1
-10
/
+14
*
ZenCacheStore is now reference counted (#398)
Stefan Boberg
2023-09-13
2
-2
/
+13
*
gracefully handle errors when writing cache log (#391)
Dan Engelbrecht
2023-09-11
1
-29
/
+50
[prev]
[next]