Age | Commit message (Expand) | Author |
2021-05-19 | p2p: allow CConnman::GetAddresses() by network, add doxygen | Jon Atack |
2021-05-12 | scripted-diff: rename NetPermissionFlags enumerators | Jon Atack |
2021-05-12 | scripted-diff: add NetPermissionFlags scopes where not already present | Jon Atack |
2021-04-17 | refactor: Mark member functions const | MarcoFalke |
2021-04-01 | [net] Changes to RunInactivityChecks | John Newbery |
2021-04-01 | Merge #21236: net processing: Extract `addr` send functionality into MaybeSen... | MarcoFalke |
2021-03-30 | Merge #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 mutex | John Newbery |
2021-03-22 | [net] remove fUpdateConnectionTime from FinalizeNode | John Newbery |
2021-03-20 | [net] remove CConnman::AddNewAddresses | John Newbery |
2021-03-20 | [net] remove CConnman::MarkAddressGood | John Newbery |
2021-03-20 | [net] remove CConnman::SetServices | John Newbery |
2021-03-20 | [net] Construct addrman outside connman | John Newbery |
2021-03-19 | Merge #21328: net, refactor: pass uint16 CService::port as uint16 | MarcoFalke |
2021-03-19 | Protect onion+localhost peers in ProtectEvictionCandidatesByRatio() | Jon Atack |
2021-03-19 | Add m_inbound_onion to AttemptToEvictConnection() | Jon Atack |
2021-03-19 | Extract ProtectEvictionCandidatesByRatio from SelectNodeToEvict | Jon Atack |
2021-03-17 | refactor: post Optional<> removal cleanups | fanquake |
2021-03-16 | p2p, refactor: pass and use uint16_t CService::port as uint16_t | Jon Atack |
2021-03-15 | scripted-diff: remove Optional & nullopt | fanquake |
2021-03-04 | net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection | Luke Dashjr |
2021-03-03 | Make all Poisson delays use std::chrono types | Pieter Wuille |
2021-03-03 | Change all ping times to std::chrono types | Pieter Wuille |
2021-03-01 | net: accept incoming I2P connections from CConnman | Vasil Dimov |
2021-03-01 | init: introduce I2P connectivity options | Vasil Dimov |
2021-03-01 | net: isolate the protocol-agnostic part of CConnman::AcceptConnection() | Vasil Dimov |
2021-02-18 | [net] Change AdvertiseLocal to GetLocalAddrForPeer | John Newbery |
2021-02-15 | scripted-diff: rename ping members | John Newbery |
2021-02-15 | [net processing] Move ping data fields to net processing | John Newbery |
2021-02-15 | [net] Add RunInactivityChecks() | John Newbery |
2021-02-12 | net: remove CNode::m_inbound_onion defaults for explicitness | Jon Atack |
2021-02-12 | net: make CNode::m_inbound_onion public, drop getter, update tests | Jon Atack |
2021-02-11 | [p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad... | Dhruv Mehta |
2021-02-02 | doc: refer to BIPs 339/155 in feature negotiation | Jon Atack |
2021-02-02 | Merge #19509: Per-Peer Message Capture | MarcoFalke |
2021-01-27 | Merge #180: Peer details: connection type follow-ups | Wladimir J. van der Laan |
2021-01-23 | Add CaptureMessage | Troy Giorshev |
2021-01-19 | [net] Cleanup InactivityChecks() and add commenting about time | John Newbery |
2021-01-13 | [net] InactivityCheck() takes a CNode reference | John Newbery |
2021-01-13 | Merge #20811: refactor: move net_processing implementation details out of header | Wladimir J. van der Laan |
2021-01-11 | Merge #19315: [tests] Allow outbound & block-relay-only connections in functi... | MarcoFalke |
2021-01-11 | Merge #20373: refactor, net: Increase CNode data member encapsulation | MarcoFalke |
2021-01-11 | Merge #18819: net: Replace cs_feeFilter with simple std::atomic | fanquake |
2021-01-10 | doc: update ConnectionType Doxygen documentation | Jon Atack |
2021-01-10 | refactor, net: Increase CNode data member encapsulation | Hennadii Stepanov |
2021-01-10 | refactor, move-only: Relocate CNode private members | Hennadii Stepanov |
2021-01-10 | Merge #20881: fuzz: net permission flags in net processing | MarcoFalke |
2021-01-09 | net, net_processing: move NetEventsInterface method docs to net.h | Anthony Towns |
2021-01-08 | Merge #20786: net: [refactor] Prefer integral types in CNodeStats | MarcoFalke |
2021-01-07 | [rpc/net] Introduce addconnection to test outbounds & blockrelay | Amiti Uttarwar |