aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2024-06-17Merge bitcoin/bitcoin#30058: Encapsulate warnings in generalized node::Warnin...Ava Chow
2024-06-14Merge bitcoin/bitcoin#30255: log: use error level for critical log messagesAva Chow
2024-06-13refactor: remove warnings globalsstickies-v
2024-06-12Merge bitcoin/bitcoin#29015: kernel: Streamline util libraryAva Chow
2024-06-11Merge bitcoin/bitcoin#28339: validation: improve performance of CheckBlockIndexAva Chow
2024-06-11Merge bitcoin/bitcoin#28830: [refactor] Check CTxMemPool options in ctorAva Chow
2024-06-10log: use error level for critical log messagesMarcoFalke
2024-06-07blockman: Replace m_reindexing with m_blockfiles_indexedRyan Ofsky
2024-06-07indexes: Don't wipe indexes again when already reindexingTheCharlatan
2024-06-07kernel: Add less confusing reindex optionsRyan Ofsky
2024-06-07bugfix: Streamline setting reindex optionTheCharlatan
2024-05-17[[refactor]] Check CTxMemPool options in constructorTheCharlatan
2024-05-16util: Move util/string.h functions to util namespaceRyan Ofsky
2024-05-16util: move fees.h and error.h to common/messages.hRyan Ofsky
2024-05-16kernel: De-globalize fReindexTheCharlatan
2024-05-14Merge bitcoin/bitcoin#30083: kernel: Remove batchpriority from kernel libraryRyan Ofsky
2024-05-14kernel: Remove batchpriority from kernel libraryTheCharlatan
2024-05-13Merge bitcoin/bitcoin#29994: doc: removed help text saying that peers may not...glozow
2024-05-09kernel: Remove key module from kernel libraryTheCharlatan
2024-05-07Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...Ava Chow
2024-05-02refactor: Avoid unused-variable warning in init.cppMarcoFalke
2024-05-01Merge bitcoin/bitcoin#29120: test: Add test case for spending bare multisigmerge-script
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-30Merge bitcoin/bitcoin#28016: p2p: gives seednode priority over dnsseed if bot...Ava Chow
2024-04-30Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logicAva Chow
2024-04-29doc: removed help text saying that peers may not connect automaticallykevkevin
2024-04-26validation: allow to specify frequency for -checkblockindexMartin Zumsande
2024-04-25refactor: Drop util::Result operator=Ryan Ofsky
2024-04-25test: Add test case for spending bare multisigBrandon Odiwuor
2024-04-22Added seednode prioritization message to help outputtdb3
2024-04-16zmq: accept unix domain socket address for notifierMatthew Zipkin
2024-04-15Merge bitcoin/bitcoin#28874: doc: fixup help output for -upnp and -natpmpmerge-script
2024-04-10Remove timedatastickies-v
2024-03-23init: clarify -test error0xb10c
2024-03-21node: Make translations of fatal errors consistentTheCharlatan
2024-03-20Merge bitcoin/bitcoin#28955: index: block filters sync, reduce disk read oper...Ava Chow
2024-03-13Merge bitcoin/bitcoin#27375: net: support unix domain sockets for -proxy and ...Ava Chow
2024-03-12Merge bitcoin/bitcoin#26415: rpc,rest,zmq: faster getblock, NotifyBlock and r...Ava Chow
2024-03-12Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connectionsAva Chow
2024-03-12zmq: read raw block with ReadRawBlockFromDiskAndrew Toth
2024-03-12refactor: init, simplify index shutdown codefurszy
2024-03-11Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...Ava Chow
2024-03-01doc: add release notes and help text for unix socketsMatthew Zipkin
2024-03-01init: allow UNIX socket path for -proxy and -onionMatthew Zipkin
2024-02-28Accept "in" and "out" flags to -whitelist to allow whitelisting manual connec...Luke Dashjr
2024-02-28net: store `-whitelist{force}relay` values in `CConnman`brunoerg
2024-02-16kernel: Remove dependency on CSchedulerTheCharlatan
2024-02-15scripted-diff: Rename MainSignals to ValidationSignalsTheCharlatan
2024-02-15[refactor] Make MainSignals RAII styledTheCharlatan
2024-02-15refactor: De-globalize g_signalsTheCharlatan