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 (
Collapse
)
Author
Age
Files
Lines
*
clang-format
Dan Engelbrecht
2022-03-21
1
-3
/
+3
|
*
clang-format fixes
Stefan Boberg
2022-03-08
1
-4
/
+4
|
*
Use sigaction() instead of the deprecated sigignore()
Martin Ridgers
2022-02-22
1
-1
/
+4
|
*
If open(O_CREAT) is used then a file mode must be given
Martin Ridgers
2022-02-21
1
-2
/
+2
|
*
Explicitly set access permissions so we're not affected by process' umask
Martin Ridgers
2022-02-21
1
-3
/
+6
|
*
Marked a few file descriptors to be closed on execute (POSIX)
Martin Ridgers
2022-02-21
1
-2
/
+2
|
*
Write access for all users to named event files on POSIX
Martin Ridgers
2022-02-14
1
-1
/
+1
|
*
Allow all users to access the backing file for named mutexs
Martin Ridgers
2022-02-14
1
-2
/
+2
|
*
Do not zombify child processes to more closely match Windows
Martin Ridgers
2022-02-11
1
-0
/
+15
|
*
clang-format
Stefan Boberg
2022-02-02
1
-3
/
+3
|
*
Format fix.
Per Larsson
2022-01-22
1
-16
/
+15
|
*
Be explicit about what platforms a block implements for grepability
Martin Ridgers
2022-01-13
1
-3
/
+3
|
*
Use SysV semaphores to implement NamedEvent on Linux
Martin Ridgers
2022-01-13
1
-100
/
+7
|
*
Converted use of _format UDL to fmt::format
Martin Ridgers
2022-01-10
1
-6
/
+3
|
*
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 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
|
*
Implemented IsProcessRunning() on a Macintosh
Martin Ridgers
2022-01-05
1
-1
/
+4
|
*
GetThreadId() for Mac
Martin Ridgers
2021-12-16
1
-1
/
+3
|
*
Thread naming for Mac
Martin Ridgers
2021-12-16
1
-0
/
+4
|
*
Merged main.
Per Larsson
2021-12-14
1
-39
/
+764
|
\
|
*
Fixed "unused function with static linkage" warning
Martin Ridgers
2021-12-13
1
-0
/
+2
|
|
|
*
Fixed unused return value warnings from POSIX/Linux headers
Martin Ridgers
2021-12-08
1
-1
/
+2
|
|
|
*
Process active condition was back to front
Martin Ridgers
2021-11-29
1
-1
/
+1
|
|
|
*
Added a simple NamedMutex test
Martin Ridgers
2021-11-29
1
-0
/
+15
|
|
|
*
Renamed the "ipc" test to "NamedEvent"
Martin Ridgers
2021-11-29
1
-1
/
+1
|
|
|
*
Implemented NamedMutex for Linux
Martin Ridgers
2021-11-29
1
-6
/
+39
|
|
|
*
Child processes don't fully terminate until the parent waits on them
Martin Ridgers
2021-11-26
1
-4
/
+8
|
|
|
*
ProcessHandle::Wait() wasn't waiting indefinitely with a <0 timeout
Martin Ridgers
2021-11-26
1
-1
/
+1
|
|
|
*
Clear out orphaned queues so they're initially unset
Martin Ridgers
2021-11-26
1
-2
/
+8
|
|
|
*
It reads better to check if something empty than the opposite
Martin Ridgers
2021-11-25
1
-5
/
+5
|
|
|
*
Deleted an unnecessary call to check if a messsge is populated
Martin Ridgers
2021-11-25
1
-2
/
+0
|
|
|
*
We no longer need to tag events with the process id
Martin Ridgers
2021-11-25
1
-3
/
+1
|
|
|
*
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
|
|
|
*
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
|
|
|
*
Stubbed out NamedMutex
Martin Ridgers
2021-11-16
1
-4
/
+16
|
|
|
*
Implemented ProcessMonitor for POSIX platforms
Martin Ridgers
2021-11-16
1
-13
/
+27
|
|
|
*
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
|
|
[next]