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
/
gc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
improved assert (#37)
Dan Engelbrecht
2024-04-04
1
-16
/
+16
*
Use multithreading to fetch size/rawsize of entries in `/prj/{project}/oplog/...
Dan Engelbrecht
2024-03-28
1
-2
/
+2
*
Make sure we wait for all scheduled tasks to complete before throwing excepti...
Dan Engelbrecht
2024-02-28
1
-48
/
+88
*
Don't capture local variables in loop by reference (#623)
Dan Engelbrecht
2023-12-19
1
-27
/
+27
*
fix peak disk load in gc status (#608)
Dan Engelbrecht
2023-12-13
1
-12
/
+11
*
improved scrubbing of oplogs and filecas (#596)
Stefan Boberg
2023-12-11
1
-3
/
+10
*
add separate PreCache step for GcReferenceChecker (#578)
Dan Engelbrecht
2023-12-01
1
-6
/
+54
*
global thread worker pools (#577)
Dan Engelbrecht
2023-11-29
1
-10
/
+4
*
tracing for gcv2 (#574)
Dan Engelbrecht
2023-11-28
1
-1
/
+11
*
gc stop command (#569)
v0.2.36-pre2
Dan Engelbrecht
2023-11-27
1
-1
/
+16
*
Add GC Cancel/Stop (#568)
Dan Engelbrecht
2023-11-24
1
-6
/
+97
*
add command line options for compact block threshold and gc verbose (#557)
Dan Engelbrecht
2023-11-21
1
-146
/
+210
*
compact separate for gc referencer (#533)
Dan Engelbrecht
2023-11-21
1
-396
/
+425
*
blocking queue fix (#550)
Dan Engelbrecht
2023-11-16
1
-1
/
+1
*
gc history log (#519)
Dan Engelbrecht
2023-11-13
1
-8
/
+279
*
gc v2 tests (#512)
Dan Engelbrecht
2023-11-06
1
-27
/
+11
*
multithread cache bucket (#508)
Dan Engelbrecht
2023-11-06
1
-252
/
+252
*
individual gc stats (#506)
Dan Engelbrecht
2023-10-30
1
-265
/
+366
*
New GC implementation (#459)
Dan Engelbrecht
2023-10-30
1
-18
/
+308
*
added missing includes (#504)
Stefan Boberg
2023-10-27
1
-0
/
+1
*
fix m_LastFullGcDuration, m_LastFullGCDiff, m_LastFullGcDuration and m_LastLi...
Dan Engelbrecht
2023-10-23
1
-18
/
+13
*
clean up GcContributor and GcStorage to be pure interfaces (#485)
Dan Engelbrecht
2023-10-20
1
-24
/
+0
*
Add --skip-delete option to gc command (#484)
Dan Engelbrecht
2023-10-20
1
-0
/
+4
*
add `flush` command and more gc status info (#483)
Dan Engelbrecht
2023-10-18
1
-23
/
+89
*
skip lightweight GC if full GC is due soon (#467)
Stefan Boberg
2023-10-12
1
-20
/
+30
*
fixed GC logging output stats (#458)
Stefan Boberg
2023-10-10
1
-1
/
+1
*
fix gc infinite loop (#453)
Dan Engelbrecht
2023-10-06
1
-1
/
+9
*
trivial: log output typo in GC
Stefan Boberg
2023-10-05
1
-1
/
+1
*
clean up date formatting (#440)
Stefan Boberg
2023-10-02
1
-4
/
+4
*
fix formatting of gc start message
v0.2.26-pre0
Dan Engelbrecht
2023-10-02
1
-1
/
+1
*
Handle OOM and OOD more gracefully to not spam Sentry with error reports (#434)
Dan Engelbrecht
2023-10-02
1
-1
/
+39
*
lightweight gc (#431)
Dan Engelbrecht
2023-10-02
1
-47
/
+141
*
add more trace scopes (#362)
Dan Engelbrecht
2023-09-15
1
-0
/
+5
*
retry file create (#383)
Dan Engelbrecht
2023-09-04
1
-1
/
+4
*
safer gc on low disk (#373)
Dan Engelbrecht
2023-08-22
1
-36
/
+45
*
catch exceptions when scheduling GC and when writing GC scheduling state (#339)
Dan Engelbrecht
2023-08-01
1
-136
/
+149
*
Content scrubbing (#271)
Stefan Boberg
2023-05-16
1
-7
/
+135
*
Additional trace instrumentation (#312)
Stefan Boberg
2023-05-16
1
-0
/
+5
*
Add `--gc-projectstore-duration-seconds` option (#281)
Dan Engelbrecht
2023-05-16
1
-26
/
+51
*
removed remnants of ZEN_USE_REF_TRACKING
Stefan Boberg
2023-05-15
1
-20
/
+0
*
minor GC API cleanup
Stefan Boberg
2023-05-15
1
-5
/
+5
*
make sure we create gc root directory before checking disk space
Dan Engelbrecht
2023-05-10
1
-7
/
+7
*
Low disk space detector (#277)
Dan Engelbrecht
2023-05-09
1
-3
/
+45
*
moved source directories into `/src` (#264)
Stefan Boberg
2023-05-02
1
-0
/
+1312