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
/
zenserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Limit size of memory cache layer (#423)
Dan Engelbrecht
2023-10-02
1
-8
/
+12
*
lightweight gc (#431)
Dan Engelbrecht
2023-10-02
1
-2
/
+6
*
Sentry username fix (#435)
Stefan Boberg
2023-10-01
1
-2
/
+2
*
handle error in error log (#422)
Dan Engelbrecht
2023-09-25
1
-15
/
+46
*
Add runtime status/control of logging (#419)
Dan Engelbrecht
2023-09-22
1
-8
/
+15
*
add trace command to enable/disable tracing at runtime (#416)
Dan Engelbrecht
2023-09-22
1
-12
/
+4
*
controlled zenserver shutdown (#413)
Dan Engelbrecht
2023-09-20
1
-20
/
+36
*
VFS implementation for local storage service (#396)
Stefan Boberg
2023-09-20
1
-0
/
+7
*
add DiskWriteBlocker to structured cache store log writer (#408)
Dan Engelbrecht
2023-09-15
1
-1
/
+2
*
http and httpsys config options (#401)
Dan Engelbrecht
2023-09-14
1
-2
/
+2
*
job queue and async oplog-import/export (#395)
Dan Engelbrecht
2023-09-13
1
-3
/
+15
*
ZenCacheStore is now reference counted (#398)
Stefan Boberg
2023-09-13
1
-7
/
+6
*
add `cache-write-log` and `cache-access-log“ configuration options (#394)
Dan Engelbrecht
2023-09-11
1
-3
/
+6
*
use atexit hook to shut down tracing (#369)
Dan Engelbrecht
2023-08-21
1
-1
/
+9
*
fix trace close (#365)
Dan Engelbrecht
2023-08-21
1
-0
/
+1
*
update vcpkg dependencies (#356)
Dan Engelbrecht
2023-08-11
1
-2
/
+4
*
fix asserts and exceptions (#344)
Dan Engelbrecht
2023-08-08
1
-2
/
+11
*
clang-format :(
Stefan Boberg
2023-06-30
1
-12
/
+12
*
build fix for ZEN_WITH_TESTS
Stefan Boberg
2023-06-30
1
-1
/
+6
*
added thread names to timer, upstream monitor
Stefan Boberg
2023-06-07
1
-1
/
+7
*
fix for random uint32 -> uint32_t
Stefan Boberg
2023-05-25
1
-1
/
+1
*
project store refactor (#316)
Stefan Boberg
2023-05-17
1
-0
/
+1
*
fix for redundant define check
Stefan Boberg
2023-05-17
1
-5
/
+3
*
Restructured structured cache store (#314)
Stefan Boberg
2023-05-17
1
-1
/
+1
*
Content scrubbing (#271)
Stefan Boberg
2023-05-16
1
-1
/
+3
*
demote state_marker deletion detection to warning
Dan Engelbrecht
2023-05-16
1
-1
/
+1
*
exit without SIGABRT if exception is thrown during startup (#313)
Dan Engelbrecht
2023-05-16
1
-7
/
+41
*
Add `--gc-projectstore-duration-seconds` option (#281)
Dan Engelbrecht
2023-05-16
1
-2
/
+3
*
zenserver does not support test mode in release
Stefan Boberg
2023-05-15
1
-0
/
+5
*
minor GC API cleanup
Stefan Boberg
2023-05-15
1
-5
/
+5
*
Gracefully exit if Ctrl-C is pressed (#293)
Dan Engelbrecht
2023-05-11
1
-4
/
+41
*
allow early logging (#292)
Dan Engelbrecht
2023-05-11
1
-5
/
+3
*
Close down http server gracefully when exiting even while requests are still ...
Dan Engelbrecht
2023-05-11
1
-0
/
+1
*
need to set 'id' for user info in sentry (#287)
Dan Engelbrecht
2023-05-10
1
-25
/
+35
*
Only rewrite state_marker file if it does not exist so we can see the age of it
Dan Engelbrecht
2023-05-10
1
-3
/
+6
*
monitor if a state-maker file still exists, and if not error out and exit (#283)
Dan Engelbrecht
2023-05-09
1
-0
/
+25
*
Low disk space detector (#277)
Dan Engelbrecht
2023-05-09
1
-10
/
+16
*
add ip and username to sentry reports if allowed in settings (#276)
Dan Engelbrecht
2023-05-08
1
-0
/
+33
*
Report asserts to Sentry (#267)
Dan Engelbrecht
2023-05-02
1
-9
/
+40
*
move testing and observability code to zenhttp (#266)
Stefan Boberg
2023-05-02
1
-8
/
+8
*
move auth code from zenserver into zenhttp (#265)
Stefan Boberg
2023-05-02
1
-2
/
+2
*
moved source directories into `/src` (#264)
Stefan Boberg
2023-05-02
1
-0
/
+1261
[prev]