aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
AgeCommit message (Expand)Author
2021-11-24refactor: replace RecursiveMutex m_added_nodes_mutex with MutexSebastian Falbesoner
2021-11-24refactor: replace RecursiveMutex m_addr_fetches_mutex with MutexSebastian Falbesoner
2021-11-24scripted-diff: rename node vector/mutex members in CConnmanSebastian Falbesoner
2021-11-24refactor: remove RecursiveMutex cs_totalBytesRecv, use std::atomic insteadSebastian Falbesoner
2021-11-24Merge bitcoin/bitcoin#21943: Dedup and RAII-fy the creation of a copy of CCon...W. J. van der Laan
2021-11-18net: split CConnman::SocketHandler()Vasil Dimov
2021-11-18net: keep reference to each node during socket waitVasil Dimov
2021-11-18net: dedup and RAII-fy the creation of a copy of CConnman::vNodesVasil Dimov
2021-11-17util: ParseByteUnits - Parse a string with suffix unit [k|K|m|M|g|G|t|T]Douglas Chimento
2021-11-02Merge bitcoin/bitcoin#22735: [net] Don't return an optional from TransportDes...MarcoFalke
2021-10-21Merge bitcoin/bitcoin#23218: p2p: Use mocktime for ping timeoutW. J. van der Laan
2021-10-21Merge bitcoin/bitcoin#23137: Move-only: bloom to src/commonfanquake
2021-10-07p2p: Use mocktime for ping timeoutMarcoFalke
2021-10-05Merge bitcoin/bitcoin#22950: [p2p] Pimpl AddrMan to abstract implementation d...MarcoFalke
2021-10-05style: SortMarcoFalke
2021-10-05scripted-diff: Move bloom to src/commonMarcoFalke
2021-09-30[MOVEONLY] consensus: move amount.h into consensusfanquake
2021-09-28scripted-diff: Rename CAddrMan to AddrManAmiti Uttarwar
2021-09-10Merge bitcoin/bitcoin#22911: [net] Minor cleanups to asmapfanquake
2021-09-07[net] Remove asmap argument from CNode::CopyStats()John Newbery
2021-09-07[net] Remove CConnman::Options.m_asmapJohn Newbery
2021-09-07Fix addrdb includesMarcoFalke
2021-09-06Merge bitcoin/bitcoin#22791: init: Fix asmap/addrman initialization order bugMarcoFalke
2021-08-27[net] Rename the copyStats arg from m_asmap to asmapJohn Newbery
2021-08-26Remove GetAddrNameMarcoFalke
2021-08-26Remove unused RecursiveMutex cs_addrNameMarcoFalke
2021-08-25[net] Remove CConnMan::SetAsmap()John Newbery
2021-08-24Remove unused MaybeSetAddrNameMarcoFalke
2021-08-19[net] Don't return an optional from TransportDeserializer::GetMessage()Troy Giorshev
2021-08-18scripted-diff: replace clientInterface with m_client_interface in netfanquake
2021-08-03Merge bitcoin/bitcoin#22098: [test, init] DNS seed querying logicfanquake
2021-07-30[style] Small style improvements to DNS parametersAmiti Uttarwar
2021-07-20Merge bitcoin/bitcoin#22096: p2p: AddrFetch - don't disconnect on self-announ...fanquake
2021-07-12Merge bitcoin/bitcoin#20234: net: don't bind on 0.0.0.0 if binds are restrict...W. J. van der Laan
2021-07-12net, rpc: Enable AddrFetch connections for functional testingMartin Zumsande
2021-07-07net: don't bind on 0.0.0.0 if binds are restricted to TorVasil Dimov
2021-06-14p2p: extend inbound eviction protection by network to I2P peersJon Atack
2021-06-14p2p: remove unused m_is_onion member from NodeEvictionCandidate structJon Atack
2021-06-14p2p: update ProtectEvictionCandidatesByRatio() doxygen docsJon Atack
2021-06-13p2p: add m_network to NodeEvictionCandidate structJon Atack
2021-05-24Merge bitcoin/bitcoin#21186: net/net processing: Move addr data into net_proc...fanquake
2021-05-19p2p: allow CConnman::GetAddresses() by network, add doxygenJon Atack
2021-05-12scripted-diff: rename NetPermissionFlags enumeratorsJon Atack
2021-05-12scripted-diff: add NetPermissionFlags scopes where not already presentJon Atack
2021-04-30[refactor] Remove unused ForEachNodeThen() templateJohn Newbery
2021-04-30[net processing] Move addr relay data and logic into net processingJohn Newbery
2021-04-17refactor: Mark member functions constMarcoFalke
2021-04-01[net] Changes to RunInactivityChecksJohn Newbery
2021-04-01Merge #21236: net processing: Extract `addr` send functionality into MaybeSen...MarcoFalke
2021-03-30Merge #20197: p2p: protect onions in AttemptToEvictConnection(), add eviction...Wladimir J. van der Laan