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
/
zenserver
/
cache
/
structuredcachestore.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format
Stefan Boberg
2022-02-02
1
-7
/
+7
*
Implemented support for storing compressed buffers as values in structured ca...
Stefan Boberg
2022-01-25
1
-4
/
+10
*
Changed timestamp to atomic int64.
Per Larsson
2022-01-03
1
-7
/
+36
*
Fixed "incomplete type" error.
Martin Ridgers
2021-12-15
1
-1
/
+120
*
Merged main.
Per Larsson
2021-12-14
1
-1
/
+1
|
\
|
*
Merged main
Martin Ridgers
2021-11-12
1
-3
/
+3
|
|
\
|
*
|
CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilder
Martin Ridgers
2021-11-02
1
-2
/
+2
|
*
|
Merged main
Martin Ridgers
2021-11-01
1
-1
/
+85
|
|
\
\
|
*
|
|
CacheBucket is going to get defined else where in an upcoming merge
Martin Ridgers
2021-11-01
1
-3
/
+1
|
*
|
|
Merged main
Martin Ridgers
2021-11-01
1
-3
/
+4
|
|
\
\
\
|
*
|
|
|
Gave ZenCacheDiskLayer::CacheBucket a body
Martin Ridgers
2021-10-29
1
-1
/
+3
|
*
|
|
|
Use THIRDPARTY_START/END instead of MSVC pragmas
Martin Ridgers
2021-10-29
1
-3
/
+2
*
|
|
|
|
Refactored z$ GC.
Per Larsson
2021-12-13
1
-6
/
+19
*
|
|
|
|
Added size to GcStorage.
Per Larsson
2021-12-10
1
-16
/
+10
*
|
|
|
|
Disabled cache tracker.
Per Larsson
2021-12-09
1
-5
/
+10
*
|
|
|
|
First pass of z$ garbage collection.
Per Larsson
2021-12-07
1
-1
/
+4
*
|
|
|
|
Added support for time based eviction policy in structured cache.
Per Larsson
2021-12-07
1
-5
/
+2
*
|
|
|
|
Added z$ memory/disk layer size.
Per Larsson
2021-11-29
1
-13
/
+26
*
|
|
|
|
explicitly delete some unnecessary class members to ensure proper usage
Stefan Boberg
2021-11-18
1
-0
/
+9
*
|
|
|
|
Fixed up some merge fallout
Stefan Boberg
2021-11-18
1
-83
/
+2
*
|
|
|
|
merge from main
Stefan Boberg
2021-11-18
1
-1
/
+84
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Format fix.
Per Larsson
2021-11-11
1
-3
/
+3
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Moved declaration of ZenDiskCacheLayer::CacheBucket in the .h
Martin Ridgers
2021-11-01
1
-1
/
+85
|
|
|
/
|
|
/
|
*
|
|
z$: basic access tracking
Stefan Boberg
2021-11-03
1
-6
/
+8
*
|
|
Merged from main
Stefan Boberg
2021-10-29
1
-1
/
+3
|
\
|
|
|
*
|
z$: hooked up bucket traversal for gc
Stefan Boberg
2021-10-29
1
-3
/
+4
|
|
/
*
|
general: Fixed up some vcxproj files which had a warning level set
Stefan Boberg
2021-10-24
1
-3
/
+2
*
|
gc: Added GcStorage base class and hooked it up to CasGc
Stefan Boberg
2021-10-21
1
-4
/
+4
*
|
cas: Hooked up GC to structured cache
Stefan Boberg
2021-10-19
1
-11
/
+15
|
/
*
Merged from upstream
Stefan Boberg
2021-10-05
1
-2
/
+29
*
cas: added some GC stubs
Stefan Boberg
2021-10-01
1
-14
/
+3
*
Added scrubbing logic to ZenCacheDiskLayer/ZenCacheMemoryLayer
Stefan Boberg
2021-09-23
1
-0
/
+1
*
Wired up scrubbing to more higher level services
Stefan Boberg
2021-09-21
1
-0
/
+1
*
Added more scrub stubs in higher level services
Stefan Boberg
2021-09-20
1
-0
/
+3
*
Moved more code into zen namespace, for consistency
Stefan Boberg
2021-09-20
1
-20
/
+20
*
Implemented support for dropping z$ buckets while online
Stefan Boberg
2021-08-17
1
-1
/
+3
*
Implemented flush operations for cache services
Stefan Boberg
2021-08-12
1
-0
/
+1
*
Z$ now tracks content type for large objects as well as small. Large objects ...
Stefan Boberg
2021-05-24
1
-2
/
+2
*
Implemented new URI addressing scheme for the Zen cache endpoints, and prepar...
Stefan Boberg
2021-05-23
1
-2
/
+3
*
Changed to tsl::robin_map
Stefan Boberg
2021-05-23
1
-2
/
+9
*
Split out structured cache store code into dedicated cpp/h pair
Stefan Boberg
2021-05-22
1
-0
/
+117