aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-05Merge #20854: [mempool] Remove unnecessary try-blockMarcoFalke
2021-01-05Merge #20855: Revert "Add patch to make codesign_allocate compatible with App...MarcoFalke
2021-01-05Merge #20847: gitian-keys: add darosior's keyfanquake
2021-01-05gitian-keys: add darosior's keyAntoine Poinsot
2021-01-05Merge #20846: Add benthecarman to keys.txtfanquake
2021-01-05Merge #20848: Add gitian PGP key for theStackfanquake
2021-01-04Revert "Add patch to make codesign_allocate compatible with Apple's"Pieter Wuille
2021-01-04[mempool] Remove error suppression on upgradeAmiti Uttarwar
2021-01-04Add gitian PGP key for theStackSebastian Falbesoner
2021-01-04Add benthecarman to keys.txtbenthecarman
2021-01-04test: Add sanitizer suppressions for AMD EPYC CPUsMarcoFalke
2021-01-04Merge #20736: rpc: Replace boost::variant with std::variant for RPCArg.m_fall...MarcoFalke
2021-01-04doc: fix various typosIkko Ashimine
2021-01-04doc: Use https URLs where possibleSawyer Billings
2021-01-04Merge #20817: lint: update list of spelling linter false positives, bump to c...fanquake
2021-01-03Merge #20760: test: Set correct nValue for multi-op-return policy checkMarcoFalke
2021-01-03Merge #20765: fuzz: check that certain script TxoutType are nonstandardMarcoFalke
2021-01-03Merge #20781: fuzz: remove no-longer-necessary packages from fuzzbuzz configMarcoFalke
2021-01-02qt: Follow Qt docs when implementing rowCount and columnCountHennadii Stepanov
2021-01-02Merge #20830: doc: update developer notes with signetMarcoFalke
2021-01-02lint: ignore gitian keys file for spelling linterSebastian Falbesoner
2021-01-02lint: update list of spelling linter false positivesSebastian Falbesoner
2021-01-02[net] Add cs_vSend lock annotationsJohn Newbery
2021-01-02[net] Move RecordBytesSent() call out of cs_vSend lockJohn Newbery
2021-01-02doc: update developer notes for signetJon Atack
2021-01-02fuzz: Use ConsumeWeakEnum for ServiceFlagsMarcoFalke
2021-01-02fuzz: Add ConsumeWeakEnum helper, Extract ALL_NET_PERMISSION_FLAGSMarcoFalke
2021-01-02fuzz: [refactor] Extract ALL_CONNECTION_TYPES constantMarcoFalke
2021-01-02fuzz: Use ConsumeNode in process_message targetMarcoFalke
2021-01-02fuzz: Use ConsumeNode in process_messages targetMarcoFalke
2021-01-02Merge #20649: refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2021-01-02test: bump codespell linter version to 2.0.0Sebastian Falbesoner
2021-01-02refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2021-01-02Merge #20210: net: assert CNode::m_inbound_onion is inbound in ctor, add gett...MarcoFalke
2021-01-01rpc: Replace boost::variant with std::variant for RPCArg.m_fallbackMarcoFalke
2020-12-31Merge #20805: doc: Update license year range to 2021MarcoFalke
2020-12-31Merge #20813: scripted-diff: Bump copyright headersMarcoFalke
2020-12-31Merge #20812: fuzz: Bump FuzzedDataProvider.hMarcoFalke
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-31fuzz: Remove duplicate ALL_OUTPUT_TYPE arrayMarcoFalke
2020-12-31fuzz: Bump FuzzedDataProvider.hMarcoFalke
2020-12-30doc: Update license year range to 2021Emil Engler
2020-12-29Merge #20377: fuzz: Fill various small fuzzing gapsMarcoFalke
2020-12-29Merge #20791: p2p: remove unused legacyWhitelisted in AcceptConnection()MarcoFalke
2020-12-28fuzz: check that certain script TxoutType are nonstandardMichael Dietz
2020-12-29p2p: remove unused legacyWhitelisted variableJon Atack
2020-12-28Merge #162: Add network to peers window and peer detailsWladimir J. van der Laan
2020-12-28Merge #20755: [rpc] Remove deprecated fields from getpeerinfoMarcoFalke
2020-12-28Merge #20451: lint: run mypy over contrib/devtoolsWladimir J. van der Laan
2020-12-28Merge #20684: build: Define .INTERMEDIATE target once onlyfanquake