aboutsummaryrefslogtreecommitdiff
path: root/src/checkqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Remove trailing whitespacesJoão Barbosa2018-07-241-2/+2
* [Refactor] Remove unused fQuit var from checkqueue.hdonaloconnor2018-01-071-5/+2
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-1/+1
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-5/+5
* scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille2017-06-131-2/+2
|\
| * scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-2/+2
* | Remove unused Boost includespracticalswift2017-06-091-1/+0
|/
* Missing includesJorge Timón2017-04-131-0/+2
* Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constr...Jeremy Rubin2017-01-201-10/+12
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Bugfix: Grammar fixesCorinne Dashjr2015-05-011-3/+3
* Merge pull request #5721Wladimir J. van der Laan2015-02-061-4/+8
|\
| * Acquire CCheckQueue's lock to avoid race conditionSuhas Daftuar2015-02-031-4/+8
* | Changed pronouns for correctness and inclusivitybikinibabe2015-01-311-1/+1
|/
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-23/+27
* Fix all header definesPavel Janík2014-11-031-3/+3
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-23/+36
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+6
* Refactor: CTxMempool class to its own txmempool.{cpp,h}Gavin Andresen2013-11-041-0/+1
* Port Thread* methods to boost::thread_groupGavin Andresen2013-04-031-18/+0
* Improve block database load error reportingPieter Wuille2013-02-171-0/+4
* Parallelize script verificationPieter Wuille2013-01-081-0/+206