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.h
Age
Commit message (
Expand
)
Author
2020-12-17
net: assert CNode::m_inbound_onion is inbound in ctor
Jon Atack
2020-12-16
Merge #20661: Only select from addrv2-capable peers for torv3 address relay
Wladimir J. van der Laan
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
refactor: add IsAddrCompatible() to CNode
Pieter Wuille
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
init: set nMaxOutboundLimit connection option directly
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-08
util: Allow use of C++14 chrono literals
MarcoFalke
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-12-04
net: Assume that SetCommonVersion is called at most once per peer
MarcoFalke
2020-12-03
Merge #20221: net: compat.h related cleanup
Wladimir J. van der Laan
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-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-22
net: Drop unneeded headers when compat.h included
Hennadii Stepanov
2020-10-19
Merge #19911: net: guard vRecvGetData with cs_vRecv and orphan_work_set with ...
fanquake
2020-10-15
Merge #20090: [doc] Tiny followups to new getpeerinfo connection type field
Wladimir J. van der Laan
2020-10-15
Merge #17428: p2p: Try to preserve outbound block-relay-only connections duri...
Wladimir J. van der Laan
2020-10-15
Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp...
Wladimir J. van der Laan
2020-10-14
Merge #19988: Overhaul transaction request logic
Wladimir J. van der Laan
2020-10-14
Move vRecvGetData to net processing
Neha Narula
2020-10-14
Move m_orphan_work_set to net_processing
Neha Narula
2020-10-14
net: add peer network to CNodeStats
Jon Atack
2020-10-13
[Rename only] Rename orphan_work_set to m_orphan_work_set.
Neha Narula
2020-10-12
Delete limitedmap as it is unused now
Pieter Wuille
2020-10-12
Merge #19998: net: Add CNode::ConnectedThroughNetwork member function
Wladimir J. van der Laan
2020-10-11
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
fanquake
2020-10-09
[trivial] Extract connection type doc into file where it is used.
Amiti Uttarwar
2020-10-09
net: advertise support for ADDRv2 via new message
Vasil Dimov
2020-10-09
p2p: Try to connect to anchors once
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-08
[net] Remove CombinerAll
John Newbery
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-09-30
Merge #19958: doc: Better document features of feelers
fanquake
[prev]
[next]