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
2019-03-27
refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight
Antoine Riard
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-01
Merge #11337: Fix code constness in CBlockIndex::GetAncestor() overloads
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-09
fix typo in comment of chain.cpp
Johannes Kanig
2017-09-15
Fix code constness in CBlockIndex::GetAncestor() overloads
Dan Raviv
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-06-26
[MOVEONLY] Move LastCommonAncestor to chain
Pieter Wuille
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
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