aboutsummaryrefslogtreecommitdiff
path: root/src/sync.cpp
AgeCommit message (Expand)Author
2015-04-24Remove broken+useless lock/unlock log printsMatt Corallo
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-09-19Apply clang-format on some infrequently-updated filesPieter Wuille
2014-09-14header include cleanupPhilip Kaufmann
2014-08-28Fix build with DEBUG_LOCKORDERWladimir J. van der Laan
2014-02-18Wallet locking fixes for -DDEBUG_LOCKORDERGavin Andresen
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2013-12-19Use mutex pointer instead of name for AssertLockHeldWladimir J. van der Laan
2013-11-29mutex debugging routines: LocksHeld() and AssertLockHeld()Gavin Andresen
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-20Make -DDEBUGLOCKORDER + -debug less noisyGavin Andresen
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2012-09-18Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik
2012-06-29Fix a few typosfanquake
2012-06-05Fix DEBUG_LOCKCONTENTIONMatt Corallo
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-18Use boost::thread locking instead of interprocessPieter Wuille
2012-05-18Update License in File HeadersFordy
2012-05-11Split synchronization mechanisms from util.{h,cpp}Pieter Wuille