index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.cpp
Age
Commit message (
Expand
)
Author
2020-12-15
Merge #20653: doc: Move addr relay comment in net to correct place
MarcoFalke
2020-12-14
doc: Move add relay comment in net to correct place
MarcoFalke
2020-12-13
net: use std::chrono throughout maxOutbound logic
fanquake
2020-12-13
net: remove nMaxOutboundTimeframe from connection options
fanquake
2020-12-13
net: remove SetMaxOutboundTimeframe
fanquake
2020-12-13
net: remove SetMaxOutboundTarget
fanquake
2020-12-10
Periodically make block-relay connections and sync headers
Suhas Daftuar
2020-12-10
Simplify and clarify extra outbound peer counting
Suhas Daftuar
2020-12-10
Merge #19776: net, rpc: expose high bandwidth mode state via getpeerinfo
MarcoFalke
2020-12-09
Remove g_relay_txes
John Newbery
2020-11-20
net: Treat raw message bytes as uint8_t
MarcoFalke
2020-11-20
Merge #20056: net: Use Span in ReceiveMsgBytes
Wladimir J. van der Laan
2020-11-18
CConnman: initialise at declaration rather than in Start()
Anthony Towns
2020-11-04
Make it easier to reason about node eviction by removing unused NodeEvictionC...
practicalswift
2020-10-27
Avoid test-before-evict evictions of current peers
Suhas Daftuar
2020-10-27
Refactor test for existing peer connection into own function
Suhas Daftuar
2020-10-27
Avoid calling CAddrMan::Connected() on block-relay-only peer addresses
Suhas Daftuar
2020-10-15
Merge #17428: p2p: Try to preserve outbound block-relay-only connections duri...
Wladimir J. van der Laan
2020-10-14
net: add peer network to CNodeStats
Jon Atack
2020-10-09
p2p: Try to connect to anchors once
Hennadii Stepanov
2020-10-09
p2p: Fix off-by-one error in fetching address loop
Hennadii Stepanov
2020-10-09
p2p: Integrate DumpAnchors() and ReadAnchors() into CConnman
Hennadii Stepanov
2020-10-09
p2p: Add CConnman::GetCurrentBlockRelayOnlyConns()
Hennadii Stepanov
2020-10-03
net: Add CNode::ConnectedThroughNetwork member function
Hennadii Stepanov
2020-10-03
net: Add CNode::m_inbound_onion data member
Hennadii Stepanov
2020-10-02
net: Use Span in ReceiveMsgBytes
MarcoFalke
2020-10-02
Merge #19991: net: Use alternative port for incoming Tor connections
Wladimir J. van der Laan
2020-10-01
net: Extend -bind config option with optional network type
Hennadii Stepanov
2020-10-01
net, refactor: Move AddLocal call one level up
Hennadii Stepanov
2020-09-30
Merge #19958: doc: Better document features of feelers
fanquake
2020-09-29
Merge #19107: p2p: Move all header verification into the network layer, exten...
fanquake
2020-09-29
net: Use network byte order for in_addr.s_addr
Hennadii Stepanov
2020-09-29
net: save high-bandwidth mode states in CNodeStats
Sebastian Falbesoner
2020-09-24
Improve docs about feeler connections
Gleb Naumenko
2020-09-22
Remove header checks out of net_processing
Troy Giorshev
2020-09-22
Give V1TransportDeserializer CChainParams& member
Troy Giorshev
2020-09-22
Change CMessageHeader Constructor
Troy Giorshev
2020-09-22
Add doxygen comment for ReceiveMsgBytes
Troy Giorshev
2020-09-22
Move checksum check from net_processing to net
Troy Giorshev
2020-09-22
Give V1TransportDeserializer an m_node_id member
Troy Giorshev
2020-09-21
[rpc] Add connection type to getpeerinfo RPC, update tests
Amiti Uttarwar
2020-09-21
[log] Add connection type to log statement
Amiti Uttarwar
2020-09-22
Merge #17785: p2p: Unify Send and Receive protocol versions
Wladimir J. van der Laan
2020-09-21
Merge #19697: Improvements on ADDR caching
Wladimir J. van der Laan
2020-09-07
p2p: Use the greatest common version in peer logic
Hennadii Stepanov
2020-09-07
p2p: Unify Send and Receive protocol versions
Hennadii Stepanov
2020-09-03
Merge #19670: Protect localhost and block-relay-only peers from eviction
Wladimir J. van der Laan
2020-09-02
[doc] Follow developer notes, add comment about missing default.
Amiti Uttarwar
2020-09-02
[refactor] Simplify connection type logic in ThreadOpenConnections
Amiti Uttarwar
2020-09-02
[trivial] Small style updates
Amiti Uttarwar
[next]