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
/
chain.cpp
Age
Commit message (
Expand
)
Author
2017-01-27
Refactor: Remove using namespace <xxx> from src/*.cpp.
Karl-Johan Alm
2017-01-12
Replace FindLatestBefore used by importmuti with FindEarliestAtLeast.
Gregory Maxwell
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-10-19
Add importmulti rpc call
Pedro Branco
2016-04-27
chain: Add assertion in case of missing records in index db
Wladimir J. van der Laan
2016-01-12
MOVEONLY: non-consensus: from pow to chain:
Jorge Timón
2015-11-29
Allow block announcements with headers
Suhas Daftuar
2015-05-13
Reduce checkpoints' effect on consensus.
Pieter Wuille
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-11
Move remaining CBlockIndex methods to chain.cpp
Pieter Wuille
2014-10-25
Update comments in chain to be doxygen compatible
Michael Ford
2014-10-20
Chain::SetTip return type to void
21E14
2014-09-29
cleanup license and header end comment in chain.cpp/.h
Philip Kaufmann
2014-09-08
Move CBlockIndex, CChain and related code out of main
jtimon