aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-10-09Merge bitcoin/bitcoin#31058: refactor: include the proper header rather than ...merge-script
2024-10-08Merge bitcoin/bitcoin#30885: scripted-diff: Modernize nLocalServices namingAva Chow
2024-10-08Merge bitcoin/bitcoin#30967: refactor: Replace g_genesis_wait_cv with m_tip_b...Ryan Ofsky
2024-10-08refactor: include the proper header rather than forward-declaring RemovalReas...Cory Fields
2024-10-08Merge bitcoin/bitcoin#31038: test: Fix copy-paste in wallet/test/db_tests ost...merge-script
2024-10-07test: remove unused code from script_testsfanquake
2024-10-07Merge bitcoin-core/gui#840: qt6: Handle different signatures of `QANEF::nativ...Hennadii Stepanov
2024-10-06Merge bitcoin-core/gui#836: Fix display issues for IPv6 proxy setup in Option...Hennadii Stepanov
2024-10-05test: Fix copy-paste in db_tests ostream operatorHodlinator
2024-10-05Merge bitcoin/bitcoin#30793: rpc: add getorphantxsglozow
2024-10-04qt6: Handle different signatures of `QANEF::nativeEventFilter`Hennadii Stepanov
2024-10-04Merge bitcoin-core/gui#837: qt6: Fix linking when configured with `-DENABLE_W...Hennadii Stepanov
2024-10-04Merge bitcoin-core/gui#839: qt6, test: Handle deprecated codeHennadii Stepanov
2024-10-03Merge bitcoin-core/gui#838: qt6: Handle deprecated `QLocale::nativeCountryName`Hennadii Stepanov
2024-10-03qt6, test: Handle deprecated `QVERIFY_EXCEPTION_THROWN`Hennadii Stepanov
2024-10-02Merge bitcoin/bitcoin#30980: fuzz: fix bug in p2p_headers_presync harnessglozow
2024-10-02Merge bitcoin/bitcoin#30929: log: Enforce trailing newlineAva Chow
2024-10-02rpc: add getorphantxstdb3
2024-10-02refactor: move verbosity parsing to rpc/utiltdb3
2024-10-01net: add GetOrphanTransactions() to PeerManagertdb3
2024-10-01refactor: add OrphanTxBase for external usetdb3
2024-10-01common: move pcp.cpp and netif.cpp files from util to common library since th...Ryan Ofsky
2024-10-01log: Enforce trailing newline, Remove redundant m_started_new_lineMarcoFalke
2024-10-01refactor: Remove dead code that assumed tip == nullptrMarcoFalke
2024-10-01refactor: Replace g_genesis_wait_cv with m_tip_block_cvMarcoFalke
2024-10-01refactor: Use wait_for predicate to check for interruptMarcoFalke
2024-10-01refactor: Split up NodeContext shutdown_signal and shutdown_requestRyan Ofsky
2024-10-01bugfix: Mark m_tip_block_cv as guarded by m_tip_block_mutexMarcoFalke
2024-10-01refactor: Add missing GUARDED_BY(m_tip_block_mutex)MarcoFalke
2024-10-01doc: Clarify waitTipChanged docsMarcoFalke
2024-09-30Merge bitcoin/bitcoin#30968: init: Remove retry for loopAva Chow
2024-09-30Merge bitcoin/bitcoin#30043: net: Replace libnatpmp with built-in PCP+NATPMP ...Ava Chow
2024-09-30build: Drop libnatpmp from build systemlaanwj
2024-09-30qt: Changes for built-in PCP+NAT-PMPlaanwj
2024-09-30net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapportlaanwj
2024-09-30net: Add PCP and NATPMP implementationlaanwj
2024-09-29qt6, test: Use `qWarning()` instead of `QWARN()` macroHennadii Stepanov
2024-09-29qt6: Handle deprecated `QLocale::nativeCountryName`Hennadii Stepanov
2024-09-27Merge bitcoin/bitcoin#30921: test: generalize HasReason and use it in FailFmt...merge-script
2024-09-26Fix bug in p2p_headers_presync harnessmarcofleon
2024-09-26doc: fix loadtxoutset examplefanquake
2024-09-25Merge bitcoin/bitcoin#30510: multiprocess: Add IPC wrapper for Mining interfaceAva Chow
2024-09-25refactor: Replace init retry for loop with if statementTheCharlatan
2024-09-25refactor: Move most of init retry for loop to a functionTheCharlatan
2024-09-25init: Check mempool arguments in AppInitParameterInteractionsTheCharlatan
2024-09-24validation: Disable CheckForkWarningConditions for background chainstateMartin Zumsande
2024-09-24Merge bitcoin/bitcoin#30952: test: Use shell builtins in run_command test casemerge-script
2024-09-23Merge bitcoin/bitcoin#30678: wallet: Write best block to disk before backupAva Chow
2024-09-23multiprocess: Add serialization code for BlockValidationStateRyan Ofsky
2024-09-23multiprocess: Add IPC wrapper for Mining interfaceRyan Ofsky