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/d3-dehydration-touch-cas
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/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/trim-malloc-at-threadpool-idle
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/complete
sb/compute-overmind
sb/eastl
sb/fix-vla-warn
sb/fix-zen-cli
sb/fixups
sb/horde-compressedbuffer
sb/http-fixes
sb/intree-sentry-native
sb/manual-test-workflows
sb/more-tui
sb/no-network
sb/rpc-analysis
sb/threadpool
sb/tourist
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-cache-cmd
sb/zen-help
sb/zen-master
sb/zen-monitor
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
*
clang-format
Stefan Boberg
2021-10-15
2
-5
/
+5
*
zenstore: Added forcelink stuff to ensure we bring in filecas tests
Stefan Boberg
2021-10-08
1
-0
/
+2
*
filecas: stress test code to understand access denied errors
Stefan Boberg
2021-10-08
2
-6
/
+132
*
Removed invalid comment
Stefan Boberg
2021-10-08
1
-1
/
+1
*
basicfile: Added Write member functions accepting MemoryView for convenience
Stefan Boberg
2021-10-08
2
-0
/
+14
*
filecas: Added handling of error when a rename is attempted but the target al...
Stefan Boberg
2021-10-08
1
-1
/
+8
*
Merged from upstream
Stefan Boberg
2021-10-05
5
-26
/
+53
*
cas: added some GC stubs
Stefan Boberg
2021-10-01
2
-0
/
+51
*
clang-format
Stefan Boberg
2021-09-27
2
-3
/
+3
*
Reimplemented CasLogFile in terms of BasicFile
Stefan Boberg
2021-09-26
2
-33
/
+28
*
Various BasicFile improvements
Stefan Boberg
2021-09-26
2
-22
/
+90
*
Added TemporaryFile implementation, provides a simple abstraction around temp...
Stefan Boberg
2021-09-25
2
-3
/
+119
*
Ensure FILE_RENAME_INFO structure allocation is freed also if FileCasStrategy...
Stefan Boberg
2021-09-25
1
-2
/
+3
*
cidstore: added some implementation notes
Stefan Boberg
2021-09-23
1
-0
/
+5
*
Merge branch 'main' of https://github.com/EpicGames/zen
Stefan Boberg
2021-09-23
1
-4
/
+4
|
\
|
*
Clang format fix.
Per Larsson
2021-09-22
1
-4
/
+4
*
|
cidstore: made all updates log using LogMapping()
Stefan Boberg
2021-09-23
1
-7
/
+23
*
|
Fixed dumb bug in CasChunkSet::IterateChunks which would cause infinite loop
Stefan Boberg
2021-09-23
1
-1
/
+1
|
/
*
Encapsulated containers in CasChunkSet to allow for more efficient udpates/qu...
Stefan Boberg
2021-09-21
6
-66
/
+73
*
Wired up scrubbing to more higher level services
Stefan Boberg
2021-09-21
5
-44
/
+123
*
Removed scrubbing from CasImpl::Initialize since this is triggered by higher ...
Stefan Boberg
2021-09-21
1
-3
/
+7
*
Fixed an issue in scrubbing which would flag certain chunks as invalid
Stefan Boberg
2021-09-21
2
-2
/
+13
*
Implemented CID store scrubbing
Stefan Boberg
2021-09-20
1
-2
/
+73
*
Added more scrub stubs in higher level services
Stefan Boberg
2021-09-20
2
-0
/
+8
*
Fixed another issue with filecas name sharding
Stefan Boberg
2021-09-20
1
-1
/
+1
*
Moved more code into zen namespace, for consistency
Stefan Boberg
2021-09-20
6
-11
/
+11
*
It's not possible to compile out tests
Stefan Boberg
2021-09-20
3
-3
/
+11
*
Fixed unused variable warnings exposed by xmake build (unclear why I do not r...
Stefan Boberg
2021-09-19
2
-1
/
+8
*
Implemented handling of "large" chunks in compact cas scrubbing
Stefan Boberg
2021-09-19
1
-0
/
+10
*
Implemented BasicFile::StreamByteRange
Stefan Boberg
2021-09-19
2
-2
/
+9
*
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
[next]