Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-03 | Fix all header defines | Pavel Janík | |
2014-10-10 | Move checkpoint data selection to chainparams | jtimon | |
2014-09-19 | Apply clang-format on some infrequently-updated files | Pieter Wuille | |
2014-09-04 | checkpoints.cpp depends on main, it can use mapBlockIndex directly | Pieter Wuille | |
2014-08-28 | add missing header end comments | Philip Kaufmann | |
- ensures a consistent usage in header files - also add a blank line after the copyright header where missing - also remove orphan new-lines at the end of some files | |||
2014-06-26 | ensure clean and consistent "namespace" usage | Philip Kaufmann | |
- remove some missplaced ; - ensure end of a namespace is clearly visible - use same formatting when using namespace | |||
2014-04-02 | [Qt] rescan progress | Cozz Lovan | |
2013-11-10 | Cleanup code using forward declarations. | Brandon Dahler | |
Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files. | |||
2013-10-20 | Bump Year Number to 2013 | super3 | |
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 |