aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Checkpoint block 168,000Gavin Andresen2012-02-271-0/+1
|
* Update copyrights to 2012 for files modified this yearLuke Dashjr2012-02-071-1/+1
|
* Code tidyups, fixing various warnings.Luke Dashjr2012-01-161-1/+0
| | | | | | | | | | | | | | | | | | Partial cherry pick of: Compile with extra warnings turned on. And more makefile/code tidying up. This turns on most gcc warnings, and removes some unused variables and other code that triggers warnings. Exceptions are: -Wno-sign-compare : triggered by lots of comparisons of signed integer to foo.size(), which is unsigned. -Wno-char-subscripts : triggered by the convert-to-hex functions (I may fix this in a future commit). Conflicts: src/makefile.osx src/makefile.unix src/netbase.cpp src/rpc.cpp
* Orphan block fill-up-memory attack preventionGavin Andresen2011-12-011-5/+27
|
* Moved checkpoints out of main, to prep for using them to help prevent DoS ↵Gavin Andresen2011-12-011-0/+43
attacks