aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-31Merge bitcoin/bitcoin#26956: test: refactor: introduce `replace_in_config` he...MarcoFalke
2023-01-30Merge bitcoin/bitcoin#26998: depends: ensure we are appending to sqlite cflagsAndrew Chow
2023-01-30Merge bitcoin/bitcoin#26999: A few follow-ups to #17487 (coins write without ...Andrew Chow
2023-01-30Add assertions that BatchWrite(erase=true) erasesPieter Wuille
2023-01-30Avoid unclear {it = ++it;}Pieter Wuille
2023-01-30Follow coding style for named argumentsPieter Wuille
2023-01-30Make test/fuzz/coins_view exercise CCoinsViewCache::Sync()Pieter Wuille
2023-01-30Merge bitcoin/bitcoin#26965: refactor: Remove stray cs_main redundant declara...fanquake
2023-01-30depends: ensure we are appending to sqlite cflagsfanquake
2023-01-30Merge bitcoin/bitcoin#17487: coins: allow write to disk without cache dropfanquake
2023-01-30Merge bitcoin/bitcoin#26649: refactor: Use AutoFile and HashVerifier (without...fanquake
2023-01-30Merge bitcoin/bitcoin#23619: build: Propagate user-defined flags to host pack...fanquake
2023-01-30Merge bitcoin/bitcoin#26896: build: Remove port-forwarding runtime setting op...fanquake
2023-01-30Merge bitcoin/bitcoin#26499: wallet: Abandon descendants of orphaned coinbasesglozow
2023-01-30Merge bitcoin/bitcoin#26982: p2p: 25880 fixups (stalling timeout)MarcoFalke
2023-01-30Merge bitcoin/bitcoin#15294: refactor: Extract RipeMd160MarcoFalke
2023-01-29net_processing: simplify logging statementMartin Zumsande
2023-01-28test: refactor: introduce `replace_in_config` helperSebastian Falbesoner
2023-01-28Merge bitcoin/bitcoin#25465: build: remove boost library detectionfanquake
2023-01-28Merge bitcoin/bitcoin#22811: build: Fix depends build system when working wit...fanquake
2023-01-28doc: add release notes for 26896fanquake
2023-01-28build: remove --enable-upnp-default from configurefanquake
2023-01-28build: remove --enable-natpmp-default from configurefanquake
2023-01-28Remove configure-time setting of DEFAULT_UPNPfanquake
2023-01-28Remove configure-time setting of DEFAULT_NATPMPfanquake
2023-01-27test: fix intermittent errors in p2p_ibd_stalling.pyMartin Zumsande
2023-01-27Merge bitcoin/bitcoin#26977: ci: Fetch no git history, unless lintfanquake
2023-01-27Merge bitcoin/bitcoin#26834: contrib: remove install_db4.shAndrew Chow
2023-01-27Merge bitcoin/bitcoin#26900: refactor: Add BlockManager gettersMarcoFalke
2023-01-27ci: Fetch no git history, unless lintMarcoFalke
2023-01-27Merge bitcoin/bitcoin#25880: p2p: Make stalling timeout adaptive during IBDAndrew Chow
2023-01-26refactor: Extract RIPEMD160Ben Woosley
2023-01-26Merge bitcoin/bitcoin#26923: test: refactor: simplify p2p_{tx_download,evicti...MarcoFalke
2023-01-26Merge bitcoin/bitcoin#26945: depends: systemtap 4.8fanquake
2023-01-26Merge bitcoin/bitcoin#25296: Add DataStream without ser-type and ser-version ...fanquake
2023-01-26Merge bitcoin/bitcoin#26551: p2p: Track orphans by who provided themglozow
2023-01-26Remove unused CDataStream::SetTypeMarcoFalke
2023-01-26Use DataStream where possibleMarcoFalke
2023-01-26Merge bitcoin/bitcoin#26960: refactor: Remove c_str from util/checkMarcoFalke
2023-01-25Merge bitcoin/bitcoin#26929: rpc: Throw more user friendly arg type check err...fanquake
2023-01-25Merge bitcoin/bitcoin#26829: init: Remove unnecessary sensitive flag from rpc...MarcoFalke
2023-01-25Merge bitcoin/bitcoin#26961: ci: Fix APPEND_APT_SOURCES_LIST trying to modify...MarcoFalke
2023-01-25refactor: Remove stray cs_main redundant declarationMarcoFalke
2023-01-25doc: Export threadsafety.h from sync.hMarcoFalke
2023-01-25net_processing: indicate more work to do when orphans are ready to reconsiderAnthony Towns
2023-01-25net_processing: Don't process tx after processing orphansAnthony Towns
2023-01-25net_processing: only process orphans before messagesAnthony Towns
2023-01-25txorphange: Drop redundant originator arg from GetTxToReconsiderAnthony Towns
2023-01-24ci: Fix APPEND_APT_SOURCES_LIST trying to modify the host systemMarcoFalke
2023-01-24Merge bitcoin/bitcoin#25987: build: compile depends sqlite with more recommen...Andrew Chow