index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sync.cpp
Age
Commit message (
Expand
)
Author
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-04-10
Clean up lockorder data of destroyed mutexes
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-08-07
Revert "Revert "Assert on probable deadlocks if the second lock isnt try_lock""
Cory Fields
2015-08-06
Revert "Assert on probable deadlocks if the second lock isnt try_lock"
Wladimir J. van der Laan
2015-07-22
Assert on probable deadlocks if the second lock isnt try_lock
Matt Corallo
2015-04-24
Remove broken+useless lock/unlock log prints
Matt Corallo
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-28
Fix build with DEBUG_LOCKORDER
Wladimir J. van der Laan
2014-02-18
Wallet locking fixes for -DDEBUG_LOCKORDER
Gavin Andresen
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-12-19
Use mutex pointer instead of name for AssertLockHeld
Wladimir J. van der Laan
2013-11-29
mutex debugging routines: LocksHeld() and AssertLockHeld()
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Make -DDEBUGLOCKORDER + -debug less noisy
Gavin Andresen
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2012-09-18
Trim trailing whitespace for src/*.{h,cpp}
Jeff Garzik
2012-06-29
Fix a few typos
fanquake
2012-06-05
Fix DEBUG_LOCKCONTENTION
Matt Corallo
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-18
Use boost::thread locking instead of interprocess
Pieter Wuille
2012-05-18
Update License in File Headers
Fordy
2012-05-11
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille