aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2023-08-14Clean up things that include script/standard.hAndrew Chow
2023-08-07Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headersfanquake
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-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
2023-05-30Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ...fanquake
2023-05-26p2p, refactor: return vector/optional<CService> in `Lookup`brunoerg
2023-05-26Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is foundfanquake
2023-05-24refactor: Replace std::optional<bilingual_str> with util::ResultRyan Ofsky
2023-05-20refactor: Move system from util to common libraryTheCharlatan
2023-05-20kernel: Add notification interfaceTheCharlatan
2023-05-17index: Enable reindex-chainstate with active indexesMartin Zumsande
2023-05-10refactor, blockstorage: Replace stopafterblockimport argTheCharlatan
2023-05-10refactor, blockstorage: Replace blocksdir argTheCharlatan
2023-05-10refactor: Move functions to BlockManager methodsTheCharlatan
2023-05-10zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifierTheCharlatan
2023-05-10refactor: Declare g_zmq_notification_interface as unique_ptrTheCharlatan
2023-05-09Add missing definitions in prep for scripted diffTheCharlatan
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2023-05-04Add BlockManagerOpts::chainparams referenceMarcoFalke
2023-04-21init: Error if ignored bitcoin.conf file is foundRyan Ofsky
2023-04-19move-only: Extract common/args and common/config.cpp from util/systemTheCharlatan