aboutsummaryrefslogtreecommitdiff
path: root/src/sync.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Assert on probable deadlocks if the second lock isnt try_lock""Cory Fields2015-08-071-10/+39
* Revert "Assert on probable deadlocks if the second lock isnt try_lock"Wladimir J. van der Laan2015-08-061-39/+10
* Assert on probable deadlocks if the second lock isnt try_lockMatt Corallo2015-07-221-10/+39
* Remove broken+useless lock/unlock log printsMatt Corallo2015-04-241-5/+0
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-24/+24
* header include cleanupPhilip Kaufmann2014-09-141-1/+2
* Fix build with DEBUG_LOCKORDERWladimir J. van der Laan2014-08-281-0/+3
* Wallet locking fixes for -DDEBUG_LOCKORDERGavin Andresen2014-02-181-2/+3
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-5/+5
* Use mutex pointer instead of name for AssertLockHeldWladimir J. van der Laan2013-12-191-3/+3
* mutex debugging routines: LocksHeld() and AssertLockHeld()Gavin Andresen2013-11-291-0/+18
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+1
* Make -DDEBUGLOCKORDER + -debug less noisyGavin Andresen2013-10-201-2/+2
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-13/+13
* Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik2012-09-181-1/+1
* Fix a few typosfanquake2012-06-291-1/+1
* Fix DEBUG_LOCKCONTENTIONMatt Corallo2012-06-051-0/+8
* Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\
| * Update License in File HeadersFordy2012-05-181-1/+1
* | Use boost::thread locking instead of interprocessPieter Wuille2012-05-181-17/+18
|/
* Split synchronization mechanisms from util.{h,cpp}Pieter Wuille2012-05-111-0/+119