aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2021-03-31Merge #21366: refactor: replace util::Ref with std::any (C++17)W. J. van der Laan
2021-03-30Merge #20228: addrman: Make addrman a top-level componentMarcoFalke
2021-03-29refactor: replace util::Ref by std::any (C++17)Sebastian Falbesoner
2021-03-24remove unnecessary newline from initWarning() argumentLarry Ruane
2021-03-20[net_processing] Keep addrman reference in PeerManagerJohn Newbery
2021-03-20[net] Construct addrman outside connmanJohn Newbery
2021-03-16Merge #21447: Always add -daemonwait to known command line argumentsWladimir J. van der Laan
2021-03-16Merge #21405: compat: remove memcpy -> memmove backwards compatibility aliasWladimir J. van der Laan
2021-03-16Always add -daemonwait to known command line argumentsHennadii Stepanov
2021-03-12Merge #21404: refactor: Remove MakeUnique<T>()MarcoFalke
2021-03-11Merge #21007: bitcoind: Add -daemonwait option to wait for initializationWladimir J. van der Laan
2021-03-11scripted-diff: remove MakeUnique<T>()fanquake
2021-03-10compat: remove memcpy -> memmove backwards compatibility aliasfanquake
2021-03-04bitcoind: Add -daemonwait option to wait for initializationWladimir J. van der Laan
2021-03-04Merge #21055: [Bundle 3/n] Prune remaining g_chainman usage in validation fun...Wladimir J. van der Laan
2021-03-04Merge #21148: Split orphan handling from net_processing into txorphanageWladimir J. van der Laan
2021-03-01validation: Pass in chainstate to CVerifyDB::VerifyDBCarl Dong
2021-03-01net: recognize I2P from ParseNetwork() so that -onlynet=i2p worksVasil Dimov
2021-03-01init: introduce I2P connectivity optionsVasil Dimov
2021-02-26move-only: Add txorphanage moduleAnthony Towns
2021-02-22validation: Remove global ::LoadGenesisBlockCarl Dong
2021-02-18Merge #19809: log: Prefix log messages with function name and source code loc...Wladimir J. van der Laan
2021-02-18Merge #15946: Allow maintaining the blockfilterindex when using pruneJonas Schnelli
2021-02-17time: add runtime sanity checkCory Fields
2021-02-16Add debug startup parameter -fastprune for more effective pruning testsJonas Schnelli
2021-02-15Merge #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-11Allow blockfilter in conjunction with pruneJonas Schnelli
2021-02-05Merge #21077: doc: clarify -timeout and -peertimeout config optionsMarcoFalke
2021-02-04[doc] clarify -peertimeout and -timeout descriptionsgzhao408
2021-02-03Merge #21060: doc: More precise -debug and -debugexclude docfanquake
2021-02-02Merge #19509: Per-Peer Message CaptureMarcoFalke
2021-02-02init: use GetNetworkNames() in -onlynet helpJon Atack
2021-02-01doc: More precise -debug and -debugexclude docwodry
2021-02-01Merge #21016: refactor: remove boost::thread_group usageWladimir J. van der Laan
2021-02-01Merge #20749: [Bundle 1/n] Prune g_chainman usage related to ::LookupBlockIndexWladimir J. van der Laan
2021-01-29refactor: remove boost::thread_group usagefanquake
2021-01-28validation: Move LoadExternalBlockFile to CChainStateCarl Dong
2021-01-28scripted-diff: Use BlockManager::LookupBlockIndexCarl Dong
2021-01-25doc: update -onlynet help in src/init.cppJon Atack
2021-01-25Merge #18710: Add local thread pool to CCheckQueueWladimir J. van der Laan
2021-01-23Call CaptureMessage at appropriate locationsTroy Giorshev
2021-01-23Add CaptureMessageTroy Giorshev
2021-01-15log: Prefix log messages with function name if -logsourcelocations is setpracticalswift
2021-01-09net_processing: split PeerManager into interface and implementation classesAnthony Towns
2021-01-07net: Add -natpmp command line optionHennadii Stepanov
2021-01-07net: Add flags for port mapping protocolsHennadii Stepanov
2021-01-07refactor: Move port mapping code to its own moduleHennadii Stepanov
2021-01-02refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2020-12-22[net processing] Remove dropmessagestestJohn Newbery