aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2021-02-23Merge #21222: log: Clarify log message when file does not existMarcoFalke
2021-02-18log: Clarify log message when file does not existMarcoFalke
2021-02-18[net] Move checks from GetLocalAddrForPeer to callerJohn Newbery
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 processing] Move ping timeout logic 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-12[refactor] Correct log message in net.cppDhruv Mehta
2021-02-12Merge #19884: p2p: No delay in adding fixed seeds if -dnsseed=0 and peers.dat...Wladimir J. van der Laan
2021-02-11[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...Dhruv Mehta
2021-02-11Merge #20788: net: add RAII socket and use it instead of bare SOCKETWladimir J. van der Laan
2021-02-10net: use Sock in InterruptibleRecv() and Socks5()Vasil Dimov
2021-02-10net: add RAII socket and use it instead of bare SOCKETVasil Dimov
2021-02-10net: move CloseSocket() from netbase to util/sockVasil Dimov
2021-02-02Merge #19509: Per-Peer Message CaptureMarcoFalke
2021-01-28net: use peer=N instead of from=N in debug logAnthony Towns
2021-01-28net: make debug logging conditional on -debug=netAnthony Towns
2021-01-28net, net_processing: log disconnect reasons with -debug=netAnthony Towns
2021-01-26Merge bitcoin-core/gui#183: Add include for std::bind.MarcoFalke
2021-01-23Call CaptureMessage at appropriate locationsTroy Giorshev
2021-01-23Add CaptureMessageTroy Giorshev
2021-01-19[net] Cleanup InactivityChecks() and add commenting about timeJohn Newbery
2021-01-17Clean PushMessage and ProcessMessagesTroy Giorshev
2021-01-13[net] InactivityCheck() takes a CNode referenceJohn Newbery
2021-01-13Add include for std::bind.sinetek
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