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
/
checkqueue.h
Age
Commit message (
Expand
)
Author
2018-01-07
[Refactor] Remove unused fQuit var from checkqueue.h
donaloconnor
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-13
Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-04-13
Missing includes
Jorge Timón
2017-01-20
Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constr...
Jeremy Rubin
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-05-01
Bugfix: Grammar fixes
Corinne Dashjr
2015-02-06
Merge pull request #5721
Wladimir J. van der Laan
2015-02-03
Acquire CCheckQueue's lock to avoid race condition
Suhas Daftuar
2015-01-31
Changed pronouns for correctness and inclusivity
bikinibabe
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-21
Convert remaining comments in /src to doxygen format
Michael Ford
2014-11-03
Fix all header defines
Pavel Janík
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-08-28
add missing header end comments
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
Refactor: CTxMempool class to its own txmempool.{cpp,h}
Gavin Andresen
2013-04-03
Port Thread* methods to boost::thread_group
Gavin Andresen
2013-02-17
Improve block database load error reporting
Pieter Wuille
2013-01-08
Parallelize script verification
Pieter Wuille