Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-24 | Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable | Jeff Garzik | |
set once at init time. | |||
2013-02-23 | Merge pull request #2186 from Diapolo/misc_stuff | Wladimir J. van der Laan | |
small changes in init, main, checkpoints.h and bitcoin-qt.pro | |||
2013-02-20 | small changes in init, main, checkpoints.h and bitcoin-qt.pro | Philip Kaufmann | |
- remove an unneeded MODAL flag, as MSG_ERROR sets MODAL - re-order an if-clause in main to have bool checks before a function call - fix some log messages that used wrong function names - make a log message use a correct ellipsis - remove some unneded spaces, brackets and line-breaks - fix style for adding files in the Qt project | |||
2013-02-16 | Transactions-based verification progress | Pieter Wuille | |
2012-05-18 | Update License in File Headers | Fordy | |
I originally created a pull to replace the "COPYING" in crypter.cpp and crypter.h, but it turned out that COPYING was actually the correct file. | |||
2012-04-17 | Remove headers.h | Pieter Wuille | |
2012-03-26 | Begin doxygen-compatible comments | Pieter Wuille | |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen | |
2011-12-01 | Orphan block fill-up-memory attack prevention | Gavin Andresen | |
2011-12-01 | Moved checkpoints out of main, to prep for using them to help prevent DoS ↵ | Gavin Andresen | |
attacks |