aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-03build: set QT_*_CFLAGS & QT_*_LIBS in PKG_CHECK_MODULES() callsfanquake
2021-04-03build: use QT_*_LIBS rather than passing lib namesfanquake
2021-04-03scripted-diff: replace Qt5 with ${qt_lib_prefix} in _BITCOIN_QT_CHECK_STATIC_...fanquake
2021-04-03build: reorder libs in _BITCOIN_QT_CHECK_STATIC_LIBS (move-only)fanquake
2021-04-03Merge #21403: build: set --build when configuring packages in dependsfanquake
2021-04-02Merge bitcoin-core/gui#266: Doc: Copyright: Fix embedded font file locationMarcoFalke
2021-04-02Merge #21063: wallet, rpc: update listdescriptors response formatfanquake
2021-04-02Doc: Copyright: Fix embedded font file locationwodry
2021-04-01Merge #21567: docs: fix various misleading commentsW. J. van der Laan
2021-04-01[doc] correct comment about ATMPWglozow
2021-04-01[doc] correct comment in chainparamsglozow
2021-04-01[doc] GetBestBlock() doesn't do nothinggzhao408
2021-04-01Merge #21198: net: Address outstanding review comments from PR20721W. J. van der Laan
2021-04-01Merge #21373: test: generate fewer blocks in feature_nulldummy to fix timeout...MarcoFalke
2021-04-01Merge #21300: script: Add explanatory comment to tc.shfanquake
2021-04-01[net] Changes to RunInactivityChecksJohn Newbery
2021-04-01Merge #21525: [Bundle 4.5/n] Followup fixups to bundle 4MarcoFalke
2021-04-01Merge #21311: rpc: document optional fields for getchaintxstats resultfanquake
2021-04-01Merge #21544: rpc: Missing doc updates for bumpfee psbt updatefanquake
2021-04-01Merge #21236: net processing: Extract `addr` send functionality into MaybeSen...MarcoFalke
2021-03-31Merge #21366: refactor: replace util::Ref with std::any (C++17)W. J. van der Laan
2021-03-31[net processing] Refactor MaybeSendAddr()John Newbery
2021-03-31build: set --build when configuring packages in dependsfanquake
2021-03-31Merge #21486: build: link against -lsocket if required for *ifaddrsfanquake
2021-03-31Merge #21542: ci: Bump macOS VM image to the latest versionfanquake
2021-03-31Merge #21457: build: split libtapi and clang out of native_cctoolsfanquake
2021-03-30Merge #21553: fuzz: Misc refactorMarcoFalke
2021-03-30node/ifaces: ChainImpl: Use an accessor for ChainManCarl Dong
2021-03-30node/ifaces: NodeImpl: Use an accessor for ChainManCarl Dong
2021-03-30validation: Make BlockManager::LookupBlockIndex constCarl Dong
2021-03-30node: Avoid potential UB by asserting assumptionsCarl Dong
2021-03-30net_processing: Move comments to declarationsCarl Dong
2021-03-30Merge #21387: p2p: Refactor sock to add I2P fuzz and unit testsWladimir J. van der Laan
2021-03-30Merge #20197: p2p: protect onions in AttemptToEvictConnection(), add eviction...Wladimir J. van der Laan
2021-03-30Merge #20228: addrman: Make addrman a top-level componentMarcoFalke
2021-03-30fuzz: [refactor] Use IsValidFlagCombination in signature_checker fuzz targetMarcoFalke
2021-03-30fuzz: Removed unused try-catch in coins_viewMarcoFalke
2021-03-30fuzz: [refactor] Use ConsumeScript in signature_checker fuzz targetMarcoFalke
2021-03-30build: split native_cctoolsfanquake
2021-03-30Merge #21543: build: Enable safe warnings for msvc buildsfanquake
2021-03-29remove unused class util::Ref and its unit testSebastian Falbesoner
2021-03-29refactor: replace util::Ref by std::any (C++17)Sebastian Falbesoner
2021-03-29util: introduce helper AnyPtr to access std::any instancesSebastian Falbesoner
2021-03-29doc: Merge release notesMarcoFalke
2021-03-29rpc: Missing doc updates for bumpfee psbt updateMarcoFalke
2021-03-29Merge #20286: rpc: deprecate `addresses` and `reqSigs` from rpc outputsMarcoFalke
2021-03-29[net processing] Fix overindentation in MaybeSendAddr()John Newbery
2021-03-29[net processing] Refactor MaybeSendAddr() - early exitsJohn Newbery
2021-03-29[net processing] Change MaybeSendAddr() to take a referenceJohn Newbery
2021-03-29[net processing] Extract `addr` send functionality into MaybeSendAddr()John Newbery