Age | Commit message (Expand) | Author |
2023-08-23 | net: measure send buffer fullness based on memory usage | Pieter Wuille |
2023-08-17 | doc, refactor: Changing -torcontrol help to specify that a default port is used | kevkevin |
2023-08-17 | Merge bitcoin/bitcoin#28244: Break up script/standard.{h/cpp} | fanquake |
2023-08-15 | Merge bitcoin/bitcoin#27460: rpc: Add importmempool RPC | Andrew Chow |
2023-08-14 | Clean up things that include script/standard.h | Andrew Chow |
2023-08-10 | doc: Improve documentation of rpcallowip rpchelp | willcl-ark |
2023-08-07 | Merge bitcoin/bitcoin#28186: kernel: Prune leveldb headers | fanquake |
2023-08-07 | refactor: Add and use kernel::ImportMempoolOptions | MarcoFalke |
2023-08-07 | Remove Chainstate::LoadMempool | MarcoFalke |
2023-08-05 | refactor: Fix logging.h includes | TheCharlatan |
2023-08-03 | lint: remove /* Continued */ markers from codebase | fanquake |
2023-08-03 | Merge bitcoin/bitcoin#27832: doc: Clarify -datacarriersize, add -datacarriers... | fanquake |
2023-08-01 | index: Drop legacy -txindex check | MarcoFalke |
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 |