index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
checkpoints.h
Age
Commit message (
Expand
)
Author
2014-11-21
Convert remaining comments in /src to doxygen format
Michael Ford
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
2014-06-26
ensure clean and consistent "namespace" usage
Philip Kaufmann
2014-04-02
[Qt] rescan progress
Cozz Lovan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-05-24
Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable
Jeff Garzik
2013-02-23
Merge pull request #2186 from Diapolo/misc_stuff
Wladimir J. van der Laan
2013-02-20
small changes in init, main, checkpoints.h and bitcoin-qt.pro
Philip Kaufmann
2013-02-16
Transactions-based verification progress
Pieter Wuille
2012-05-18
Update License in File Headers
Fordy
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 att...
Gavin Andresen