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
*
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