aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-18test: Fix get_previous_releases.py for aarch64MarcoFalke
2021-01-15Merge #20916: rpc: Return wtxid from testmempoolacceptMarcoFalke
2021-01-15Merge #20908: fuzz: Use mocktime in process_message* fuzz targetsMarcoFalke
2021-01-14Merge #20834: locks and docs in ATMP and CheckInputsFromMempoolAndCachefanquake
2021-01-14Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2021-01-14Merge #20931: doc: Add historic 0.21.0 release notesWladimir J. van der Laan
2021-01-14doc: Add historic 0.21.0 release notesMarcoFalke
2021-01-13Merge bitcoin-core/gui#148: Bugfix: GUI: Restore SendConfirmationDialog butto...MarcoFalke
2021-01-13Merge #20917: doc, rpc: add missing signet mentions in network name listsMarcoFalke
2021-01-13Merge #20913: doc: Add manual page generation for bitcoin-utilWladimir J. van der Laan
2021-01-13Merge #20811: refactor: move net_processing implementation details out of headerWladimir J. van der Laan
2021-01-13Merge #19935: Move SaltedHashers to separate file and add some new onesWladimir J. van der Laan
2021-01-13fuzz: Use mocktime in process_message* fuzz targetsMarcoFalke
2021-01-12rpc: Return wtxid from testmempoolacceptMarcoFalke
2021-01-12doc, rpc: add missing signet mentions in network name listsSebastian Falbesoner
2021-01-12scripted-diff: Fix typo in stub manual pagesWladimir J. van der Laan
2021-01-12doc: Add manual page generation for bitcoin-utilWladimir J. van der Laan
2021-01-12Merge #19937: signet mining utilityWladimir J. van der Laan
2021-01-12Merge #20619: guix: Quality of life improvementsfanquake
2021-01-12[doc] for CheckInputsFromMempoolAndCachegzhao408
2021-01-12lock annotations for MemPoolAccept functionsgzhao408
2021-01-12contrib/signet: Document miner script in README.mdAnthony Towns
2021-01-12contrib/signet: Add script for generating a signet chainAnthony Towns
2021-01-12Add bitcoin-util command line utilityAnthony Towns
2021-01-12Merge #20495: sync: Use decltype(auto) return type for WITH_LOCKfanquake
2021-01-11Merge #19315: [tests] Allow outbound & block-relay-only connections in functi...MarcoFalke
2021-01-11Merge #20787: Use C++17 std::array deduction for OUTPUT_TYPES, ALL_FEE_ESTIMA...fanquake
2021-01-11Merge #20373: refactor, net: Increase CNode data member encapsulationMarcoFalke
2021-01-11Merge #20852: net: allow CSubNet of non-IP networksWladimir J. van der Laan
2021-01-11fuzz: Introduce CallOneOf helper to replace switch-caseMarcoFalke
2021-01-11Merge bitcoin-core/gui#161: Add PeerTableModel::StatsRole to prevent data lay...Jonas Schnelli
2021-01-11Merge #20876: test: Replace getmempoolentry with testmempoolaccept in MiniWalletMarcoFalke
2021-01-11Merge #20480: Replace boost::variant with std::variantfanquake
2021-01-11Merge #18819: net: Replace cs_feeFilter with simple std::atomicfanquake
2021-01-10test: add test for banning of non-IP addressesVasil Dimov
2021-01-10net: allow CSubNet of non-IP networksVasil Dimov
2021-01-10refactor, net: Increase CNode data member encapsulationHennadii Stepanov
2021-01-10refactor, move-only: Relocate CNode private membersHennadii Stepanov
2021-01-10Merge bitcoin-core/gui#163: Peer details: replace Direction with Connection TypeMarcoFalke
2021-01-10Merge #20881: fuzz: net permission flags in net processingMarcoFalke
2021-01-10Merge #20890: doc: Add explicit macdeployqtplus dependencies install stepfanquake
2021-01-09net_processing: move Peer definition to .cppAnthony Towns
2021-01-09net_processing: move PeerManagerImpl into cpp fileAnthony Towns
2021-01-09net_processing: split PeerManager into interface and implementation classesAnthony Towns
2021-01-09net_processing: make more of PeerManager privateAnthony Towns
2021-01-09net, net_processing: move NetEventsInterface method docs to net.hAnthony Towns
2021-01-09rpc: move getpeerinfo connection_type help to correct placeJon Atack
2021-01-09gui: improve connection type tooltipHennadii Stepanov
2021-01-09gui: replace Direction with Connection Type in peer detailsJon Atack
2021-01-09Merge #20741: doc: Update 'Secure string handling'Wladimir J. van der Laan