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
...
*
|
Merge #8189: rename mapAddrCount to mapNetGroupNodes
Wladimir J. van der Laan
2016-08-03
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
rename mapAddrCount to mapNetGroupNodes
instagibbs
2016-06-10
1
-5
/
+5
*
|
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
1
-2
/
+2
*
|
BIP144: Handshake and relay (receiver side)
Pieter Wuille
2016-06-22
1
-1
/
+5
*
|
Add ability to fetch CNode by NodeId
Matt Corallo
2016-06-19
1
-0
/
+10
*
|
Merge #8113: Rework addnode behaviour
Wladimir J. van der Laan
2016-06-16
1
-48
/
+79
|
\
\
|
*
|
Prevent duplicate connections where one is by name and another by ip
Pieter Wuille
2016-06-13
1
-0
/
+20
|
*
|
Rework addnode behaviour
Pieter Wuille
2016-06-13
1
-48
/
+59
*
|
|
Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.
Wladimir J. van der Laan
2016-06-16
1
-11
/
+44
|
\
\
\
|
*
|
|
Allow disconnecting a netgroup with only one member in eviction.
Gregory Maxwell
2016-06-15
1
-7
/
+0
|
*
|
|
Add recently accepted blocks and txn to AttemptToEvictConnection.
Gregory Maxwell
2016-06-15
1
-4
/
+44
|
|
|
/
|
|
/
|
*
|
|
Do not set extra flags for unfiltered DNS seed results
Pieter Wuille
2016-06-15
1
-1
/
+13
|
|
/
|
/
|
*
|
Introduce REQUIRED_SERVICES constant
Pieter Wuille
2016-06-13
1
-1
/
+1
*
|
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
1
-12
/
+12
*
|
Don't require services in -addnode
Pieter Wuille
2016-06-13
1
-7
/
+8
*
|
Only store and connect to NODE_NETWORK nodes
Pieter Wuille
2016-06-13
1
-0
/
+4
*
|
Verify that outbound connections have expected services
Pieter Wuille
2016-06-13
1
-0
/
+5
|
/
*
Merge #8173: Use SipHash for node eviction (cont'd)
Pieter Wuille
2016-06-08
1
-42
/
+26
|
\
|
*
Use C++11 thread-safe static initializers
Pieter Wuille
2016-06-07
1
-6
/
+2
|
*
Use 64-bit SipHash of netgroups in eviction
Pieter Wuille
2016-06-07
1
-13
/
+26
|
*
Avoid recalculating vchKeyedNetGroup in eviction logic.
Patrick Strateman
2016-06-07
1
-34
/
+9
*
|
Merge #8083: Add support for dnsseeds with option to filter by servicebits
Pieter Wuille
2016-06-08
1
-2
/
+3
|
\
\
|
*
|
Add support for dnsseeds with option to filter by servicebits
Jonas Schnelli
2016-05-25
1
-2
/
+3
*
|
|
Merge #8065: Addrman offline attempts
Wladimir J. van der Laan
2016-06-08
1
-10
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Do not increment nAttempts by more than one for every Good connection.
Gregory Maxwell
2016-05-26
1
-1
/
+1
|
*
|
Avoid counting failed connect attempts when probably offline.
Gregory Maxwell
2016-05-26
1
-10
/
+10
|
|
/
*
|
Defer inserting into maprelay until just before relaying.
Gregory Maxwell
2016-05-31
1
-15
/
+0
*
|
Merge #8080: Do not use mempool for GETDATA for tx accepted after the last me...
Wladimir J. van der Laan
2016-05-31
1
-0
/
+1
|
\
\
|
*
|
Do not use mempool for GETDATA for tx accepted after the last mempool req.
Gregory Maxwell
2016-05-25
1
-0
/
+1
|
|
/
*
|
Use global ::fRelayTxes instead of CNode one
Pieter Wuille
2016-05-26
1
-1
/
+1
*
|
Merge #8049: Expose information on whether transaction relay is enabled in `g...
Pieter Wuille
2016-05-26
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
net: Add fRelayTxes flag
Wladimir J. van der Laan
2016-05-12
1
-1
/
+2
*
|
Merge #7906: net: prerequisites for p2p encapsulation changes
Wladimir J. van der Laan
2016-05-18
1
-129
/
+116
|
\
\
|
*
|
net: No need to export DumpBanlist
Cory Fields
2016-05-10
1
-20
/
+20
|
*
|
net: make Ban/Unban/ClearBan functionality consistent
Cory Fields
2016-05-10
1
-12
/
+32
|
*
|
net: Drop CNodeRef for AttemptToEvictConnection
Cory Fields
2016-05-05
1
-53
/
+31
|
*
|
net: use the exposed GetNodeSignals() rather than g_signals directly
Cory Fields
2016-05-05
1
-3
/
+3
|
*
|
net: remove unused set
Cory Fields
2016-05-05
1
-10
/
+0
|
*
|
net: don't import std namespace
Cory Fields
2016-05-05
1
-32
/
+31
*
|
|
Merge #7696: Fix de-serialization bug where AddrMan is left corrupted
Pieter Wuille
2016-05-17
1
-0
/
+8
|
\
\
\
|
*
|
|
Fix de-serialization bug where AddrMan is corrupted after exception
EthanHeilman
2016-05-04
1
-0
/
+8
*
|
|
|
Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.
Gregory Maxwell
2016-05-16
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
don't run ThreadMessageHandler at lowered priority
Kaz Wesley
2016-05-05
1
-1
/
+0
|
|
/
|
/
|
*
|
Merge #7840: Several performance and privacy improvements to inv/mempool hand...
Wladimir J. van der Laan
2016-05-05
1
-14
/
+2
|
\
\
|
*
|
Move bloom and feerate filtering to just prior to tx sending.
Gregory Maxwell
2016-04-21
1
-14
/
+1
|
*
|
Handle mempool requests in send loop, subject to trickle
Pieter Wuille
2016-04-21
1
-0
/
+1
*
|
|
Merge #7974: More comments on the design of AttemptToEvictConnection.
Wladimir J. van der Laan
2016-05-04
1
-2
/
+11
|
\
\
\
|
*
|
|
More comments on the design of AttemptToEvictConnection.
Gregory Maxwell
2016-04-29
1
-2
/
+11
*
|
|
|
fix race that could fail to persist a ban
Kaz Wesley
2016-04-27
1
-2
/
+3
|
/
/
/
*
|
|
net: manually resolve dns seed sources
Cory Fields
2016-04-20
1
-1
/
+9
[prev]
[next]