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
*
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
*
Clean up lockorder data of destroyed mutexes
Pieter Wuille
2016-04-10
1
-11
/
+44
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Revert "Revert "Assert on probable deadlocks if the second lock isnt try_lock""
Cory Fields
2015-08-07
1
-10
/
+39
*
Revert "Assert on probable deadlocks if the second lock isnt try_lock"
Wladimir J. van der Laan
2015-08-06
1
-39
/
+10
*
Assert on probable deadlocks if the second lock isnt try_lock
Matt Corallo
2015-07-22
1
-10
/
+39
*
Remove broken+useless lock/unlock log prints
Matt Corallo
2015-04-24
1
-5
/
+0
*
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
-24
/
+24
*
header include cleanup
Philip Kaufmann
2014-09-14
1
-1
/
+2
*
Fix build with DEBUG_LOCKORDER
Wladimir J. van der Laan
2014-08-28
1
-0
/
+3
*
Wallet locking fixes for -DDEBUG_LOCKORDER
Gavin Andresen
2014-02-18
1
-2
/
+3
*
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
1
-5
/
+5
*
Use mutex pointer instead of name for AssertLockHeld
Wladimir J. van der Laan
2013-12-19
1
-3
/
+3
*
mutex debugging routines: LocksHeld() and AssertLockHeld()
Gavin Andresen
2013-11-29
1
-0
/
+18
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-0
/
+1
*
Make -DDEBUGLOCKORDER + -debug less noisy
Gavin Andresen
2013-10-20
1
-2
/
+2
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-13
/
+13
*
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-09-18
1
-1
/
+1
*
Fix a few typos
fanquake
2012-06-29
1
-1
/
+1
*
Fix DEBUG_LOCKCONTENTION
Matt Corallo
2012-06-05
1
-0
/
+8
*
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
-17
/
+18
|
/
*
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-05-11
1
-0
/
+119