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/hub-instance-state-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.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/compute-auth
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/no-network
sb/rpc-analysis
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed up project.basic test to account for changes made to the project store ...
Stefan Boberg
2021-05-26
1
-8
/
+2
*
Removed pointer-based InsertChunk from CAS store interface.
Stefan Boberg
2021-05-25
5
-36
/
+16
*
Structured cache now verifies attachment payloads
Stefan Boberg
2021-05-25
1
-14
/
+22
*
Bumped large object threshold to 64k, improved disk bucket replay mutex logic
Stefan Boberg
2021-05-25
1
-8
/
+6
*
constinit -> const for now so that the code builds with the non-preview compiler
Stefan Boberg
2021-05-25
1
-6
/
+6
*
Merged from origin/main
Stefan Boberg
2021-05-25
54
-1514
/
+3853
|
\
|
*
Compile out all rocksdb code for a smaller binary
Stefan Boberg
2021-05-25
1
-6
/
+16
|
*
Implemented simple persistence for CidStore, which stores CID->CAS mappings
Stefan Boberg
2021-05-24
3
-16
/
+74
|
*
Fixed index flags for standalone files
Stefan Boberg
2021-05-24
1
-3
/
+15
|
*
Added guards against zero-sized PUTs to structured cache
Stefan Boberg
2021-05-24
1
-0
/
+10
|
*
Eliminated exploratory LMDB/RocksDB code from default path
Stefan Boberg
2021-05-24
1
-16
/
+3
|
*
Added TODO to CasLogFile::Append
Stefan Boberg
2021-05-24
1
-1
/
+7
|
*
Eliminated sidx file since it's no longer necessary
Stefan Boberg
2021-05-24
1
-4
/
+0
|
*
Z$ now tracks content type for large objects as well as small. Large objects ...
Stefan Boberg
2021-05-24
2
-36
/
+94
|
*
Added support for early release of scoped RWLock helpers
Stefan Boberg
2021-05-24
1
-6
/
+24
|
*
Added std::hash<IoHash> implementation for convenience
Stefan Boberg
2021-05-24
1
-0
/
+9
|
*
Added CidStore, currently used to track relationships between compressed and ...
Stefan Boberg
2021-05-24
7
-5
/
+84
|
*
Validate payloads using embedded CompressedBuffer hash
Stefan Boberg
2021-05-24
1
-2
/
+5
|
*
Added CompressedBuffer round-trip tests
Stefan Boberg
2021-05-24
2
-19
/
+68
|
*
Added IoHash::FromBLAKE3
Stefan Boberg
2021-05-24
1
-0
/
+7
|
*
Fixed up legacy cache store for CRC32 function rename
Stefan Boberg
2021-05-24
1
-2
/
+2
|
*
clang-format fixups
Stefan Boberg
2021-05-24
3
-5
/
+5
|
*
Added non-'deprecated' MemCrc32 function for use with CompressedBuffer header...
Stefan Boberg
2021-05-24
2
-8
/
+254
|
*
Fixed attachment index code so it doesn't generate zero-sized compactbinary a...
Stefan Boberg
2021-05-24
1
-9
/
+13
|
*
Implemented support for UE5-style CompressedBuffers
Stefan Boberg
2021-05-24
3
-33
/
+809
|
*
RefPtr/Ref cleanup
Stefan Boberg
2021-05-24
1
-14
/
+27
|
*
Added UniqueBuffer::Reset()
Stefan Boberg
2021-05-24
2
-0
/
+9
|
*
Added Mid/MidInline to MutableMemoryView
Stefan Boberg
2021-05-24
1
-0
/
+15
|
*
Added support for constructing CompositeBuffer from std::vector<SharedBuffer>
Stefan Boberg
2021-05-24
1
-0
/
+6
|
*
Added BLAKE3Stream::Append accepting a MemoryView
Stefan Boberg
2021-05-24
1
-3
/
+6
|
*
Added functions to allow constructing memory views from a pointer range
Stefan Boberg
2021-05-24
1
-2
/
+26
|
*
Moved CRC32 compute into separate cpp/h to enable usage outside of the retro ...
Stefan Boberg
2021-05-24
5
-291
/
+322
|
*
Added BLAKE3::HashBuffer for hashing composite buffers
Stefan Boberg
2021-05-24
2
-6
/
+27
|
*
Initial implementation of CompositeBuffer
Stefan Boberg
2021-05-24
5
-9
/
+485
|
*
Added functionality to SharedBuffer/UniqueBuffer to support CompositeBuffer i...
Stefan Boberg
2021-05-24
2
-17
/
+51
|
*
Added some functionality to support CompositeBuffer implementation
Stefan Boberg
2021-05-24
1
-8
/
+138
|
*
Added RefPtr::IsNull()
Stefan Boberg
2021-05-24
1
-3
/
+4
|
*
Made Min/Max functions constexpr
Stefan Boberg
2021-05-24
1
-2
/
+2
|
*
Implemented new URI addressing scheme for the Zen cache endpoints, and prepar...
Stefan Boberg
2021-05-23
5
-36
/
+150
|
*
Added IoBuffer::operator MemoryView for convenience
Stefan Boberg
2021-05-23
1
-0
/
+2
|
*
Tiny comment fix
Stefan Boberg
2021-05-23
1
-1
/
+1
|
*
Changed to tsl::robin_map
Stefan Boberg
2021-05-23
2
-11
/
+32
|
*
Added content type to IoBuffer payloads from http server
Stefan Boberg
2021-05-23
3
-12
/
+21
|
*
Added static_assert to ensure content type fits in allocated space
Stefan Boberg
2021-05-22
1
-1
/
+3
|
*
Added ZenContentType enum to iobuffer.h
Stefan Boberg
2021-05-22
3
-19
/
+49
|
*
Added SharedBuffer(const IoBuffer&)
Stefan Boberg
2021-05-22
1
-0
/
+1
|
*
Tidied up some code
Stefan Boberg
2021-05-22
1
-10
/
+9
|
*
Split out structured cache store code into dedicated cpp/h pair
Stefan Boberg
2021-05-22
9
-659
/
+688
|
*
Structured cache changes
Stefan Boberg
2021-05-22
2
-221
/
+80
|
*
clang-format
Stefan Boberg
2021-05-22
5
-5
/
+7
[prev]
[next]