index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: warn that incoming conns are unlikely when not using default ports
Adam Jonas
2020-12-17
1
-1
/
+5
*
Make it easier to reason about node eviction by removing unused NodeEvictionC...
practicalswift
2020-11-04
1
-2
/
+1
*
Avoid test-before-evict evictions of current peers
Suhas Daftuar
2020-10-27
1
-4
/
+23
*
Refactor test for existing peer connection into own function
Suhas Daftuar
2020-10-27
1
-1
/
+6
*
Avoid calling CAddrMan::Connected() on block-relay-only peer addresses
Suhas Daftuar
2020-10-27
1
-1
/
+1
*
Merge #17428: p2p: Try to preserve outbound block-relay-only connections duri...
Wladimir J. van der Laan
2020-10-15
1
-9
/
+62
|
\
|
*
p2p: Try to connect to anchors once
Hennadii Stepanov
2020-10-09
1
-2
/
+18
|
*
p2p: Fix off-by-one error in fetching address loop
Hennadii Stepanov
2020-10-09
1
-7
/
+7
|
*
p2p: Integrate DumpAnchors() and ReadAnchors() into CConnman
Hennadii Stepanov
2020-10-09
1
-0
/
+24
|
*
p2p: Add CConnman::GetCurrentBlockRelayOnlyConns()
Hennadii Stepanov
2020-10-09
1
-0
/
+13
*
|
net: add peer network to CNodeStats
Jon Atack
2020-10-14
1
-0
/
+1
*
|
net: Add CNode::ConnectedThroughNetwork member function
Hennadii Stepanov
2020-10-03
1
-0
/
+5
*
|
net: Add CNode::m_inbound_onion data member
Hennadii Stepanov
2020-10-03
1
-3
/
+7
|
/
*
Merge #19991: net: Use alternative port for incoming Tor connections
Wladimir J. van der Laan
2020-10-02
1
-7
/
+21
|
\
|
*
net: Extend -bind config option with optional network type
Hennadii Stepanov
2020-10-01
1
-3
/
+16
|
*
net, refactor: Move AddLocal call one level up
Hennadii Stepanov
2020-10-01
1
-4
/
+5
|
*
net: Use network byte order for in_addr.s_addr
Hennadii Stepanov
2020-09-29
1
-1
/
+1
*
|
Merge #19958: doc: Better document features of feelers
fanquake
2020-09-30
1
-1
/
+1
|
\
\
|
*
|
Improve docs about feeler connections
Gleb Naumenko
2020-09-24
1
-1
/
+1
*
|
|
Merge #19107: p2p: Move all header verification into the network layer, exten...
fanquake
2020-09-29
1
-28
/
+58
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Remove header checks out of net_processing
Troy Giorshev
2020-09-22
1
-4
/
+16
|
*
|
Give V1TransportDeserializer CChainParams& member
Troy Giorshev
2020-09-22
1
-7
/
+7
|
*
|
Change CMessageHeader Constructor
Troy Giorshev
2020-09-22
1
-1
/
+1
|
*
|
Add doxygen comment for ReceiveMsgBytes
Troy Giorshev
2020-09-22
1
-0
/
+10
|
*
|
Move checksum check from net_processing to net
Troy Giorshev
2020-09-22
1
-20
/
+27
|
*
|
Give V1TransportDeserializer an m_node_id member
Troy Giorshev
2020-09-22
1
-3
/
+4
*
|
|
[rpc] Add connection type to getpeerinfo RPC, update tests
Amiti Uttarwar
2020-09-21
1
-0
/
+2
*
|
|
[log] Add connection type to log statement
Amiti Uttarwar
2020-09-21
1
-0
/
+20
|
/
/
*
|
Merge #17785: p2p: Unify Send and Receive protocol versions
Wladimir J. van der Laan
2020-09-22
1
-27
/
+1
|
\
\
|
*
|
p2p: Use the greatest common version in peer logic
Hennadii Stepanov
2020-09-07
1
-1
/
+1
|
*
|
p2p: Unify Send and Receive protocol versions
Hennadii Stepanov
2020-09-07
1
-26
/
+0
|
|
/
*
|
Merge #19697: Improvements on ADDR caching
Wladimir J. van der Laan
2020-09-21
1
-6
/
+39
|
\
\
|
|
/
|
/
|
|
*
Address nits in ADDR caching
Gleb Naumenko
2020-09-02
1
-6
/
+6
|
*
Add indexing ADDR cache by local socket addr
Gleb Naumenko
2020-08-27
1
-6
/
+14
|
*
Justify the choice of ADDR cache lifetime
Gleb Naumenko
2020-08-27
1
-0
/
+25
*
|
Merge #19670: Protect localhost and block-relay-only peers from eviction
Wladimir J. van der Laan
2020-09-03
1
-2
/
+36
|
\
\
|
*
|
Protect localhost and block-relay-only peers from eviction
Suhas Daftuar
2020-09-02
1
-2
/
+36
*
|
|
[doc] Follow developer notes, add comment about missing default.
Amiti Uttarwar
2020-09-02
1
-1
/
+1
*
|
|
[refactor] Simplify connection type logic in ThreadOpenConnections
Amiti Uttarwar
2020-09-02
1
-37
/
+24
*
|
|
[trivial] Small style updates
Amiti Uttarwar
2020-09-02
1
-1
/
+1
*
|
|
[refactor] Restructure logic to check for addr relay.
Amiti Uttarwar
2020-09-02
1
-0
/
+3
*
|
|
scripted-diff: Rename `OUTBOUND` ConnectionType to `OUTBOUND_FULL_RELAY`
Amiti Uttarwar
2020-09-02
1
-3
/
+3
|
/
/
*
/
net: improve nLastBlockTime and nLastTXTime documentation
Jon Atack
2020-09-01
1
-2
/
+2
|
/
*
net: add nLastBlockTime/TXTime to CNodeStats, CNode::copyStats
Jon Atack
2020-08-15
1
-0
/
+2
*
Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to...
Wladimir J. van der Laan
2020-08-12
1
-6
/
+6
|
\
|
*
[net] Add addpeeraddress RPC method
John Newbery
2020-08-12
1
-2
/
+2
|
*
[addrman] Specify max addresses and pct when calling GetAddresses()
John Newbery
2020-08-12
1
-4
/
+4
*
|
Merge #19316: [net] Cleanup logic around connection types
fanquake
2020-08-12
1
-79
/
+77
|
\
\
|
*
|
[net/refactor] Simplify multiple-connection checks
Amiti Uttarwar
2020-08-07
1
-2
/
+2
|
*
|
[net/refactor] Rework ThreadOpenConnections logic
Amiti Uttarwar
2020-08-07
1
-12
/
+18
[next]