aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-31Merge #21486: build: link against -lsocket if required for *ifaddrsfanquake
2021-03-30Merge #21553: fuzz: Misc refactorMarcoFalke
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-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-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
2021-03-29[net] Change addr send times fields to be guarded by new mutexJohn Newbery
2021-03-29[net processing] Only call GetTime() once in SendMessages()John Newbery
2021-03-29Merge #21509: p2p: Don't send FEEFILTER in blocksonly mode.MarcoFalke
2021-03-29Merge #21531: test: remove qt byteswap compattestsMarcoFalke
2021-03-29Merge bitcoin-core/gui#154: qt: Support macOS Dark modeMarcoFalke
2021-03-29Merge #21477: test: Add test for CNetAddr::ToString IPv6 address formatting (...MarcoFalke
2021-03-29Merge bitcoin-core/gui#251: Improve URI/file handling messageMarcoFalke
2021-03-29test: remove qt byteswap compattestsfanquake
2021-03-29net: add ifaddrs.h includefanquake
2021-03-29rand: only try and use freeifaddrs if availablefanquake
2021-03-28Merge bitcoin-core/gui#254: refactor: Drop redundant setEditTriggers(NoEditTr...MarcoFalke
2021-03-26Merge bitcoin-core/gui#243: fix issue when disabling the auto-enabled blank w...MarcoFalke
2021-03-26Merge #21390: test: Test improvements for UTXO set hash testsMarcoFalke
2021-03-25Merge #21522: fuzz: [refactor] Use PickValue where possibleMarcoFalke
2021-03-24Merge #17227: Qt: Add Android packaging supportWladimir J. van der Laan
2021-03-24Merge #21516: remove unnecessary newline from initWarning() argumentMarcoFalke
2021-03-24remove unnecessary newline from initWarning() argumentLarry Ruane
2021-03-24Merge #21489: fuzz: cleanups for versionbits fuzzerfanquake
2021-03-24fuzz: [refactor] Use PickValue where possibleMarcoFalke
2021-03-23rpc: Improve gettxoutsetinfo helpFabian Jahr
2021-03-23p2p: Don't send FEEFILTER in blocksonly modeMartin Zumsande
2021-03-23qt: fix issue when disabling the auto-enabled blank wallet checkboxJarol Rodriguez
2021-03-23Merge #21512: fuzz: Fix tx_pool target to properly fuzz immature outpointsMarcoFalke
2021-03-23Merge bitcoin-core/gui#248: Fix: For values of "Bytes transferred" and "Bytes...MarcoFalke
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-03-23qt, refactor: Drop redundant setEditTriggers(NoEditTriggers) callsHennadii Stepanov
2021-03-23Merge #18030: doc: Coin::IsSpent() can also mean never existedMarcoFalke
2021-03-23fuzz: Fix tx_pool target to properly fuzz immature outpointsMarcoFalke
2021-03-23fuzz: Style fixupsMarcoFalke
2021-03-23Merge #21142: fuzz: Add tx_pool fuzz targetMarcoFalke
2021-03-23Merge #21487: fuzz: Use ConsumeWeakEnum in addrman for service flagsMarcoFalke