aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2023-09-12[refactor] Add CChainParams member to CConnmanTheCharlatan
2023-09-12Merge bitcoin/bitcoin#28101: doc, refactor: changing -torcontrol help to spec...Andrew Chow
2023-09-11rpc: Deprecate rpcserialversion=0Anthony Towns
2023-09-08refactor: remove clientversion include from dbwrapper.hCory Fields
2023-09-05Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex checkfanquake
2023-08-29Merge bitcoin/bitcoin#28354: test: default acceptnonstdtxn=0 on all chainsfanquake
2023-08-28config: default acceptnonstdtxn=0 on all chainsAnthony Towns
2023-08-25refactor: Use HashWriter over legacy CHashWriter (via SerializeHash)MarcoFalke
2023-08-24Merge bitcoin/bitcoin#27480: doc: Improve documentation of rpcallowipAndrew Chow
2023-08-23net: measure send buffer fullness based on memory usagePieter Wuille
2023-08-17doc, refactor: Changing -torcontrol help to specify that a default port is usedkevkevin
2023-08-17Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp}fanquake
2023-08-15Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPCAndrew Chow
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-08-10doc: Improve documentation of rpcallowip rpchelpwillcl-ark
2023-08-07Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headersfanquake
2023-08-07refactor: Add and use kernel::ImportMempoolOptionsMarcoFalke
2023-08-07Remove Chainstate::LoadMempoolMarcoFalke
2023-08-05refactor: Fix logging.h includesTheCharlatan
2023-08-03lint: remove /* Continued */ markers from codebasefanquake
2023-08-03Merge bitcoin/bitcoin#27832: doc: Clarify -datacarriersize, add -datacarriers...fanquake
2023-08-01index: Drop legacy -txindex checkMarcoFalke
2023-07-25refactor: deduplicate ignores_incoming_txsstickies-v
2023-07-25refactor: set ignore_incoming_txs in ApplyArgsManOptionsstickies-v
2023-07-24[net processing] Move -txreconciliation to PeerManager::Optionsdergoegge
2023-07-24[net processing] Introduce PeerManager optionsdergoegge
2023-07-11kernel: Remove StartShutdown calls from validation codeRyan Ofsky
2023-07-11refactor: Move stopafterblockimport handling out of blockstorageTheCharlatan
2023-07-10index: verify blocks data existence only oncefurszy
2023-07-10init: don't start indexes sync thread prematurelyfurszy
2023-07-10refactor: index, decouple 'Init' from 'Start'furszy
2023-07-07refactor: init indexes, decouple 'Start()' from the creation stepfurszy
2023-07-07scripted-diff: rename 'loadblk' thread name to 'initload'furszy
2023-07-07init: start indexes sync earlierfurszy
2023-06-28kernel: Add fatalError method to notificationsTheCharlatan
2023-06-28kernel: Add flushError method to notificationsTheCharlatan
2023-06-28kernel: Pass interrupt reference to chainmanTheCharlatan
2023-06-28util: Add SignalInterrupt class and use in shutdown.cppTheCharlatan
2023-06-27Merge bitcoin/bitcoin#27896: Remove the syscall sandboxAndrew Chow
2023-06-22Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w...Andrew Chow
2023-06-20Merge bitcoin/bitcoin#27632: Raise on invalid -debug and -loglevel config opt...Andrew Chow
2023-06-16Remove the syscall sandboxfanquake
2023-06-15validation: Stricter assumeutxo error handling in LoadChainstateRyan Ofsky
2023-06-14tx fees, policy: read stale fee estimates with a regtest-only optionismaelsadeeq
2023-06-14tx fees, policy: periodically flush fee estimates to fee_estimates.datismaelsadeeq
2023-06-14init: raise on invalid loglevel config optionJon Atack
2023-06-14init: raise on invalid debug/debugexclude config optionsJon Atack
2023-06-09Return EXIT_FAILURE on post-init fatal errorsfurszy
2023-06-08doc: Clarify that -datacarriersize applies to the full raw scriptPubKey, not ...MarcoFalke
2023-05-30Merge bitcoin/bitcoin#26261: p2p: cleanup `LookupIntern`, `Lookup` and `Looku...Andrew Chow