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
/
zencore
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Changed linkage of a helper method
Martin Ridgers
2021-11-25
1
-1
/
+1
|
*
|
Use file descriptor locks to claim global ownership of message queues
Martin Ridgers
2021-11-25
1
-2
/
+17
|
*
|
A whitespace garden
Martin Ridgers
2021-11-25
1
-1
/
+0
|
*
|
Tests for building ArgV for a fork-exec
Martin Ridgers
2021-11-25
1
-0
/
+51
|
*
|
A nullptr terminator ArgV only applies on Linux
Martin Ridgers
2021-11-25
1
-2
/
+1
|
*
|
Moved librt dependency specification to zencore/xmake.lua
Martin Ridgers
2021-11-24
1
-0
/
+4
|
*
|
Tests for NamedEvent
Martin Ridgers
2021-11-24
1
-2
/
+87
|
*
|
Reimplemented NamedEvent on Linux using POSIX message queues
Martin Ridgers
2021-11-24
1
-61
/
+62
|
*
|
Added POSIX's close-on-exec flag to files that Zen opens
Martin Ridgers
2021-11-24
1
-6
/
+6
|
*
|
Initial integration of Trace from UE5 via the --zentrace=y xmake config
Martin Ridgers
2021-11-18
3
-0
/
+82
|
*
|
Filled out ZEN_THIRDPARTY_ macros for Clang and GCC
Martin Ridgers
2021-11-18
1
-4
/
+16
|
*
|
Added close-on-exec flag to Read/WriteFile() file descriptors
Martin Ridgers
2021-11-17
1
-2
/
+2
|
*
|
Whitespace alignment pedantry
Martin Ridgers
2021-11-17
1
-1
/
+1
|
*
|
WriteFile() tests
Martin Ridgers
2021-11-17
1
-0
/
+31
|
*
|
Set correct read-write file modes on WriteFile() output
Martin Ridgers
2021-11-17
1
-2
/
+2
|
*
|
Corrected flags to open() so behaviour matches Windows' CREATE_ALWAYS
Martin Ridgers
2021-11-17
1
-2
/
+3
|
*
|
Stubbed out NamedMutex
Martin Ridgers
2021-11-16
1
-4
/
+16
|
*
|
Implemented ProcessMonitor for POSIX platforms
Martin Ridgers
2021-11-16
2
-15
/
+31
|
*
|
Adding missing check to see if the process is the fork or not
Martin Ridgers
2021-11-16
1
-1
/
+1
|
*
|
SOCK_CLOEXEC isn't a valid option for AF_UNIX-type sockets
Martin Ridgers
2021-11-16
1
-1
/
+1
|
*
|
Merged main
Martin Ridgers
2021-11-16
1
-3
/
+10
|
|
\
\
|
*
|
|
zen::CreateProc() variant that can launch processes unelevated
Martin Ridgers
2021-11-16
2
-0
/
+99
|
*
|
|
Added a zen::CreateProc() function for spawning child processes
Martin Ridgers
2021-11-16
2
-0
/
+145
|
*
|
|
Added a ZEN_EXE_STRING_LITERAL for cross-platform path building
Martin Ridgers
2021-11-16
1
-0
/
+6
|
*
|
|
Added a PathToUtf8(path, string-buffer) overload
Martin Ridgers
2021-11-16
2
-0
/
+11
|
*
|
|
ToUtf8() -> PathToUtf8() as the latter is less ambiguous
Martin Ridgers
2021-11-16
2
-3
/
+3
|
*
|
|
Renamed operator<<(bool) to AppendBool() to avoid subtle errors
Martin Ridgers
2021-11-16
1
-9
/
+13
|
*
|
|
libcrypto links again libdl so the latter also needs careful handling in xmake
Martin Ridgers
2021-11-15
1
-1
/
+2
|
*
|
|
Merged main
Martin Ridgers
2021-11-15
1
-0
/
+1
|
|
\
\
\
|
*
|
|
|
Fixed OpenSSL link errors (xmake-related, see comment)
Martin Ridgers
2021-11-15
1
-0
/
+15
|
*
|
|
|
Merged main
Martin Ridgers
2021-11-12
2
-5
/
+5
|
|
\
\
\
\
|
*
|
|
|
|
Use add_syslinks() instead of add_link() for system libraries
Martin Ridgers
2021-11-12
1
-1
/
+1
|
*
|
|
|
|
Added Curl's vcpkg:openssl dependency to xmake scripts
Martin Ridgers
2021-11-11
1
-0
/
+1
|
*
|
|
|
|
Windows compile fix
Martin Ridgers
2021-11-11
1
-1
/
+1
|
*
|
|
|
|
Implement NamedEvent on POSIX using Unix-domain sockets
Martin Ridgers
2021-11-11
1
-3
/
+80
|
*
|
|
|
|
Removed unused u8string_view NamedEvent constructor
Martin Ridgers
2021-11-11
2
-12
/
+0
|
*
|
|
|
|
NamedEvent is no longer an Event-type object.
Martin Ridgers
2021-11-11
2
-5
/
+67
|
*
|
|
|
|
Check if an event is already set before waiting on it
Martin Ridgers
2021-11-11
1
-1
/
+12
|
*
|
|
|
|
Windows unreachable code compile fix
Martin Ridgers
2021-11-09
1
-2
/
+0
|
*
|
|
|
|
Implemented ProcessHandle::Wait() for Linux
Martin Ridgers
2021-11-09
1
-3
/
+32
|
*
|
|
|
|
ProcessHandle::Reset() for Linux
Martin Ridgers
2021-11-09
1
-0
/
+3
|
*
|
|
|
|
Implemented ProcessHandle::Terminate() for Linux
Martin Ridgers
2021-11-09
1
-3
/
+15
|
*
|
|
|
|
Implemented ProcessHandle::IsRunning() for Linux
Martin Ridgers
2021-11-09
1
-1
/
+12
|
*
|
|
|
|
Implemented ProcessHandle::Initialize(Pid) for Linux
Martin Ridgers
2021-11-09
1
-1
/
+10
|
*
|
|
|
|
Moved "using namespace" statement into the scope it applies to
Martin Ridgers
2021-11-09
1
-1
/
+1
|
*
|
|
|
|
Only implement ProcessHandle::Initialize(void*) on Windows
Martin Ridgers
2021-11-09
1
-4
/
+2
|
*
|
|
|
|
Moved the use of INVALID_HANDLE_VALUE out of ProcessHandle::Reset()
Martin Ridgers
2021-11-09
1
-1
/
+7
|
*
|
|
|
|
Merged main
Martin Ridgers
2021-11-09
4
-9
/
+9
|
|
\
\
\
\
\
|
*
|
|
|
|
|
There is no "StringBuilderImpl<C>::operator << (const C*)".
Martin Ridgers
2021-11-03
1
-1
/
+1
|
*
|
|
|
|
|
Event for POSIX using std:: primitives
Martin Ridgers
2021-11-02
1
-5
/
+64
[prev]
[next]