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/consul-support
de/disk-io-optimizations
de/disk-io-with-retry
de/download-feedback-api
de/etag-for-oplog-chunks
de/file-change-monitor
de/fix-httpsys-shutdown
de/fix-memory-usage-for-cache-upload
de/get-cache-chunks-api-with-separate-policy
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/loadoplog-refactor
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/trim-malloc-at-threadpool-idle
de/upstream-policy-test
de/upstream-server-tests
de/v5.7.24-hotpatch
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
main
rpc-analyze
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/complete
sb/compute-overmind
sb/eastl
sb/fix-vla-warn
sb/horde-compressedbuffer
sb/intree-sentry-native
sb/manual-test-workflows
sb/more-tui
sb/no-network
sb/reduce-allocs
sb/rpc-analysis
sb/threadpool
sb/tourist
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-help
sb/zen-master
sb/zen-monitor
streamapi
tb/docker
wait_for_quiescence
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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/main' into de/use-bulk-fetch-from-upstre...
Dan Engelbrecht
2022-04-27
1
-6
/
+4
|
\
|
*
Batch log removal of Cid and take proper lock when modifying m_CidMap (#80)
v1.0.0.4
Dan Engelbrecht
2022-04-26
1
-4
/
+5
*
|
trigger clang format
Dan Engelbrecht
2022-04-27
1
-1
/
+1
|
/
*
always keep full log but read from index snapshot location if available
Dan Engelbrecht
2022-04-04
1
-16
/
+18
*
rename EMode to Mode
Dan Engelbrecht
2022-04-01
1
-6
/
+6
*
linux compilation fixes
Dan Engelbrecht
2022-04-01
1
-1
/
+1
*
linux fixes
Dan Engelbrecht
2022-04-01
1
-2
/
+2
*
Don hard fail on removing files we no longer care about
Dan Engelbrecht
2022-03-31
1
-1
/
+2
*
improved logging for gc/migration
Dan Engelbrecht
2022-03-31
1
-1
/
+12
*
Migration now works in larger disk IO chunks
Dan Engelbrecht
2022-03-31
1
-6
/
+6
*
Retain flags for small objects in structured cache (#68)
Dan Engelbrecht
2022-03-30
1
-2
/
+2
*
Merge pull request #67 from EpicGames/de/cache-lock-fixes
Dan Engelbrecht
2022-03-30
1
-6
/
+11
|
\
|
*
cleanup
Dan Engelbrecht
2022-03-30
1
-7
/
+4
|
*
Fix bucket creation race condition in ZenCacheMemoryLayer::Put
Dan Engelbrecht
2022-03-30
1
-1
/
+9
|
*
No need to take exclusive lock while gathering references
Dan Engelbrecht
2022-03-30
1
-1
/
+1
*
|
Clear gathered Cid array periodically and add just the new ones
Dan Engelbrecht
2022-03-29
1
-3
/
+6
|
/
*
Implemented support for storing compressed buffers as values in structured ca...
Stefan Boberg
2022-01-25
1
-0
/
+4
*
Format fix.
Per Larsson
2022-01-22
1
-1
/
+1
*
Use ExtendablePathBuilders
zousar
2022-01-21
1
-3
/
+3
*
Fixed missing object in cache bucket manifest.
Per Larsson
2022-01-21
1
-1
/
+5
*
Moved "concepts" include to zencore.h as toolchain support is spotty
Martin Ridgers
2022-01-13
1
-2
/
+0
*
Deleted two unused include statements
Martin Ridgers
2022-01-10
1
-2
/
+0
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
1
-10
/
+8
*
Changed timestamp to atomic int64.
Per Larsson
2022-01-03
1
-22
/
+19
*
Added trace scopes.
Per Larsson
2021-12-15
1
-0
/
+9
*
GCC has trouble parsing this sizeof expression without parentheses
Martin Ridgers
2021-12-15
1
-1
/
+1
*
Fixed "incomplete type" error.
Martin Ridgers
2021-12-15
1
-119
/
+0
*
Removed duplicate unguarded Windows include statement
Martin Ridgers
2021-12-15
1
-1
/
+0
*
Merged main.
Per Larsson
2021-12-14
1
-22
/
+28
|
\
|
*
Merged main
Martin Ridgers
2021-11-12
1
-5
/
+10
|
|
\
|
*
|
ZenCacheDiskLayer::DiscoverBuckets() was using wstring for paths
Martin Ridgers
2021-11-02
1
-3
/
+7
|
*
|
CacheBucket::BuildPath() uses a PathBuilder instead of a WideStrBuilder
Martin Ridgers
2021-11-02
1
-10
/
+10
|
*
|
Merged main
Martin Ridgers
2021-11-01
1
-91
/
+31
|
|
\
\
|
*
|
|
Unhandled switch(enum) cases warning
Martin Ridgers
2021-11-01
1
-0
/
+3
|
*
|
|
Merged main
Martin Ridgers
2021-11-01
1
-1
/
+1
|
|
\
\
\
|
*
\
\
\
Merged main
Martin Ridgers
2021-11-01
1
-11
/
+82
|
|
\
\
\
\
|
*
|
|
|
|
Fixed up Windows-specific include statements
Martin Ridgers
2021-10-29
1
-1
/
+4
*
|
|
|
|
|
Fixed bug in z$ GC.
Per Larsson
2021-12-13
1
-34
/
+36
*
|
|
|
|
|
Refactored z$ GC.
Per Larsson
2021-12-13
1
-128
/
+163
*
|
|
|
|
|
Added size to GcStorage.
Per Larsson
2021-12-10
1
-12
/
+12
*
|
|
|
|
|
Disabled cache tracker.
Per Larsson
2021-12-09
1
-0
/
+4
*
|
|
|
|
|
Added options for Z$ max duration and whether to collect small objects.
Per Larsson
2021-12-09
1
-155
/
+134
*
|
|
|
|
|
Fixed bug in z$ garbage collection.
Per Larsson
2021-12-09
1
-117
/
+150
*
|
|
|
|
|
Added z$ GC tests.
Per Larsson
2021-12-09
1
-28
/
+140
*
|
|
|
|
|
Added support for z$ small object garbage collection.
Per Larsson
2021-12-08
1
-42
/
+205
*
|
|
|
|
|
First pass of z$ garbage collection.
Per Larsson
2021-12-07
1
-3
/
+95
*
|
|
|
|
|
Added support for time based eviction policy in structured cache.
Per Larsson
2021-12-07
1
-111
/
+213
*
|
|
|
|
|
Added CacheStore and CAS store sizes to status endpoint.
Per Larsson
2021-11-30
1
-7
/
+9
*
|
|
|
|
|
Added z$ memory/disk layer size.
Per Larsson
2021-11-29
1
-5
/
+151
*
|
|
|
|
|
Fixed up some merge fallout
Stefan Boberg
2021-11-18
1
-36
/
+28
[next]