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
*
CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent
Martin Ridgers
2021-10-29
12
-11
/
+11
*
Alphebetical include order
Martin Ridgers
2021-10-28
1
-1
/
+1
*
LockFile implementation for Linux
Martin Ridgers
2021-10-28
1
-0
/
+22
*
Merged main
Martin Ridgers
2021-10-28
2
-0
/
+66
|
\
|
*
Lockfile implementation (#24)
Stefan Boberg
2021-10-27
2
-0
/
+66
*
|
Implemented filecas.cpp for POSIX platforms
Martin Ridgers
2021-10-25
1
-2
/
+92
*
|
open() flags were incorrect and it would not create new files
Martin Ridgers
2021-10-25
1
-1
/
+1
*
|
Compile fixes due to std::fs::path's differing character types
Martin Ridgers
2021-10-20
1
-4
/
+7
*
|
Fixed concrete Visitor to use the correct argument types
Martin Ridgers
2021-10-20
1
-2
/
+2
*
|
Cross-platform argument to ZEN_DEBUG()
Martin Ridgers
2021-10-20
1
-1
/
+1
*
|
Use cross-platform ExtPathBuilder instead of ExtWideStrBuilder
Martin Ridgers
2021-10-18
2
-6
/
+6
*
|
Merged main
Martin Ridgers
2021-10-16
1
-7
/
+2
|
\
|
|
*
zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...
Stefan Boberg
2021-10-15
1
-7
/
+2
*
|
Merged main
Martin Ridgers
2021-10-15
2
-5
/
+5
|
\
|
|
*
clang-format
Stefan Boberg
2021-10-15
2
-5
/
+5
*
|
Implemented basicfile.cpp for POSIX platforms
Martin Ridgers
2021-10-14
1
-0
/
+54
*
|
std::fs::path cannot be forward declared.
Martin Ridgers
2021-10-13
1
-3
/
+1
*
|
Signed/unsigned comparison mismatch
Martin Ridgers
2021-10-13
1
-1
/
+1
*
|
Moved zencore/windows.h include from basicfile.h to basicfile.cpp
Martin Ridgers
2021-10-13
2
-4
/
+4
*
|
Replaced use of DWORD with uint32_t
Martin Ridgers
2021-10-13
2
-2
/
+2
*
|
Misplaced nodiscard attribute
Martin Ridgers
2021-10-12
1
-3
/
+3
*
|
Only include zencore/windows.h on Windows
Martin Ridgers
2021-10-12
4
-7
/
+18
*
|
Corrected incorrect casing of include statements
Martin Ridgers
2021-10-12
7
-9
/
+9
|
/
*
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
[next]