Age | Commit message (Expand) | Author |
2024-03-23 | init: clarify -test error | 0xb10c |
2024-03-21 | node: Make translations of fatal errors consistent | TheCharlatan |
2024-03-20 | Merge bitcoin/bitcoin#28955: index: block filters sync, reduce disk read oper... | Ava Chow |
2024-03-13 | Merge bitcoin/bitcoin#27375: net: support unix domain sockets for -proxy and ... | Ava Chow |
2024-03-12 | Merge bitcoin/bitcoin#26415: rpc,rest,zmq: faster getblock, NotifyBlock and r... | Ava Chow |
2024-03-12 | Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connections | Ava Chow |
2024-03-12 | zmq: read raw block with ReadRawBlockFromDisk | Andrew Toth |
2024-03-12 | refactor: init, simplify index shutdown code | furszy |
2024-03-11 | Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi... | Ava Chow |
2024-03-01 | doc: add release notes and help text for unix sockets | Matthew Zipkin |
2024-03-01 | init: allow UNIX socket path for -proxy and -onion | Matthew Zipkin |
2024-02-28 | Accept "in" and "out" flags to -whitelist to allow whitelisting manual connec... | Luke Dashjr |
2024-02-28 | net: store `-whitelist{force}relay` values in `CConnman` | brunoerg |
2024-02-16 | kernel: Remove dependency on CScheduler | TheCharlatan |
2024-02-15 | scripted-diff: Rename MainSignals to ValidationSignals | TheCharlatan |
2024-02-15 | [refactor] Make MainSignals RAII styled | TheCharlatan |
2024-02-15 | refactor: De-globalize g_signals | TheCharlatan |
2024-02-15 | [refactor] Make signals optional in mempool and chainman | TheCharlatan |
2024-01-31 | Merge bitcoin/bitcoin#28956: Nuke adjusted time from validation (attempt 2) | Ava Chow |
2024-01-31 | Merge bitcoin/bitcoin#28170: p2p: adaptive connections services flags | Ava Chow |
2024-01-15 | net: store best block tip time inside PeerManager | furszy |
2024-01-10 | Merge bitcoin/bitcoin#28318: logging: Simplify API for level based logging | Ava Chow |
2024-01-08 | [init] Remove -addrmantest command line arg | stratospher |
2024-01-08 | [init] Add new command line arg for use only in functional tests | stratospher |
2024-01-05 | Remove GetAdjustedTime | dergoegge |
2024-01-05 | Merge bitcoin/bitcoin#28890: rpc: Remove deprecated -rpcserialversion | fanquake |
2024-01-03 | Merge bitcoin/bitcoin#29013: test: doc: follow-up #28368 | Gloria Zhao |
2024-01-02 | doc: fix typo and update incorrect comment | ismaelsadeeq |
2023-12-20 | logging: Replace uses of LogPrintfCategory | Anthony Towns |
2023-12-14 | Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn... | Ava Chow |
2023-12-13 | Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePath | fanquake |
2023-12-11 | Remove deprecated -rpcserialversion | MarcoFalke |
2023-12-04 | Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly | Ryan Ofsky |
2023-12-04 | refactor: Add InitContext function to initialize NodeContext with global poin... | Ryan Ofsky |
2023-12-04 | refactor: Remove calls to StartShutdown from KernelNotifications | Ryan Ofsky |
2023-12-04 | refactor: Remove call to ShutdownRequested from HTTPRequest | Ryan Ofsky |
2023-12-04 | refactor: Add NodeContext::shutdown member | Ryan Ofsky |
2023-12-04 | refactor: Remove call to ShutdownRequested from chainstate init | Ryan Ofsky |
2023-12-04 | init: don't delete PID file if it was not generated | willcl-ark |
2023-12-01 | Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/... | Andrew Chow |
2023-11-30 | Merge bitcoin/bitcoin#26762: bugfix: Make `CCheckQueue` RAII-styled (attempt 2) | Andrew Chow |
2023-11-22 | tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not... | ismaelsadeeq |
2023-11-14 | Merge bitcoin/bitcoin#28858: doc: rewrite explanation for `-par=` | fanquake |
2023-11-13 | doc: rewrite explanation for -par= | fanquake |
2023-11-09 | mempool: persist with XOR | MarcoFalke |
2023-11-07 | Merge bitcoin/bitcoin#28464: net: improve max-connection limits code | Andrew Chow |
2023-11-07 | Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shutdow... | Andrew Chow |
2023-10-26 | Return LockResult::ErrorWrite in LockDirectory | MarcoFalke |
2023-10-26 | refactor: Return enum in LockDirectory | MarcoFalke |
2023-10-24 | shutdown: Destroy kernel last | TheCharlatan |