aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2021-01-11Merge #19315: [tests] Allow outbound & block-relay-only connections in functi...MarcoFalke
2021-01-11Merge #18819: net: Replace cs_feeFilter with simple std::atomicfanquake
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-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-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-02[net] Move RecordBytesSent() call out of cs_vSend lockJohn 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-29p2p: remove unused legacyWhitelisted variableJon Atack
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 nStartingHeight to PeerJohn Newbery
2020-12-17net: assert CNode::m_inbound_onion is inbound in ctorJon Atack
2020-12-17Merge #20668: doc: warn that incoming conns are unlikely when not using defau...Wladimir J. van der Laan
2020-12-16Merge #20651: net: Make p2p recv buffer timeout 20 minutes for all peersMarcoFalke
2020-12-16doc: warn that incoming conns are unlikely when not using default portsAdam Jonas
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-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-14[net] Make p2p recv buffer timeout 20 minutes for all peersJohn Newbery
2020-12-13net: use std::chrono throughout maxOutbound logicfanquake
2020-12-13net: remove nMaxOutboundTimeframe from connection optionsfanquake
2020-12-13net: remove SetMaxOutboundTimeframefanquake
2020-12-13net: remove SetMaxOutboundTargetfanquake
2020-12-10Periodically make block-relay connections and sync headersSuhas Daftuar
2020-12-10Simplify and clarify extra outbound peer countingSuhas Daftuar
2020-12-10Merge #19776: net, rpc: expose high bandwidth mode state via getpeerinfoMarcoFalke
2020-12-09Remove g_relay_txesJohn Newbery
2020-12-06Don't declare de facto const member functions as non-constpracticalswift
2020-11-20net: Treat raw message bytes as uint8_tMarcoFalke
2020-11-20Merge #20056: net: Use Span in ReceiveMsgBytesWladimir J. van der Laan
2020-11-18CConnman: initialise at declaration rather than in Start()Anthony Towns
2020-11-04Make it easier to reason about node eviction by removing unused NodeEvictionC...practicalswift
2020-10-27Avoid test-before-evict evictions of current peersSuhas Daftuar
2020-10-27Refactor test for existing peer connection into own functionSuhas Daftuar
2020-10-27Avoid calling CAddrMan::Connected() on block-relay-only peer addressesSuhas Daftuar
2020-10-15Merge #17428: p2p: Try to preserve outbound block-relay-only connections duri...Wladimir J. van der Laan
2020-10-14net: add peer network to CNodeStatsJon Atack
2020-10-09p2p: Try to connect to anchors onceHennadii Stepanov
2020-10-09p2p: Fix off-by-one error in fetching address loopHennadii Stepanov
2020-10-09p2p: Integrate DumpAnchors() and ReadAnchors() into CConnmanHennadii Stepanov