aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
AgeCommit message (Expand)Author
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
2021-01-13Merge #20811: refactor: move net_processing implementation details out of headerWladimir J. van der Laan
2021-01-11Merge #19315: [tests] Allow outbound & block-relay-only connections in functi...MarcoFalke
2021-01-11Merge #20373: refactor, net: Increase CNode data member encapsulationMarcoFalke
2021-01-11Merge #18819: net: Replace cs_feeFilter with simple std::atomicfanquake
2021-01-10doc: update ConnectionType Doxygen documentationJon Atack
2021-01-10refactor, net: Increase CNode data member encapsulationHennadii Stepanov
2021-01-10refactor, move-only: Relocate CNode private membersHennadii Stepanov
2021-01-10Merge #20881: fuzz: net permission flags in net processingMarcoFalke
2021-01-09net, net_processing: move NetEventsInterface method docs to net.hAnthony Towns
2021-01-08Merge #20786: net: [refactor] Prefer integral types in CNodeStatsMarcoFalke
2021-01-07[rpc/net] Introduce addconnection to test outbounds & blockrelayAmiti Uttarwar
2021-01-07fuzz: net permission flags in net processingMarcoFalke
2021-01-07net: Add libnatpmp supportHennadii Stepanov
2021-01-07scripted-diff: Rename UPnP stuffHennadii Stepanov
2021-01-07refactor: Move port mapping code to its own moduleHennadii Stepanov
2021-01-07net: Remove unused cs_feeFilterMarcoFalke
2021-01-07Expose integral m_conn_type in CNodeStats, remove m_conn_type_stringJon Atack
2021-01-07net: Move SocketSendData lock annotation to headerMarcoFalke
2021-01-07net: Move CConnman/NetEventsInterface after CNode in header fileMarcoFalke
2021-01-07Merge #20584: Declare de facto const reference variables/member functions as ...MarcoFalke
2021-01-06Merge #20816: net: Move RecordBytesSent() call out of cs_vSend lockMarcoFalke
2021-01-05Merge #19915: p2p, refactor: Use Mutex type for some mutexes in CNode classMarcoFalke
2021-01-02[net] Add cs_vSend lock annotationsJohn Newbery
2021-01-02refactor: Remove nMyStartingHeight from CNode/ConnmanMarcoFalke
2021-01-02Merge #20210: net: assert CNode::m_inbound_onion is inbound in ctor, add gett...MarcoFalke
2020-12-28Merge #162: Add network to peers window and peer detailsWladimir J. van der Laan
2020-12-27net, rpc: change CNodeStats::m_network from string to NetworkJon Atack
2020-12-26[rpc] Remove deprecated "whitelisted" field from getpeerinfoAmiti Uttarwar
2020-12-26[rpc] Remove deprecated "addnode" field from getpeerinfoAmiti Uttarwar
2020-12-20[net processing] Move hashContinue to net processingJohn Newbery
2020-12-20[net processing] Move block inventory data to PeerJohn Newbery
2020-12-20[net processing] Rename nStartingHeight to m_starting_heightJohn Newbery
2020-12-20[net processing] Move nStartingHeight to PeerJohn Newbery
2020-12-17net: add CNode::IsInboundOnion() public getter and unit testsJon Atack
2020-12-17net: assert CNode::m_inbound_onion is inbound in ctorJon Atack
2020-12-16Merge #20661: Only select from addrv2-capable peers for torv3 address relayWladimir J. van der Laan
2020-12-16Merge #20477: net: Add unit testing of node eviction logicMarcoFalke
2020-12-16net: Move eviction node selection logic to SelectNodeToEvict(...)practicalswift
2020-12-15refactor: add IsAddrCompatible() to CNodePieter Wuille
2020-12-15Merge #20653: doc: Move addr relay comment in net to correct placeMarcoFalke
2020-12-14doc: Move add relay comment in net to correct placeMarcoFalke
2020-12-13net: use std::chrono throughout maxOutbound logicfanquake
2020-12-13init: set nMaxOutboundLimit connection option directlyfanquake
2020-12-13net: remove nMaxOutboundTimeframe from connection optionsfanquake