Age | Commit message (Expand) | Author |
2022-04-27 | style-only: Use std::clamp for check_ratio, rename | Carl Dong |
2022-04-27 | style-only: Use for instead of when loading Chainstate | Carl Dong |
2022-04-27 | init: Reset mempool and chainman via reconstruction | Carl Dong |
2022-04-26 | Merge bitcoin/bitcoin#21726: Improve Indices on pruned nodes via prune blockers | fanquake |
2022-04-26 | Merge bitcoin/bitcoin#24789: init, index: disallow indexes when running reind... | fanquake |
2022-04-25 | Index: Allow coinstatsindex with pruning enabled | Fabian Jahr |
2022-04-24 | init: disallow reindex-chainstate with optional indexes | Martin Zumsande |
2022-04-22 | Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager | fanquake |
2022-04-20 | [net] Move asmap into NetGroupManager | John Newbery |
2022-04-20 | Merge bitcoin/bitcoin#24909: refactor: Move and rename `pindexBestHeader`, `f... | MarcoFalke |
2022-04-19 | scripted-diff: Rename pindexBestHeader, fHavePruned | Carl Dong |
2022-04-19 | move-mostly: Make fHavePruned a BlockMan member | Carl Dong |
2022-04-19 | move-mostly: Make pindexBestHeader a ChainMan member | Carl Dong |
2022-04-19 | [init] Add netgroupman to node.context | John Newbery |
2022-04-12 | init: Prevent -noproxy and -proxy=0 settings from interacting with other sett... | Ryan Ofsky |
2022-04-06 | doc: Add note that -reindex will rebuild optional indexes | Martin Zumsande |
2022-04-06 | Merge bitcoin/bitcoin#24758: Disable the syscall sandbox for bitcoin-qt and r... | laanwj |
2022-04-05 | Merge bitcoin/bitcoin#24236: Remove utxo db upgrade code | laanwj |
2022-04-05 | init: Disable syscall sandbox in the bitcoin-qt process | MarcoFalke |
2022-03-26 | init: add missing cs_main lock | Anthony Towns |
2022-03-25 | Merge bitcoin/bitcoin#24663: doc, init: add links to doc/cjdns.md | MarcoFalke |
2022-03-24 | Merge bitcoin/bitcoin#24205: init, test: improve network reachability test co... | MarcoFalke |
2022-03-24 | doc, init: add links to doc/cjdns.md | Jon Atack |
2022-03-24 | init: disallow reindex-chainstate when pruning | Martin Zumsande |
2022-03-18 | Clarify in -maxtimeadjustment that only outbound peers influence time data | Jon Atack |
2022-03-10 | Remove utxo db upgrade code | MarcoFalke |
2022-03-07 | Merge bitcoin/bitcoin#24468: init, doc: improve -onlynet help and related tor... | laanwj |
2022-03-07 | Merge bitcoin/bitcoin#24306: util: Make ArgsManager::GetPathArg more widely u... | MarcoFalke |
2022-03-03 | init, doc: improve -onlynet help and tor/i2p documentation | Jon Atack |
2022-03-02 | net: only assume all local addresses if listening on any | Vasil Dimov |
2022-03-02 | net: fix GetListenPort() to derive the proper port | Vasil Dimov |
2022-03-02 | Use GetPathArg where possible | Pavol Rusnak |
2022-03-02 | Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o... | laanwj |
2022-03-01 | net, init: assert each network reachability is true by default | Jon Atack |
2022-03-01 | Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn... | laanwj |
2022-02-22 | refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp | fanquake |
2022-02-21 | Merge bitcoin/bitcoin#24072: doc: fix wording of alertnotify to match behaviour | MarcoFalke |
2022-02-11 | net: open p2p connections to nodes that listen on non-default ports | Vasil Dimov |
2022-02-09 | Use ArgsManager::GetPathArg() for "-datadir" option | Hennadii Stepanov |
2022-02-04 | Merge bitcoin/bitcoin#24250: Update translations for 0.23 string freeze | laanwj |
2022-02-03 | init: Remove confusing '(possible integer overflow?)' from error message | laanwj |
2022-02-03 | refactor: replace boost::filesystem with std::filesystem | Kiminuo |
2022-01-28 | doc: fix wording of alertnotify | willcl-ark |
2022-01-06 | Add src/node/* code to node:: namespace | Russell Yanofsky |
2022-01-06 | Merge bitcoin/bitcoin#23855: refactor: Post-"Chainstate loading sequence coal... | MarcoFalke |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-12-23 | init: Use clang-tidy named args syntax | Carl Dong |
2021-12-23 | style-only: Rename *Chainstate return values | Carl Dong |
2021-12-07 | Remove all #include // for * comments | Carl Dong |
2021-12-07 | node/chainstate: Add options for in-memory DBs | Carl Dong |