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/claude-windows-guide-helpers
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/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/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/upstream-policy-test
de/upstream-server-tests
de/v5.7.8-with-sb-refactor
de/vcpkg-latest
de/windows-asan-tweaks
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/compute-batch
sb/compute-scheduler
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/no-network
sb/rpc-analysis
sb/s3client
sb/sessionize
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-master
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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
further posix event improvements (#549)
Stefan Boberg
2023-11-16
1
-6
/
+23
|
*
add zenserver state snapshot support (#543)
Stefan Boberg
2023-11-16
6
-2
/
+146
|
*
changed posix event implementation to use std::atomic instead of volatile (#547)
Stefan Boberg
2023-11-16
2
-10
/
+12
|
*
Trim any leading slash and backslash from bucket prefix. (#541)
Per Larsson
2023-11-15
1
-0
/
+2
|
*
remove dependency on cxxopts exception types (#542)
Stefan Boberg
2023-11-15
2
-31
/
+34
|
*
don't do blocking call to waitpid (#540)
Dan Engelbrecht
2023-11-15
1
-35
/
+3
|
*
Make object store endpoint S3 compatible. (#535)
Per Larsson
2023-11-15
5
-46
/
+435
|
*
add doctest listener so we can output when test/subtests begin (#538)
Dan Engelbrecht
2023-11-15
2
-0
/
+53
|
*
fix race contdition when signaling shutdown of process and waiting for comple...
Dan Engelbrecht
2023-11-15
4
-13
/
+63
|
*
add host name to sentry (#537)
Dan Engelbrecht
2023-11-15
2
-7
/
+51
|
*
fix comparison operator for cache disk location (#534)
Dan Engelbrecht
2023-11-14
1
-1
/
+12
|
*
fix index out of bounds in CacheBucket::CompactState (#532)
Dan Engelbrecht
2023-11-14
1
-25
/
+24
*
|
removed unnecessary SHA1 references
Stefan Boberg
2023-12-11
2
-2
/
+0
|
/
*
fix potential logic error in bucket manifest read
Stefan Boberg
2023-11-13
1
-17
/
+21
*
gc history log (#519)
Dan Engelbrecht
2023-11-13
9
-199
/
+535
*
package dependency clean-ups (#531)
Stefan Boberg
2023-11-13
8
-63
/
+16
*
fmt compilation fix for fmt v10+new vs build (#529)
Stefan Boberg
2023-11-13
1
-8
/
+15
*
If a directory is deleted while we try to traverse it, skip it and continue (...
Dan Engelbrecht
2023-11-10
1
-0
/
+11
*
fix bad access to unlocked state (#527)
Dan Engelbrecht
2023-11-10
3
-17
/
+27
*
reduce memory footprint for bucket indexes (#526)
Stefan Boberg
2023-11-10
1
-14
/
+14
*
option for zenserver - `--http-forceloopback` (#516)
Dan Engelbrecht
2023-11-09
7
-30
/
+67
*
removed duplicate and unused constants
Stefan Boberg
2023-11-09
1
-8
/
+0
*
reduce number of files generated on shared instances (#524)
Stefan Boberg
2023-11-09
2
-1
/
+8
*
don't try to close NewBlockFile if it hasn't been created (#523)
Dan Engelbrecht
2023-11-08
1
-1
/
+1
*
disk layer gc and error/warnings cleanup (#515)
Dan Engelbrecht
2023-11-08
6
-80
/
+131
*
implemented openssl-free encryption for Windows (#520)
Stefan Boberg
2023-11-08
2
-13
/
+192
*
changed logic around sponsor process monitoring (#522)
Stefan Boberg
2023-11-08
1
-1
/
+1
*
removed zstd references (#521)
Stefan Boberg
2023-11-08
1
-2
/
+1
*
Don't put cache entries into the memory cache on Put, only on Get (#518)
Dan Engelbrecht
2023-11-07
2
-21
/
+24
*
factored out some compiler definitions etc into zenbase (#517)
Stefan Boberg
2023-11-07
34
-343
/
+374
*
spdlog implementation hiding (#498)
Stefan Boberg
2023-11-06
44
-512
/
+820
*
gc v2 tests (#512)
Dan Engelbrecht
2023-11-06
12
-171
/
+389
*
statsd for cas (#511)
Dan Engelbrecht
2023-11-06
8
-27
/
+73
*
fixed issue where file log sink would get the wrong pattern assigned (#513)
Stefan Boberg
2023-11-06
1
-12
/
+12
*
reduce cachebucket mem (#509)
Dan Engelbrecht
2023-11-06
2
-293
/
+448
*
zen copy-state command to copy a zenserver data directory without the bulk da...
Dan Engelbrecht
2023-11-06
3
-0
/
+206
*
multithread cache bucket (#508)
Dan Engelbrecht
2023-11-06
3
-277
/
+323
*
keep a "null" iobuffer core to reduce redundant memory allocations (#507)
Dan Engelbrecht
2023-11-06
2
-1
/
+7
*
individual gc stats (#506)
Dan Engelbrecht
2023-10-30
14
-553
/
+966
*
New GC implementation (#459)
Dan Engelbrecht
2023-10-30
21
-141
/
+2701
*
added missing includes (#504)
Stefan Boberg
2023-10-27
19
-0
/
+32
*
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
*
block sending error reports from sentry_sink to Sentry unless the log is actu...
Dan Engelbrecht
2023-10-27
1
-0
/
+4
*
only measure a variable integer once where we can (#500)
Dan Engelbrecht
2023-10-25
2
-7
/
+19
*
eliminate redundant logging code (#499)
Stefan Boberg
2023-10-25
10
-1136
/
+759
*
statsd metrics reporting (#496)
Stefan Boberg
2023-10-25
18
-14
/
+812
*
New rotating file logger that keeps on running regardless of errors (#495)
Dan Engelbrecht
2023-10-25
3
-14
/
+307
*
removed HttpCidStore (#497)
Stefan Boberg
2023-10-24
4
-165
/
+0
*
merge disk and memory layers (#493)
Dan Engelbrecht
2023-10-24
11
-1134
/
+809
[prev]
[next]