aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2024-10-10scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-bu...Sebastian Falbesoner
2024-10-08Merge bitcoin/bitcoin#30885: scripted-diff: Modernize nLocalServices namingAva Chow
2024-10-01refactor: Remove dead code that assumed tip == nullptrMarcoFalke
2024-10-01refactor: Replace g_genesis_wait_cv with m_tip_block_cvMarcoFalke
2024-10-01refactor: Split up NodeContext shutdown_signal and shutdown_requestRyan Ofsky
2024-09-30Merge bitcoin/bitcoin#30968: init: Remove retry for loopAva Chow
2024-09-30Merge bitcoin/bitcoin#30043: net: Replace libnatpmp with built-in PCP+NATPMP ...Ava Chow
2024-09-30net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapportlaanwj
2024-09-25refactor: Replace init retry for loop with if statementTheCharlatan
2024-09-25refactor: Move most of init retry for loop to a functionTheCharlatan
2024-09-25init: Check mempool arguments in AppInitParameterInteractionsTheCharlatan
2024-09-23Merge bitcoin/bitcoin#30409: Introduce waitTipChanged() mining interface, rep...Ava Chow
2024-09-17fix: handle invalid rpcbind port earliertdb3
2024-09-17refactor: move host/port checkingtdb3
2024-09-17Remove unused CRPCSignalsSjors Provoost
2024-09-17Replace RPCNotifyBlockChange with waitTipChanged()Sjors Provoost
2024-09-17node: Track last block that received a blockTip notificationSjors Provoost
2024-09-16Merge bitcoin/bitcoin#28358: Drop -dbcache limitAva Chow
2024-09-16Merge bitcoin/bitcoin#30868: refactor: add clang-tidy `modernize-use-starts-e...Ava Chow
2024-09-14tidy: add clang-tidy `modernize-use-starts-ends-with` checkRoman Zeyde
2024-09-13kernel: Move background load thread to node contextTheCharlatan
2024-09-12scripted-diff: Modernize nLocalServices to m_local_servicesFabian Jahr
2024-09-11Merge bitcoin/bitcoin#30807: Fix peers abruptly disconnecting from AssumeUTXO...Ava Chow
2024-09-10assumeUTXO: fix peers disconnection during syncfurszy
2024-09-10Merge bitcoin/bitcoin#30065: init: fixes file descriptor accountingRyan Ofsky
2024-09-06multiprocess: Add -ipcbind option to bitcoin-nodeRussell Yanofsky
2024-09-05init: error out if -maxconnections is negativeSergi Delgado Segura
2024-09-05init: improves file descriptors accounting and docsSergi Delgado Segura
2024-09-05init: fixes fd accounting regarding poll/selectSergi Delgado Segura
2024-08-29scripted-diff: LogPrint -> LogDebugMarcoFalke
2024-08-07Merge bitcoin/bitcoin#29775: Testnet4 including PoW difficulty adjustment fixAva Chow
2024-08-07add deprecation warning for mempoolfullrbfglozow
2024-08-06testnet: Introduce Testnet4Fabian Jahr
2024-07-26Add -blocksxor boolean optionMarcoFalke
2024-07-16Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort ...Ava Chow
2024-07-12init: change shutdown order of load block thread and schedulerMartin Zumsande
2024-07-08Merge bitcoin/bitcoin#30141: kernel: De-globalize validation cachesRyan Ofsky
2024-07-05kernel: De-globalize signature cacheTheCharlatan
2024-07-04kernel: De-globalize script execution cacheTheCharlatan
2024-07-04validation: Don't error if maxsigcachesize exceeds uint32::maxTheCharlatan
2024-07-04Merge bitcoin/bitcoin#29625: Several randomness improvementsmerge-script
2024-07-02Merge bitcoin/bitcoin#30324: optimization: Moved repeated `-printpriority` fe...Ava Chow
2024-07-02net: don't extra bind for Tor if binds are restrictedVasil Dimov
2024-07-02Merge bitcoin/bitcoin#30344: kernel: remove mempool_persistglozow
2024-07-01random: get rid of GetRand by inliningPieter Wuille
2024-06-30Moved the repeated -printpriority fetching out of AddToBlockLÅ‘rinc
2024-06-28scripted-diff: Log parameter interaction not thriceMarcoFalke
2024-06-28doc: Fix outdated dev comment about loggingMarcoFalke
2024-06-27Merge bitcoin/bitcoin#28167: init: Add option for rpccookie permissions (repl...Ryan Ofsky
2024-06-27init: add option for rpccookie permissionswillcl-ark