Jeff Garzik
f0d8a52cc0
Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable
...
set once at init time.
12 years ago
Wladimir J. van der Laan
0bd573d666
Merge pull request #2186 from Diapolo/misc_stuff
...
small changes in init, main, checkpoints.h and bitcoin-qt.pro
12 years ago
Philip Kaufmann
69e0774714
small changes in init, main, checkpoints.h and bitcoin-qt.pro
...
- 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
12 years ago
Pieter Wuille
9f2467ad62
Transactions-based verification progress
12 years ago
Fordy
3a25a2b9b0
Update License in File Headers
...
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.
13 years ago
Pieter Wuille
ed6d0b5f85
Remove headers.h
13 years ago
Pieter Wuille
6b8de05d0a
Begin doxygen-compatible comments
13 years ago
Gavin Andresen
882164196e
Update all copyrights to 2012
13 years ago
Gavin Andresen
10fd7f6689
Orphan block fill-up-memory attack prevention
13 years ago
Gavin Andresen
eb5fff9e16
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
13 years ago