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.h
Age
Commit message (
Expand
)
Author
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
Merge #10956: Fix typos
MarcoFalke
2017-08-08
Fix typos.
practicalswift
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-03-06
Merge #9908: Define 7200 second timestamp window constant
Wladimir J. van der Laan
2017-03-03
Define 7200 second timestamp window constant
Russell Yanofsky
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
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-12-05
Do not shadow variables (gcc set)
Pavel Janík
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-10-19
Add importmulti rpc call
Pedro Branco
2016-10-18
Merge #6996: Add preciousblock RPC
Wladimir J. van der Laan
2016-08-26
Add preciousblock RPC
Pieter Wuille
2016-08-22
[doc] Fix typos in comments, doxygen: Fix comment syntax
MarcoFalke
2016-06-22
Add rewind logic to deal with post-fork software updates
Pieter Wuille
2016-05-06
Merge #7815: Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-04-28
chain: define enum used as bit field as uint32_t
Wladimir J. van der Laan
2016-04-15
Break circular dependency main ↔ txdb
Wladimir J. van der Laan
2016-03-15
BIP9 Implementation
Pieter Wuille
2016-02-02
Merge #7311: MOVEONLY: Move non-consensus functions out of pow
Wladimir J. van der Laan
2016-01-12
MOVEONLY: non-consensus: from pow to chain:
Jorge Timón
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-05-02
Non-grammatical language improvements
Luke Dashjr
2015-02-05
Add more information to errors in ReadBlockFromDisk
Wladimir J. van der Laan
2015-01-05
Use arith_uint256 where necessary
Wladimir J. van der Laan
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Fix small typos in comments and error messages
Pavel Janík
2014-12-11
Make IsSuperMajority a standalone function
Pieter Wuille
2014-12-11
Merge pull request #5367
Wladimir J. van der Laan
2014-12-03
MOVEONLY: core/ -> primitives/
Luke Dashjr
2014-11-25
Do all block index writes in a batch
Pieter Wuille
2014-11-21
Merge pull request #5170
Wladimir J. van der Laan
2014-11-03
Fix all header defines
Pavel Janík
2014-10-30
Merge pull request #5142
Wladimir J. van der Laan
2014-10-29
CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBloc...
jtimon
2014-10-27
MOVEONLY: core.o -> core/block.o
jtimon
2014-10-25
Update comments in chain to be doxygen compatible
Michael Ford
2014-10-22
Merge pull request #4981
Wladimir J. van der Laan
2014-10-20
Chain::SetTip return type to void
21E14
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-14
Headers-first synchronization
Pieter Wuille
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