Age | Commit message (Expand) | Author |
2022-01-31 | Merge bitcoin/bitcoin#24146: Avoid integer sanitizer warnings in chain.o | MarcoFalke |
2022-01-25 | Guard CBlockIndex::nStatus/nFile/nDataPos/nUndoPos by cs_main | Jon Atack |
2022-01-25 | Require CBlockIndex::IsValid() to hold cs_main | Vasil Dimov |
2022-01-25 | Require CBlockIndex::RaiseValidity() to hold cs_main | Vasil Dimov |
2022-01-25 | Require CBlockIndex::IsAssumedValid() to hold cs_main | Vasil Dimov |
2022-01-25 | Require CBlockIndex::GetUndoPos() to hold mutex cs_main | Jon Atack |
2022-01-25 | Require CBlockIndex::GetBlockPos() to hold mutex cs_main | Jon Atack |
2022-01-25 | Avoid integer sanitizer warnings in chain.o | MarcoFalke |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-14 | style: Use 4 spaces for indendation, not 5 | MarcoFalke |
2021-12-14 | Disallow copies of CChain | MarcoFalke |
2021-10-20 | Merge bitcoin/bitcoin#13875: [doc] nChainTx needs to become a 64-bit earlier ... | W. J. van der Laan |
2021-09-15 | chain: add BLOCK_ASSUMED_VALID for use with assumeutxo | James O'Beirne |
2021-06-03 | doc: Various validation doc fixups | MarcoFalke |
2021-02-17 | doc: nChainTx needs to become a 64-bit earlier due to SegWit | Sjors Provoost |
2021-02-12 | simplify ChainstateManager::SnapshotBlockhash() return semantics | James O'Beirne |
2020-08-27 | chain: Remove UB CChain comparison | Carl Dong |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-02-10 | Get rid of VARINT default argument | Pieter Wuille |
2020-01-13 | Convert chain to new serialization | Pieter Wuille |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-16 | chain: Set all CBlockIndex members to null, remove SetNull helper | MarcoFalke |
2019-08-05 | [doc] chain: Declare BLOCK_VALID_HEADER reserved | MarcoFalke |
2019-03-27 | refactor: combine Chain::findFirstBlockWithTime/findFirstBlockWithTimeAndHeight | Antoine Riard |
2019-02-22 | scripted-diff: Rename CBlockDiskPos to FlatFilePos. | Jim Posen |
2019-02-22 | Move CDiskBlockPos from chain to flatfile. | Jim Posen |
2019-01-03 | Don't label transactions "Open" while catching up | Hennadii Stepanov |
2018-12-04 | validation: Add and use HaveTxsDownloaded where appropriate | MarcoFalke |
2018-08-14 | [trivial] Fix typo in CDiskBlockPos struct's ToString | Jon Layton |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-14 | Break circular dependency: chain -> pow -> chain | Ben Woosley |
2018-03-15 | Add static_assert to prevent VARINT(<signed value>) | Russell Yanofsky |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-11 | Merge #10749: Use compile-time constants instead of unnamed enumerations (rem... | MarcoFalke |
2017-09-07 | Ensure that data types are consistent | jjz |
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-07-26 | Use compile-time constants instead of unnamed enumerations (remove "enum hack") | 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 |