index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sync.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync.h: Make runtime lock checks require compile-time lock checks
Anthony Towns
2020-08-29
1
-1
/
+4
*
test: Add LockStackEmpty()
Hennadii Stepanov
2020-08-02
1
-0
/
+11
*
Preserve initial state if push_lock() throws exception
Hennadii Stepanov
2020-08-02
1
-3
/
+8
*
Improve "detected inconsistent lock order" error message
Hennadii Stepanov
2020-06-25
1
-2
/
+2
*
test: Improve "potential deadlock detected" exception message
Hennadii Stepanov
2020-06-22
1
-1
/
+5
*
Fix mistakenly swapped "previous" and "current" lock orders
Hennadii Stepanov
2020-06-22
1
-2
/
+2
*
Use template function instead of void* parameter
Hennadii Stepanov
2020-05-28
1
-1
/
+4
*
doc: Add and fix comments about never destroyed objects
Hennadii Stepanov
2020-05-22
1
-0
/
+2
*
Replace thread_local g_lockstack with a mutex-protected map
Hennadii Stepanov
2020-05-19
1
-14
/
+37
*
refactor: Refactor duplicated code into LockHeld()
Hennadii Stepanov
2020-05-19
1
-9
/
+13
*
refactor: Add LockPair type alias
Hennadii Stepanov
2020-05-19
1
-8
/
+10
*
refactor: Add LockStackItem type alias
Hennadii Stepanov
2020-05-19
1
-8
/
+11
*
Prevent UB in DeleteLock() function
Hennadii Stepanov
2020-05-19
1
-14
/
+5
*
util: Remove unused itostr
MarcoFalke
2020-03-27
1
-2
/
+2
*
sync.h: add REVERSE_LOCK
Anthony Towns
2020-03-06
1
-1
/
+18
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-15
1
-1
/
+1
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-28
1
-2
/
+2
*
Remove unused includes
practicalswift
2019-10-15
1
-2
/
+0
*
Replace remaining fprintf with tfm::format manually
MarcoFalke
2019-06-13
1
-1
/
+1
*
scripted-diff: Replace fprintf with tfm::format
MarcoFalke
2019-06-13
1
-3
/
+3
*
fix static_assert for macro HAVE_THREAD_LOCAL
orient
2019-05-07
1
-0
/
+4
*
threads: add thread names to deadlock debugging message
James O'Beirne
2019-04-29
1
-10
/
+19
*
Prevent mutex lock fail even if --enable-debug
Akio Nakamura
2019-01-25
1
-1
/
+7
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-31
1
-1
/
+7
|
\
|
*
Add unit test for DEBUG_LOCKORDER code
Russell Yanofsky
2018-08-03
1
-1
/
+7
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
qa: Initialize lockstack to prevent null pointer deref
MarcoFalke
2018-05-22
1
-11
/
+8
*
break circular dependency: random/sync -> util -> random/sync
Chun Kuan Lee
2018-05-17
1
-3
/
+5
*
[logging] Comment all continuing logs.
John Newbery
2018-04-07
1
-4
/
+4
*
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-05
1
-0
/
+1
|
\
|
*
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
2018-04-02
1
-0
/
+1
*
|
Fix typos
practicalswift
2018-01-28
1
-2
/
+2
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
threads: add a thread_local autoconf check
Cory Fields
2017-11-27
1
-0
/
+3
*
Switched sync.{cpp,h} to std threading primitives.
Thomas Snider
2017-11-18
1
-9
/
+8
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-3
/
+3
*
Add ability to assert a lock is not held in DEBUG_LOCKORDER
Matt Corallo
2017-10-13
1
-0
/
+10
*
Remove unused fTry from push_lock
João Barbosa
2017-09-30
1
-2
/
+2
*
Use nullptr instead of zero (0) as the null pointer constant
practicalswift
2017-08-16
1
-1
/
+1
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
1
-5
/
+5
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-5
/
+5
*
Remove unused code
practicalswift
2017-03-17
1
-2
/
+0
*
Further-enforce lockordering by enforcing directly after TRY_LOCKs
Matt Corallo
2017-02-07
1
-15
/
+13
*
Always enforce lock strict lock ordering (try or not)
Matt Corallo
2017-02-02
1
-25
/
+1
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
[next]