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.h
Age
Commit message (
Expand
)
Author
2016-08-06
Do not shadow LOCK's criticalblock variable for LOCK inside LOCK
Pavel JanÃk
2016-04-10
Clean up lockorder data of destroyed mutexes
Pieter Wuille
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-06-16
locking: teach Clang's -Wthread-safety to cope with our scoped lock macros
Cory Fields
2015-04-20
[Trivial] format sync.h
Philip Kaufmann
2015-01-28
Removed main.h dependency from rpcserver.cpp
Eric Lombrozo
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-08-28
add missing header end comments
Philip Kaufmann
2014-07-11
getblocktemplate: longpolling support
Luke Dashjr
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
Bump Year Number to 2013
super3
2013-06-25
Added comments to sync.h to make it easier to understand the macros
Eric Lombrozo
2012-12-12
Merge pull request #2003 from alexanderkjeldaas/documented-locking-part-2
Gavin Andresen
2012-11-14
Simplify CMutexLock
Alexander Kjeldaas
2012-11-11
o Added AnnotatedMixin which adds locking annotations to the mutex
Alexander Kjeldaas
2012-09-25
Update comment, we're no longer using boost::interprocess::scoped_lock
Wladimir J. van der Laan
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