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/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/revise-oplog-block-arrangement
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
main
rpc-analyze
sb/block-clone
sb/build-cache
sb/build-part-delta
sb/builds-subcmds
sb/cleanup-main
sb/cloud
sb/compute-scheduler
sb/core-http-functions
sb/docker-compute
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/rpc-analysis
sb/s3client
sb/sessionize
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/win-x-linux
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
/
zenstore
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implemended basic scrubbing / detection of disk corruption. Still needs more ...
Stefan Boberg
2021-09-19
6
-48
/
+207
*
Added BasicFile::StreamFile helper function to support reading large files in...
Stefan Boberg
2021-09-19
2
-2
/
+27
*
clang-format again
Stefan Boberg
2021-09-19
2
-3
/
+3
*
Changed some code over from ATL to BasicFile and added Scrub() stubs.
Stefan Boberg
2021-09-19
6
-35
/
+113
*
Added zenstore.h and made headers use it
Stefan Boberg
2021-09-19
4
-1
/
+18
*
Added module cpp/h for zenstore
Stefan Boberg
2021-09-19
3
-0
/
+27
*
Changed BasicFile implementation
Stefan Boberg
2021-09-19
2
-23
/
+88
*
Compact binary package caching support (#9)
Per Larsson
2021-09-16
2
-11
/
+19
*
Changed `std::exception` into `std::runtime_error` since `std::exception` doe...
Stefan Boberg
2021-09-15
1
-1
/
+1
*
Changed logging implementation
Stefan Boberg
2021-09-15
4
-11
/
+11
*
Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it ...
Stefan Boberg
2021-09-15
4
-5
/
+4
*
Extended CidStore implementation with some helper functions
Stefan Boberg
2021-09-14
2
-4
/
+31
*
Further xmake file cleanup
Stefan Boberg
2021-09-07
1
-0
/
+1
*
Silence unused parameter warning
Stefan Boberg
2021-09-04
1
-0
/
+1
*
xmake build files (experimental)
Stefan Boberg
2021-09-04
1
-0
/
+5
*
Cleaned up project configuration
Stefan Boberg
2021-09-03
1
-2
/
+4
*
Format fix.
Per Larsson
2021-08-31
1
-1
/
+1
*
Asynchronous upstream caching to Jupiter
Per Larsson
2021-08-31
2
-2
/
+24
*
Removed FileCasImpl (unused)
Stefan Boberg
2021-08-26
1
-80
/
+4
*
Added missing lock to side channel InsertChunk() implementation
Stefan Boberg
2021-08-26
3
-6
/
+49
*
Clang-format fixes
Stefan Boberg
2021-08-24
2
-2
/
+2
*
Implemented more formalised CAS chunk filtering (with plenty of room for opti...
Stefan Boberg
2021-08-23
6
-5
/
+112
*
Improved comment while reviewing code
Stefan Boberg
2021-08-21
1
-1
/
+1
*
Changed file CAS implementation to use ThrowSystemException instead of Window...
Stefan Boberg
2021-08-20
1
-2
/
+2
*
Implemented support for dropping z$ buckets while online
Stefan Boberg
2021-08-17
3
-1
/
+9
*
clang-format
Stefan Boberg
2021-08-12
2
-3
/
+4
*
Implemented Flush() operation for CID/CAS store interfaces
Stefan Boberg
2021-08-11
8
-3
/
+43
*
clang-format
Stefan Boberg
2021-06-02
1
-3
/
+3
*
Added some more diagnostics to potential file operation errors
Stefan Boberg
2021-05-27
1
-2
/
+7
*
Fixed logic to avoid a race condition which could cause a sharing violation w...
Stefan Boberg
2021-05-27
1
-0
/
+4
*
Removed pointer-based InsertChunk from CAS store interface.
Stefan Boberg
2021-05-25
3
-28
/
+5
*
Implemented simple persistence for CidStore, which stores CID->CAS mappings
Stefan Boberg
2021-05-24
2
-12
/
+68
*
Added TODO to CasLogFile::Append
Stefan Boberg
2021-05-24
1
-1
/
+7
*
Added CidStore, currently used to track relationships between compressed and ...
Stefan Boberg
2021-05-24
4
-0
/
+71
*
Tiny comment fix
Stefan Boberg
2021-05-23
1
-1
/
+1
*
clang-format
Stefan Boberg
2021-05-22
3
-3
/
+5
*
Fixed up error reporting in BasicFile, now uses ThrowSystemException() to cor...
Stefan Boberg
2021-05-21
1
-6
/
+5
*
Cleaned up exception handling
Stefan Boberg
2021-05-21
1
-4
/
+5
*
Renamed CasBlobFile -> BasicFile
Stefan Boberg
2021-05-21
3
-9
/
+13
*
Moved CasBlobFile into basicfile.h
Stefan Boberg
2021-05-21
7
-94
/
+124
*
Use vcpkg --overlay-ports to handle asio
Joe Kirchoff
2021-05-19
1
-0
/
+2
*
Added logic to guard against accidental file move in file CAS fast path
Stefan Boberg
2021-05-13
1
-1
/
+4
*
Implemented move-in-place for large CAS payloads
Stefan Boberg
2021-05-13
1
-0
/
+108
*
clang-format
Stefan Boberg
2021-05-13
1
-2
/
+6
*
Added paths as context to I/O error exception messages
Stefan Boberg
2021-05-11
1
-5
/
+10
*
Adding zenservice code
Stefan Boberg
2021-05-11
14
-0
/
+1257
[prev]