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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' into wait_for_quiescence
wait_for_quiescence
Matt Peters
2022-01-10
48
-496
/
+406
|
\
|
*
Two missing override keywords
Martin Ridgers
2022-01-10
1
-2
/
+2
|
*
Unused lambda capture compile error
Martin Ridgers
2022-01-10
1
-1
/
+1
|
*
LLVM-12 C++ lib's emplace_back() doesn't like classes all that much
Martin Ridgers
2022-01-10
1
-1
/
+4
|
*
Added a CbWriter stream operator for size_t-type values
Martin Ridgers
2022-01-10
1
-0
/
+9
|
*
Fixed unused-lambda-capture compile errors
Martin Ridgers
2022-01-10
1
-3
/
+3
|
*
Removed ZEN_UNUSED() statement that is unnecessary
Martin Ridgers
2022-01-10
1
-1
/
+0
|
*
Compiler support for C++20's using-enum is wildly incomplete
Martin Ridgers
2022-01-10
1
-18
/
+10
|
*
Unused lambda capture compile fixes
Martin Ridgers
2022-01-10
2
-11
/
+11
|
*
Deleted two unused include statements
Martin Ridgers
2022-01-10
1
-2
/
+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
29
-257
/
+172
|
*
Vcpkg's manifest mode is no longer in use
Martin Ridgers
2022-01-10
5
-118
/
+0
|
*
LLVM's libc++ cannot emplace_back(x,y,z) without a ctor(x,y,z)
Martin Ridgers
2022-01-07
1
-0
/
+8
|
*
Added missing vector include
Martin Ridgers
2022-01-07
1
-0
/
+1
|
*
Removed unused include
Martin Ridgers
2022-01-07
1
-1
/
+0
|
*
Some C++ libs do not implement string_view(iter, iter) ctor yet
Martin Ridgers
2022-01-07
1
-1
/
+2
|
*
Corrected typo
Martin Ridgers
2022-01-07
1
-2
/
+2
|
*
Fixed error in if-statement comparison
Martin Ridgers
2022-01-07
1
-1
/
+1
|
*
Deleted unused local variable
Martin Ridgers
2022-01-07
1
-1
/
+0
|
*
Turn all ThrowLastError() sites in source_location variants
Martin Ridgers
2022-01-07
3
-12
/
+12
|
*
Removed unused lambda captures
Martin Ridgers
2022-01-07
1
-2
/
+2
|
*
WriteResponse(..., CompositeBuffer&) was calling itself indefinitely
Martin Ridgers
2022-01-07
1
-1
/
+1
|
*
Use POSIX implementation for ProcessHandle on Mac
Martin Ridgers
2022-01-07
1
-13
/
+5
|
*
Use null-signal kill() to determine if a PID is valid
Martin Ridgers
2022-01-07
1
-10
/
+3
|
*
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
|
*
Disable warning about unused member variables
Martin Ridgers
2022-01-07
1
-0
/
+1
|
*
Sorted lists merge better
Martin Ridgers
2022-01-07
1
-2
/
+2
|
*
Correct implementation of Invocable concept
Martin Ridgers
2022-01-07
1
-1
/
+1
|
*
Use semtimedop() in NamedEvent::Wait() for platforms that support it
Martin Ridgers
2022-01-07
1
-0
/
+15
|
*
Implemented NamedEvents on Mac using System V semaphores
Martin Ridgers
2022-01-07
1
-2
/
+95
|
*
Found some Wayward whitespace
Martin Ridgers
2022-01-07
1
-1
/
+1
|
*
Added a trivial test call to GetCurrentThreadId()
Martin Ridgers
2022-01-07
1
-0
/
+2
|
*
Timeouts longer than one second wouldn't work as expected
Martin Ridgers
2022-01-07
1
-2
/
+2
|
*
Corrected misleading comment
Martin Ridgers
2022-01-07
1
-3
/
+3
|
*
Include POSIX headers on all platforms except Windows
Martin Ridgers
2022-01-07
1
-2
/
+5
|
*
A whitespace dance
Martin Ridgers
2022-01-07
2
-4
/
+11
*
|
Add WaitForQuiescence RPC
Matt Peters
2022-01-07
5
-0
/
+66
|
/
*
Implemented IsProcessRunning() on a Macintosh
Martin Ridgers
2022-01-05
1
-1
/
+4
*
PathFromHandle() for Mac
Martin Ridgers
2022-01-05
1
-8
/
+13
*
Contiguous range concepts for C++ libs that don't support them yet
Martin Ridgers
2022-01-05
1
-2
/
+8
*
Function parameter case consistency with the rest of the code base
Martin Ridgers
2022-01-05
2
-13
/
+13
*
Cleaned up some unnecessary comments
Martin Ridgers
2022-01-05
1
-2
/
+0
*
aligned_alloc() states that size must be a multiple of alignment
Martin Ridgers
2022-01-05
1
-0
/
+3
[next]