aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
AgeCommit message (Expand)Author
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
2021-03-29[net] Change addr send times fields to be guarded by new mutexJohn Newbery
2021-03-22[net] remove fUpdateConnectionTime from FinalizeNodeJohn Newbery
2021-03-20[net] remove CConnman::AddNewAddressesJohn Newbery
2021-03-20[net] remove CConnman::MarkAddressGoodJohn Newbery
2021-03-20[net] remove CConnman::SetServicesJohn Newbery
2021-03-20[net] Construct addrman outside connmanJohn Newbery
2021-03-19Merge #21328: net, refactor: pass uint16 CService::port as uint16MarcoFalke
2021-03-19Protect onion+localhost peers in ProtectEvictionCandidatesByRatio()Jon Atack
2021-03-19Add m_inbound_onion to AttemptToEvictConnection()Jon Atack
2021-03-19Extract ProtectEvictionCandidatesByRatio from SelectNodeToEvictJon Atack
2021-03-17refactor: post Optional<> removal cleanupsfanquake
2021-03-16p2p, refactor: pass and use uint16_t CService::port as uint16_tJon Atack
2021-03-15scripted-diff: remove Optional & nulloptfanquake
2021-03-04net: Replace enum CConnMan::NumConnections with enum class ConnectionDirectionLuke Dashjr
2021-03-03Make all Poisson delays use std::chrono typesPieter Wuille
2021-03-03Change all ping times to std::chrono typesPieter Wuille
2021-03-01net: accept incoming I2P connections from CConnmanVasil Dimov
2021-03-01init: introduce I2P connectivity optionsVasil Dimov
2021-03-01net: isolate the protocol-agnostic part of CConnman::AcceptConnection()Vasil Dimov
2021-02-18[net] Change AdvertiseLocal to GetLocalAddrForPeerJohn Newbery
2021-02-15scripted-diff: rename ping membersJohn Newbery
2021-02-15[net processing] Move ping data fields to net processingJohn Newbery
2021-02-15[net] Add RunInactivityChecks()John Newbery
2021-02-12net: remove CNode::m_inbound_onion defaults for explicitnessJon Atack
2021-02-12net: make CNode::m_inbound_onion public, drop getter, update testsJon Atack
2021-02-11[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...Dhruv Mehta
2021-02-02doc: refer to BIPs 339/155 in feature negotiationJon Atack
2021-02-02Merge #19509: Per-Peer Message CaptureMarcoFalke
2021-01-27Merge #180: Peer details: connection type follow-upsWladimir J. van der Laan
2021-01-23Add CaptureMessageTroy Giorshev
2021-01-19[net] Cleanup InactivityChecks() and add commenting about timeJohn Newbery
2021-01-13[net] InactivityCheck() takes a CNode referenceJohn Newbery