aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
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-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-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
2020-12-17Merge #20668: doc: warn that incoming conns are unlikely when not using defau...Wladimir J. van der Laan
2020-12-16Merge #20605: init: Signal-safe instant shutdownWladimir J. van der Laan
2020-12-16doc: warn that incoming conns are unlikely when not using default portsAdam Jonas
2020-12-15init: Signal-safe instant shutdownWladimir J. van der Laan
2020-12-13init: set nMaxOutboundLimit connection option directlyfanquake
2020-12-13net: remove nMaxOutboundTimeframe from connection optionsfanquake
2020-12-10Simplify and clarify extra outbound peer countingSuhas Daftuar
2020-12-09Remove g_relay_txesJohn Newbery
2020-12-09[net processing] Add m_ignores_incoming_txs to PeerManager and use internallyJohn Newbery
2020-12-09[init] Use MakeUnique<> to construct peermanJohn Newbery
2020-12-07Merge #18766: Disable fee estimation in blocksonly mode (by removing the fee ...MarcoFalke
2020-12-06Don't make "in" parameters look like "out"/"in-out" parameters: pass by ref t...practicalswift
2020-12-03feestimator: encapsulate estimation file logicAntoine Poinsot
2020-12-03init: don't create a CBlockPolicyEstimator if we don't relay transactionsAntoine Poinsot
2020-12-03Remove the remaining fee estimation globalsAntoine Poinsot
2020-12-01Merge #20222: refactor: CTxMempool constructor clean upMarcoFalke
2020-11-26scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARDpracticalswift
2020-11-19Merge #20024: init: Fix incorrect warning "Reducing -maxconnections from N to...Wladimir J. van der Laan
2020-11-12Remove references to CreateWalletFromFilefanquake
2020-10-23refactor: Make CTxMemPool::m_check_ratio a const and a constructor argumentElle Mouton
2020-10-23refactor: Avoid double to int cast for nCheckFrequencyElle Mouton
2020-10-02Merge #19991: net: Use alternative port for incoming Tor connectionsWladimir J. van der Laan
2020-10-01net: Extend -bind config option with optional network typeHennadii Stepanov
2020-10-01net: Pass onion service target to Tor controllerHennadii Stepanov
2020-10-01signet: do not log signet startup messages for other chainsJon Atack
2020-09-30Merge #20004: test: Add signet witness commitment section parse testsWladimir J. van der Laan
2020-09-29Merge #19984: log: Remove static log message "Initializing chainstate Chainst...Wladimir J. van der Laan
2020-09-29Merge #20003: net: Exit with error message if -proxy is specified without arg...Wladimir J. van der Laan
2020-09-29Remove gArgs global from CreateChainParams to aid testingMarcoFalke
2020-09-29Merge #20014: doc: Mention signet in -help outputfanquake