aboutsummaryrefslogtreecommitdiff
path: root/src/checkqueue.h
Commit message (Expand)AuthorAgeFilesLines
* 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