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
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-18
Switched sync.{cpp,h} to std threading primitives.
Thomas Snider
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-15
Merge #10286: Call wallet notify callbacks in scheduler thread (without cs_main)
Wladimir J. van der Laan
2017-11-06
Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std fr...
Matt Corallo
2017-10-13
Add ability to assert a lock is not held in DEBUG_LOCKORDER
Matt Corallo
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #9964: Add const to methods that do not modify the object for which it ...
MarcoFalke
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-25
Add const to methods that do not modify the object for which it is called
practicalswift
2017-06-09
Remove unused Boost includes
practicalswift
2017-03-17
Remove unused code
practicalswift
2017-01-05
Break addnode out from the outbound connection limits.
Gregory Maxwell
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
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