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
/
thread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Added a zen::CreateProc() function for spawning child processes
Martin Ridgers
2021-11-16
1
-0
/
+119
|
*
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
1
-11
/
+0
|
*
NamedEvent is no longer an Event-type object.
Martin Ridgers
2021-11-11
1
-2
/
+39
|
*
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
|
*
Event for POSIX using std:: primitives
Martin Ridgers
2021-11-02
1
-5
/
+64
|
*
More granular if-defs around platform-specific classes
Martin Ridgers
2021-11-02
1
-2
/
+12
|
*
Cast to int() on the off chance that pid_t isn't one
Martin Ridgers
2021-10-25
1
-1
/
+1
|
*
Added a zen::GetCurrentThreadId()
Martin Ridgers
2021-10-25
1
-0
/
+10
|
*
pthread implementation for naming a thread
Martin Ridgers
2021-10-25
1
-0
/
+3
|
*
Merged main
Martin Ridgers
2021-10-16
1
-1
/
+4
|
|
\
|
|
/
|
/
|
|
*
Merged main
Martin Ridgers
2021-10-15
1
-0
/
+55
|
|
\
|
*
|
Added some tests for pid-related functions
Martin Ridgers
2021-10-11
1
-0
/
+12
|
*
|
Implemented IsProcessRunning() for Linux
Martin Ridgers
2021-09-29
1
-1
/
+3
*
|
|
zencore: Enabled MSC warning 4668 to get warnings when preprocessor macros ar...
Stefan Boberg
2021-10-15
1
-1
/
+4
|
|
/
|
/
|
*
|
asio HTTP implementation (#23)
Stefan Boberg
2021-10-14
1
-0
/
+55
|
/
*
Merged latest from main
Stefan Boberg
2021-09-27
1
-3
/
+3
|
\
*
|
Compile out ProcessMonitor's methods on non-Windows for now
Martin Ridgers
2021-09-22
1
-0
/
+4
*
|
Compile out ProcessHandle's methods on non-Windows for now
Martin Ridgers
2021-09-22
1
-0
/
+4
*
|
Compile out Event methods on non-Windows platforms for now
Martin Ridgers
2021-09-22
1
-0
/
+4
*
|
Merged main into linux-mac
Martin Ridgers
2021-09-21
1
-19
/
+93
|
\
|
|
*
Changed so Windows also uses the portable std::mutex implementation and rewor...
Stefan Boberg
2021-09-19
1
-16
/
+0
|
*
IsProcessRunning now throws if it fails the function fails to get a handle to...
Stefan Boberg
2021-09-17
1
-2
/
+18
|
*
Removed WindowsException from public headers
Stefan Boberg
2021-09-17
1
-1
/
+2
|
*
clang-format
Stefan Boberg
2021-09-16
1
-2
/
+2
|
*
Added ProcessMonitor class, which is used to monitor a number of sponsor proc...
Stefan Boberg
2021-09-16
1
-0
/
+75
*
|
Added some lawns to aid orientation within the file
Martin Ridgers
2021-09-16
1
-0
/
+8
|
/
*
zen::Sleep() for Linux
Martin Ridgers
2021-09-15
1
-0
/
+4
*
GetCurrentProcess() for non-Windows
Martin Ridgers
2021-09-15
1
-0
/
+6
*
Implemented RwLock on non-Windows platforms using std::shared_mutex
Martin Ridgers
2021-09-15
1
-1
/
+20
*
Removed unused 'thread' include
Martin Ridgers
2021-09-15
1
-1
/
+0
*
Added ProcessHandle::Reset and added some diagnostics for ProcessHandle::Init...
Stefan Boberg
2021-08-09
1
-6
/
+21
*
Added SYNCHRONIZE to ProcessHandle::Initialize
Stefan Boberg
2021-08-09
1
-1
/
+1
*
Added IsProcessRunning()/GetCurrentProcessId() helpers
Stefan Boberg
2021-08-09
1
-0
/
+21
*
zen::Process -> zen::ProcessHandle
Stefan Boberg
2021-08-06
1
-8
/
+8
*
Added basic NamedMutex implementation
Stefan Boberg
2021-08-05
1
-0
/
+45
*
Cleaned up exception handling
Stefan Boberg
2021-05-21
1
-1
/
+3
*
Adding zenservice code
Stefan Boberg
2021-05-11
1
-0
/
+192
[prev]