Age | Commit message (Expand) | Author |
2023-08-03 | lint: remove /* Continued */ markers from codebase | fanquake |
2023-08-03 | Merge bitcoin/bitcoin#27832: doc: Clarify -datacarriersize, add -datacarriers... | fanquake |
2023-07-25 | refactor: deduplicate ignores_incoming_txs | stickies-v |
2023-07-25 | refactor: set ignore_incoming_txs in ApplyArgsManOptions | stickies-v |
2023-07-24 | [net processing] Move -txreconciliation to PeerManager::Options | dergoegge |
2023-07-24 | [net processing] Introduce PeerManager options | dergoegge |
2023-07-11 | kernel: Remove StartShutdown calls from validation code | Ryan Ofsky |
2023-07-11 | refactor: Move stopafterblockimport handling out of blockstorage | TheCharlatan |
2023-07-10 | index: verify blocks data existence only once | furszy |
2023-07-10 | init: don't start indexes sync thread prematurely | furszy |
2023-07-10 | refactor: index, decouple 'Init' from 'Start' | furszy |
2023-07-07 | refactor: init indexes, decouple 'Start()' from the creation step | furszy |
2023-07-07 | scripted-diff: rename 'loadblk' thread name to 'initload' | furszy |
2023-07-07 | init: start indexes sync earlier | furszy |
2023-06-28 | kernel: Add fatalError method to notifications | TheCharlatan |
2023-06-28 | kernel: Add flushError method to notifications | TheCharlatan |
2023-06-28 | kernel: Pass interrupt reference to chainman | TheCharlatan |
2023-06-28 | util: Add SignalInterrupt class and use in shutdown.cpp | TheCharlatan |
2023-06-27 | Merge bitcoin/bitcoin#27896: Remove the syscall sandbox | Andrew Chow |
2023-06-22 | Merge bitcoin/bitcoin#27862: validation: Stricter assumeutxo error handling w... | Andrew Chow |
2023-06-20 | Merge bitcoin/bitcoin#27632: Raise on invalid -debug and -loglevel config opt... | Andrew Chow |
2023-06-16 | Remove the syscall sandbox | fanquake |
2023-06-15 | validation: Stricter assumeutxo error handling in LoadChainstate | Ryan Ofsky |
2023-06-14 | tx fees, policy: read stale fee estimates with a regtest-only option | ismaelsadeeq |
2023-06-14 | tx fees, policy: periodically flush fee estimates to fee_estimates.dat | ismaelsadeeq |
2023-06-14 | init: raise on invalid loglevel config option | Jon Atack |
2023-06-14 | init: raise on invalid debug/debugexclude config options | Jon Atack |
2023-06-09 | Return EXIT_FAILURE on post-init fatal errors | furszy |
2023-06-08 | doc: Clarify that -datacarriersize applies to the full raw scriptPubKey, not ... | MarcoFalke |
2023-05-30 | Merge bitcoin/bitcoin#26261: p2p: cleanup `LookupIntern`, `Lookup` and `Looku... | Andrew Chow |
2023-05-30 | Merge bitcoin/bitcoin#27636: kernel: Remove util/system from kernel library, ... | fanquake |
2023-05-26 | p2p, refactor: return vector/optional<CService> in `Lookup` | brunoerg |
2023-05-26 | Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is found | fanquake |
2023-05-24 | refactor: Replace std::optional<bilingual_str> with util::Result | Ryan Ofsky |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-05-20 | kernel: Add notification interface | TheCharlatan |
2023-05-17 | index: Enable reindex-chainstate with active indexes | Martin Zumsande |
2023-05-10 | refactor, blockstorage: Replace stopafterblockimport arg | TheCharlatan |
2023-05-10 | refactor, blockstorage: Replace blocksdir arg | TheCharlatan |
2023-05-10 | refactor: Move functions to BlockManager methods | TheCharlatan |
2023-05-10 | zmq: Pass lambda to zmq's ZMQPublishRawBlockNotifier | TheCharlatan |
2023-05-10 | refactor: Declare g_zmq_notification_interface as unique_ptr | TheCharlatan |
2023-05-09 | Add missing definitions in prep for scripted diff | TheCharlatan |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-05-04 | Add BlockManagerOpts::chainparams reference | MarcoFalke |
2023-04-21 | init: Error if ignored bitcoin.conf file is found | Ryan Ofsky |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-04-03 | Merge bitcoin/bitcoin#27254: refactor: Extract util/fs from util/system | fanquake |
2023-03-23 | refactor: Move fs.* to util/fs.* | TheCharlatan |
2023-03-23 | refactor: Extract util/fs_helpers from util/system | Ben Woosley |