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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused LockAssertion struct
Hennadii Stepanov
2020-09-19
1
-14
/
+0
*
sync.h: Make runtime lock checks require compile-time lock checks
Anthony Towns
2020-08-29
1
-4
/
+6
*
Do not hide compile-time thread safety warnings
Hennadii Stepanov
2020-08-29
1
-2
/
+2
*
test: Add LockStackEmpty()
Hennadii Stepanov
2020-08-02
1
-6
/
+8
*
Add means to handle negative capabilities in thread safety annotations
Hennadii Stepanov
2020-06-11
1
-0
/
+6
*
Use template function instead of void* parameter
Hennadii Stepanov
2020-05-28
1
-2
/
+4
*
refactor: Add interfaces::FoundBlock class to selectively return block data
Russell Yanofsky
2020-03-31
1
-1
/
+1
*
Fix missing header in sync.h
João Barbosa
2020-03-15
1
-2
/
+2
*
sync.h: add REVERSE_LOCK
Anthony Towns
2020-03-06
1
-0
/
+39
*
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
/
+0
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
refactor: consolidate PASTE macros
James O'Beirne
2019-09-25
1
-3
/
+1
*
scripted-diff: Rename LockAnnotation to LockAssertion
practicalswift
2019-05-17
1
-3
/
+3
*
Make sure the compile-time locking promises given via LockAnnotation:s hold a...
practicalswift
2019-05-17
1
-0
/
+3
*
Move LockAnnotation from threadsafety.h (imported code) to sync.h (our code)
practicalswift
2019-05-17
1
-0
/
+11
*
Add WITH_LOCK macro: run code while locking a mutex
Antoine Riard
2019-04-20
1
-0
/
+10
*
sync: Add RecursiveMutex type alias
MarcoFalke
2018-12-14
1
-1
/
+2
*
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-31
1
-9
/
+6
*
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-31
1
-48
/
+57
|
\
|
*
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-08-03
1
-3
/
+0
|
*
Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Russell Yanofsky
2018-08-03
1
-28
/
+33
|
*
MOVEONLY Move AnnotatedMixin declaration
Russell Yanofsky
2018-08-03
1
-24
/
+24
|
*
Add unit test for DEBUG_LOCKORDER code
Russell Yanofsky
2018-08-03
1
-0
/
+7
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
/
*
Annotate AssertLockHeld() with ASSERT_CAPABILITY() for thread safety analysis
Jesse Cohen
2018-07-25
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Switched sync.{cpp,h} to std threading primitives.
Thomas Snider
2017-11-18
1
-10
/
+6
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-1
/
+1
*
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-15
1
-0
/
+3
|
\
|
*
Add ability to assert a lock is not held in DEBUG_LOCKORDER
Matt Corallo
2017-10-13
1
-0
/
+3
*
|
Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...
Matt Corallo
2017-11-06
1
-22
/
+24
|
/
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-2
/
+2
*
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-16
1
-1
/
+1
|
\
|
*
Add const to methods that do not modify the object for which it is called
practicalswift
2017-07-25
1
-1
/
+1
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
|
/
*
Remove unused Boost includes
practicalswift
2017-06-09
1
-1
/
+0
*
Remove unused code
practicalswift
2017-03-17
1
-1
/
+0
*
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-05
1
-1
/
+0
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Do not shadow LOCK's criticalblock variable for LOCK inside LOCK
Pavel Janík
2016-08-06
1
-1
/
+4
*
Clean up lockorder data of destroyed mutexes
Pieter Wuille
2016-04-10
1
-12
/
+21
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
typofixes (found by misspell_fixer)
Veres Lajos
2015-08-10
1
-1
/
+1
*
locking: teach Clang's -Wthread-safety to cope with our scoped lock macros
Cory Fields
2015-06-16
1
-4
/
+4
*
[Trivial] format sync.h
Philip Kaufmann
2015-04-20
1
-14
/
+9
*
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
2015-01-28
1
-0
/
+11
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-09-19
1
-30
/
+40
[next]