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
...
*
|
|
|
general: Fixed up some vcxproj files which had a warning level set
Stefan Boberg
2021-10-24
2
-3
/
+4
*
|
|
|
clang-format
Stefan Boberg
2021-10-23
2
-2
/
+2
*
|
|
|
cas: fixed some warnings
Stefan Boberg
2021-10-23
3
-9
/
+14
*
|
|
|
compactcas: Changed CasDiskLocation implementation so it can store chunks > 4...
Stefan Boberg
2021-10-22
3
-14
/
+128
*
|
|
|
filecas: minor code restructuring
Stefan Boberg
2021-10-21
1
-15
/
+16
*
|
|
|
filecas: Added commit log, chunk gc
Stefan Boberg
2021-10-21
8
-18
/
+151
*
|
|
|
gc: Added GcStorage base class and hooked it up to CasGc
Stefan Boberg
2021-10-21
6
-22
/
+74
*
|
|
|
cas: Adding cas.file.gc test for exercising garbage collection (incomplete)
Stefan Boberg
2021-10-20
1
-1
/
+35
*
|
|
|
gc: comment
Stefan Boberg
2021-10-19
1
-0
/
+9
*
|
|
|
gc: Made ref tracking optional on `ZEN_USE_REF_TRACKING`
Stefan Boberg
2021-10-19
1
-44
/
+45
*
|
|
|
Merge from main
Stefan Boberg
2021-10-19
2
-41
/
+55
|
\
\
\
\
|
*
\
\
\
Merge branch 'gc' of https://github.com/EpicGames/zen into gc
Stefan Boberg
2021-10-19
1
-21
/
+96
|
|
\
\
\
\
|
*
|
|
|
|
Some gc interface stubs
Stefan Boberg
2021-10-18
2
-3
/
+17
*
|
|
|
|
|
Merge branch 'gc' of https://github.com/EpicGames/zen into gc
Stefan Boberg
2021-10-19
1
-21
/
+96
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
cas: Factored out OpenOrCreateManifest
Stefan Boberg
2021-10-19
1
-45
/
+49
|
*
|
|
|
|
cas: implemented manifest update/upgrade
Stefan Boberg
2021-10-19
1
-24
/
+56
|
*
|
|
|
|
cas: added structured manifest support
Stefan Boberg
2021-10-19
1
-8
/
+47
|
|
/
/
/
/
*
/
/
/
/
cas: Hooked up GC to structured cache
Stefan Boberg
2021-10-19
6
-4
/
+64
|
/
/
/
/
*
/
/
/
gc: moved GcContect from CAS into gc files
Stefan Boberg
2021-10-18
4
-46
/
+54
|
/
/
/
*
|
/
zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...
Stefan Boberg
2021-10-15
1
-7
/
+2
|
|
/
|
/
|
*
|
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
[prev]
[next]