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
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-29
p2p: remove unused legacyWhitelisted variable
Jon Atack
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
2020-12-26
[rpc] Remove deprecated "whitelisted" field from getpeerinfo
Amiti Uttarwar
2020-12-26
[rpc] Remove deprecated "addnode" field from getpeerinfo
Amiti Uttarwar
2020-12-20
[net processing] Move hashContinue to net processing
John Newbery
2020-12-20
[net processing] Move nStartingHeight to Peer
John Newbery
2020-12-17
net: assert CNode::m_inbound_onion is inbound in ctor
Jon Atack
2020-12-17
Merge #20668: doc: warn that incoming conns are unlikely when not using defau...
Wladimir J. van der Laan
2020-12-16
Merge #20651: net: Make p2p recv buffer timeout 20 minutes for all peers
MarcoFalke
2020-12-16
doc: warn that incoming conns are unlikely when not using default ports
Adam Jonas
2020-12-16
Merge #20477: net: Add unit testing of node eviction logic
MarcoFalke
2020-12-16
net: Move eviction node selection logic to SelectNodeToEvict(...)
practicalswift
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-14
[net] Make p2p recv buffer timeout 20 minutes for all peers
John Newbery
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-12-06
Don't declare de facto const member functions as non-const
practicalswift
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
[prev]
[next]