Age | Commit message (Expand) | Author |
2021-03-19 | Merge #21328: net, refactor: pass uint16 CService::port as uint16 | MarcoFalke |
2021-03-16 | p2p, refactor: pass and use uint16_t CService::port as uint16_t | Jon Atack |
2021-03-17 | refactor: post Optional<> removal cleanups | fanquake |
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 |
2021-01-07 | fuzz: net permission flags in net processing | MarcoFalke |
2021-01-07 | net: Add libnatpmp support | Hennadii Stepanov |
2021-01-07 | scripted-diff: Rename UPnP stuff | Hennadii Stepanov |
2021-01-07 | refactor: Move port mapping code to its own module | Hennadii Stepanov |
2021-01-07 | net: Remove unused cs_feeFilter | MarcoFalke |
2021-01-07 | Expose integral m_conn_type in CNodeStats, remove m_conn_type_string | Jon Atack |
2021-01-07 | net: Move SocketSendData lock annotation to header | MarcoFalke |
2021-01-07 | net: Move CConnman/NetEventsInterface after CNode in header file | MarcoFalke |
2021-01-07 | Merge #20584: Declare de facto const reference variables/member functions as ... | MarcoFalke |
2021-01-06 | Merge #20816: net: Move RecordBytesSent() call out of cs_vSend lock | MarcoFalke |
2021-01-05 | Merge #19915: p2p, refactor: Use Mutex type for some mutexes in CNode class | MarcoFalke |
2021-01-02 | [net] Add cs_vSend lock annotations | John Newbery |
2021-01-02 | refactor: Remove nMyStartingHeight from CNode/Connman | MarcoFalke |
2021-01-02 | Merge #20210: net: assert CNode::m_inbound_onion is inbound in ctor, add gett... | MarcoFalke |
2020-12-28 | Merge #162: Add network to peers window and peer details | Wladimir J. van der Laan |
2020-12-27 | net, rpc: change CNodeStats::m_network from string to Network | Jon Atack |