Age | Commit message (Expand) | Author |
2024-10-09 | Merge bitcoin/bitcoin#31058: refactor: include the proper header rather than ... | merge-script |
2024-10-08 | Merge bitcoin/bitcoin#30885: scripted-diff: Modernize nLocalServices naming | Ava Chow |
2024-10-08 | Merge bitcoin/bitcoin#30967: refactor: Replace g_genesis_wait_cv with m_tip_b... | Ryan Ofsky |
2024-10-08 | refactor: include the proper header rather than forward-declaring RemovalReas... | Cory Fields |
2024-10-08 | Merge bitcoin/bitcoin#31038: test: Fix copy-paste in wallet/test/db_tests ost... | merge-script |
2024-10-07 | test: remove unused code from script_tests | fanquake |
2024-10-07 | Merge bitcoin-core/gui#840: qt6: Handle different signatures of `QANEF::nativ... | Hennadii Stepanov |
2024-10-06 | Merge bitcoin-core/gui#836: Fix display issues for IPv6 proxy setup in Option... | Hennadii Stepanov |
2024-10-05 | test: Fix copy-paste in db_tests ostream operator | Hodlinator |
2024-10-05 | Merge bitcoin/bitcoin#30793: rpc: add getorphantxs | glozow |
2024-10-04 | qt6: Handle different signatures of `QANEF::nativeEventFilter` | Hennadii Stepanov |
2024-10-04 | Merge bitcoin-core/gui#837: qt6: Fix linking when configured with `-DENABLE_W... | Hennadii Stepanov |
2024-10-04 | Merge bitcoin-core/gui#839: qt6, test: Handle deprecated code | Hennadii Stepanov |
2024-10-03 | Merge bitcoin-core/gui#838: qt6: Handle deprecated `QLocale::nativeCountryName` | Hennadii Stepanov |
2024-10-03 | qt6, test: Handle deprecated `QVERIFY_EXCEPTION_THROWN` | Hennadii Stepanov |
2024-10-02 | Merge bitcoin/bitcoin#30980: fuzz: fix bug in p2p_headers_presync harness | glozow |
2024-10-02 | Merge bitcoin/bitcoin#30929: log: Enforce trailing newline | Ava Chow |
2024-10-02 | rpc: add getorphantxs | tdb3 |
2024-10-02 | refactor: move verbosity parsing to rpc/util | tdb3 |
2024-10-01 | net: add GetOrphanTransactions() to PeerManager | tdb3 |
2024-10-01 | refactor: add OrphanTxBase for external use | tdb3 |
2024-10-01 | common: move pcp.cpp and netif.cpp files from util to common library since th... | Ryan Ofsky |
2024-10-01 | log: Enforce trailing newline, Remove redundant m_started_new_line | MarcoFalke |
2024-10-01 | refactor: Remove dead code that assumed tip == nullptr | MarcoFalke |
2024-10-01 | refactor: Replace g_genesis_wait_cv with m_tip_block_cv | MarcoFalke |
2024-10-01 | refactor: Use wait_for predicate to check for interrupt | MarcoFalke |
2024-10-01 | refactor: Split up NodeContext shutdown_signal and shutdown_request | Ryan Ofsky |
2024-10-01 | bugfix: Mark m_tip_block_cv as guarded by m_tip_block_mutex | MarcoFalke |
2024-10-01 | refactor: Add missing GUARDED_BY(m_tip_block_mutex) | MarcoFalke |
2024-10-01 | doc: Clarify waitTipChanged docs | MarcoFalke |
2024-09-30 | Merge bitcoin/bitcoin#30968: init: Remove retry for loop | Ava Chow |
2024-09-30 | Merge bitcoin/bitcoin#30043: net: Replace libnatpmp with built-in PCP+NATPMP ... | Ava Chow |
2024-09-30 | build: Drop libnatpmp from build system | laanwj |
2024-09-30 | qt: Changes for built-in PCP+NAT-PMP | laanwj |
2024-09-30 | net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapport | laanwj |
2024-09-30 | net: Add PCP and NATPMP implementation | laanwj |
2024-09-29 | qt6, test: Use `qWarning()` instead of `QWARN()` macro | Hennadii Stepanov |
2024-09-29 | qt6: Handle deprecated `QLocale::nativeCountryName` | Hennadii Stepanov |
2024-09-27 | Merge bitcoin/bitcoin#30921: test: generalize HasReason and use it in FailFmt... | merge-script |
2024-09-26 | Fix bug in p2p_headers_presync harness | marcofleon |
2024-09-26 | doc: fix loadtxoutset example | fanquake |
2024-09-25 | Merge bitcoin/bitcoin#30510: multiprocess: Add IPC wrapper for Mining interface | Ava Chow |
2024-09-25 | refactor: Replace init retry for loop with if statement | TheCharlatan |
2024-09-25 | refactor: Move most of init retry for loop to a function | TheCharlatan |
2024-09-25 | init: Check mempool arguments in AppInitParameterInteractions | TheCharlatan |
2024-09-24 | validation: Disable CheckForkWarningConditions for background chainstate | Martin Zumsande |
2024-09-24 | Merge bitcoin/bitcoin#30952: test: Use shell builtins in run_command test case | merge-script |
2024-09-23 | Merge bitcoin/bitcoin#30678: wallet: Write best block to disk before backup | Ava Chow |
2024-09-23 | multiprocess: Add serialization code for BlockValidationState | Ryan Ofsky |
2024-09-23 | multiprocess: Add IPC wrapper for Mining interface | Ryan Ofsky |