Age | Commit message (Expand) | Author |
2021-04-27 | refactor: Move pruning/reindex/importing globals to blockstorage | MarcoFalke |
2021-04-27 | Merge bitcoin/bitcoin#21009: Remove RewindBlockIndex logic | W. J. van der Laan |
2021-04-27 | Merge bitcoin/bitcoin#21746: refactor: init: mark fReset const | MarcoFalke |
2021-04-25 | Merge bitcoin/bitcoin#21563: net: Restrict period when cs_vNodes mutex is locked | MarcoFalke |
2021-04-23 | Merge bitcoin/bitcoin#21732: MOVEONLY: Move common init code to init/common | MarcoFalke |
2021-04-22 | net: Restrict period when cs_vNodes mutex is locked | Hennadii Stepanov |
2021-04-21 | refactor: init: mark fReset const | James O'Beirne |
2021-04-21 | [validation] RewindBlockIndex no longer needed | Dhruv Mehta |
2021-04-19 | Move common package version code to init/common | Russell Yanofsky |
2021-04-19 | Move common logging start code to init/common | Russell Yanofsky |
2021-04-19 | Move common logging GetArgs code to init/common | Russell Yanofsky |
2021-04-19 | Move common logging AddArg code to init/common | Russell Yanofsky |
2021-04-19 | Move common sanity check code to init/common | Russell Yanofsky |
2021-04-19 | Move common global init code to init/common | Russell Yanofsky |
2021-04-18 | Change GetBlocksDir() to ArgsManager.GetBlocksDirPath(). | Kiminuo |
2021-04-13 | Merge #21575: refactor: Create blockstorage module | fanquake |
2021-04-07 | Drop JSONRPCRequest constructors after #21366 | Russell Yanofsky |
2021-04-04 | move-only: Move ThreadImport to blockstorage | MarcoFalke |
2021-04-02 | refactor: Move load block thread into ChainstateManager | MarcoFalke |
2021-03-31 | Merge #21366: refactor: replace util::Ref with std::any (C++17) | W. J. van der Laan |
2021-03-30 | Merge #20228: addrman: Make addrman a top-level component | MarcoFalke |
2021-03-29 | refactor: replace util::Ref by std::any (C++17) | Sebastian Falbesoner |
2021-03-24 | remove unnecessary newline from initWarning() argument | Larry Ruane |
2021-03-20 | [net_processing] Keep addrman reference in PeerManager | John Newbery |
2021-03-20 | [net] Construct addrman outside connman | John Newbery |
2021-03-16 | Merge #21447: Always add -daemonwait to known command line arguments | Wladimir J. van der Laan |
2021-03-16 | Merge #21405: compat: remove memcpy -> memmove backwards compatibility alias | Wladimir J. van der Laan |
2021-03-16 | Always add -daemonwait to known command line arguments | Hennadii Stepanov |
2021-03-12 | Merge #21404: refactor: Remove MakeUnique<T>() | MarcoFalke |
2021-03-11 | Merge #21007: bitcoind: Add -daemonwait option to wait for initialization | Wladimir J. van der Laan |
2021-03-11 | scripted-diff: remove MakeUnique<T>() | fanquake |
2021-03-10 | compat: remove memcpy -> memmove backwards compatibility alias | fanquake |
2021-03-04 | bitcoind: Add -daemonwait option to wait for initialization | Wladimir J. van der Laan |
2021-03-04 | Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun... | Wladimir J. van der Laan |
2021-03-04 | Merge #21148: Split orphan handling from net_processing into txorphanage | Wladimir J. van der Laan |
2021-03-01 | validation: Pass in chainstate to CVerifyDB::VerifyDB | Carl Dong |
2021-03-01 | net: recognize I2P from ParseNetwork() so that -onlynet=i2p works | Vasil Dimov |
2021-03-01 | init: introduce I2P connectivity options | Vasil Dimov |
2021-02-26 | move-only: Add txorphanage module | Anthony Towns |
2021-02-22 | validation: Remove global ::LoadGenesisBlock | Carl Dong |
2021-02-18 | Merge #19809: log: Prefix log messages with function name and source code loc... | Wladimir J. van der Laan |
2021-02-18 | Merge #15946: Allow maintaining the blockfilterindex when using prune | Jonas Schnelli |
2021-02-17 | time: add runtime sanity check | Cory Fields |
2021-02-16 | Add debug startup parameter -fastprune for more effective pruning tests | Jonas Schnelli |
2021-02-15 | Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto... | MarcoFalke |
2021-02-11 | [p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad... | Dhruv Mehta |
2021-02-11 | Allow blockfilter in conjunction with prune | Jonas Schnelli |
2021-02-05 | Merge #21077: doc: clarify -timeout and -peertimeout config options | MarcoFalke |
2021-02-04 | [doc] clarify -peertimeout and -timeout descriptions | gzhao408 |
2021-02-03 | Merge #21060: doc: More precise -debug and -debugexclude doc | fanquake |