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
*
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
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+1
*
getblocktemplate: longpolling support
Luke Dashjr
2014-07-11
1
-0
/
+3
*
Use mutex pointer instead of name for AssertLockHeld
Wladimir J. van der Laan
2013-12-19
1
-2
/
+3
*
mutex debugging routines: LocksHeld() and AssertLockHeld()
Gavin Andresen
2013-11-29
1
-0
/
+3
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-3
/
+5
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
Added comments to sync.h to make it easier to understand the macros
Eric Lombrozo
2013-06-25
1
-0
/
+42
*
Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2
Gavin Andresen
2012-12-12
1
-2
/
+23
|
\
|
*
o Added AnnotatedMixin which adds locking annotations to the mutex
Alexander Kjeldaas
2012-11-11
1
-2
/
+23
*
|
Simplify CMutexLock
Alexander Kjeldaas
2012-11-14
1
-30
/
+10
|
/
*
Update comment, we're no longer using boost::interprocess::scoped_lock
Wladimir J. van der Laan
2012-09-25
1
-1
/
+1
*
Fix DEBUG_LOCKCONTENTION
Matt Corallo
2012-06-05
1
-2
/
+5
*
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
1
-1
/
+1
|
\
|
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
|
Use boost::thread locking instead of interprocess
Pieter Wuille
2012-05-18
1
-42
/
+35
|
/
*
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-05-11
1
-0
/
+216