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/disk-io-optimizations
de/disk-io-with-retry
de/download-feedback-api
de/enable-partial-requests-to-jupiter-by-default
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/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
lm/oidctoken-exe-path
lm/restrict-content-type
main
rpc-analyze
sb/block-clone
sb/build-cache
sb/build-part-delta
sb/cleanup-main
sb/cloud
sb/curly-httpclient
sb/eastl
sb/fix-vla-warn
sb/intree-sentry-native
sb/more-tui
sb/oidc-token
sb/orch
sb/rpc-analysis
sb/spdlog-out
sb/threadpool
sb/tsan-fixes
sb/unity-build
sb/xrepo
sb/zen-master
sb/zenserver-test-verbose
streamapi
tb/docker
wait_for_quiescence
zen-options
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
*
If open(O_CREAT) is used then a file mode must be given
Martin Ridgers
2022-02-21
2
-3
/
+3
*
Explicitly set access permissions so we're not affected by process' umask
Martin Ridgers
2022-02-21
2
-3
/
+15
*
Marked a few file descriptors to be closed on execute (POSIX)
Martin Ridgers
2022-02-21
2
-3
/
+3
*
Fixed unexpected abort() call when joining an unjoinable thread
Martin Ridgers
2022-01-25
1
-1
/
+4
*
Format fix.
Per Larsson
2022-01-22
1
-1
/
+2
*
Added copyright headers to xmake.lua scripts
Martin Ridgers
2022-01-20
1
-0
/
+2
*
Moved "concepts" include to zencore.h as toolchain support is spotty
Martin Ridgers
2022-01-13
1
-1
/
+0
*
Fixed fmt::format() undefined-user-type error
Martin Ridgers
2022-01-10
1
-1
/
+1
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
5
-25
/
+13
*
Use Zen's Invocable to cover C++ libs that do not implement concepts
Martin Ridgers
2022-01-07
2
-3
/
+3
*
Apple Clang does not implement std::jthread
Martin Ridgers
2022-01-07
2
-2
/
+4
*
Missing override decoration
Martin Ridgers
2022-01-07
1
-1
/
+1
*
Missing includes
Martin Ridgers
2022-01-07
1
-0
/
+3
*
Moved forward declaration after all include statements
Martin Ridgers
2022-01-07
1
-4
/
+4
*
Enabled POSIX-compatible implementations on Mac
Martin Ridgers
2022-01-07
2
-12
/
+4
*
Missing include
Martin Ridgers
2022-01-07
1
-0
/
+1
*
Added trace scopes.
Per Larsson
2021-12-15
1
-0
/
+5
*
Added preprocessing config file and removed Visual Studio files.
Per Larsson
2021-12-15
2
-160
/
+0
*
Initialize CidStore to null.
Per Larsson
2021-12-15
1
-1
/
+1
*
Deleted unused statically-linked function
Martin Ridgers
2021-12-15
1
-2
/
+0
*
Paths are not wide on non-Windows so WideToUtf8() cannot be used
Martin Ridgers
2021-12-15
1
-5
/
+5
*
Corrected include statement case
Martin Ridgers
2021-12-15
1
-1
/
+1
*
std::fs::path cannot be forward declared
Martin Ridgers
2021-12-15
1
-3
/
+1
*
Missing include
Martin Ridgers
2021-12-15
1
-0
/
+1
*
Include header files when generating solution.
Per Larsson
2021-12-14
1
-1
/
+2
*
Merged main.
Per Larsson
2021-12-14
16
-33
/
+225
|
\
|
*
Do not block when trying to lock a lock file (POSIX)
Martin Ridgers
2021-12-02
1
-1
/
+1
|
*
Remove a LockFile's lock on destruction
Martin Ridgers
2021-12-02
1
-0
/
+6
|
*
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
|
|
\
|
*
|
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
|
|
\
\
|
*
\
\
Merged main
Martin Ridgers
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
*
|
|
|
|
Fixed bug in z$ service returning partial cache records and enable small obje...
Per Larsson
2021-12-14
5
-12
/
+23
*
|
|
|
|
Remove Cid to CAS chunk mapping after GC.
Per Larsson
2021-12-13
8
-11
/
+166
[next]