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
2016-12-02
Use RelevantServices instead of node_network in AttemptToEvict.
Gregory Maxwell
2016-10-25
[net] Remove assert(nMaxInbound > 0)
v0.13.1rc3
MarcoFalke
2016-10-19
nMaxOutbound is MAX_OUTBOUND_CONNECTIONS on 0.13
Wladimir J. van der Laan
2016-10-19
Make dnsseed's definition of acute need include relevant services.
Gregory Maxwell
2016-10-19
Be more aggressive in connecting to peers with relevant services.
Gregory Maxwell
2016-10-18
Remove bogus assert on number of oubound connections.
Matt Corallo
2016-10-17
Comment that most dnsseeds only support some service bits combos
Matt Corallo
2016-09-26
Remove maxuploadtargets recommended minimum
Jonas Schnelli
2016-09-21
net: No longer send local address in addrMe
Wladimir J. van der Laan
2016-09-21
various typos
leijurv
2016-09-21
Add extra message to avoid a long 'Loading banlist'
Pieter Wuille
2016-09-07
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP144: Handshake and relay (receiver side)
Pieter Wuille
2016-06-19
Add ability to fetch CNode by NodeId
Matt Corallo
2016-06-16
Merge #8113: Rework addnode behaviour
Wladimir J. van der Laan
2016-06-16
Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.
Wladimir J. van der Laan
2016-06-15
Allow disconnecting a netgroup with only one member in eviction.
Gregory Maxwell
2016-06-15
Add recently accepted blocks and txn to AttemptToEvictConnection.
Gregory Maxwell
2016-06-15
Do not set extra flags for unfiltered DNS seed results
Pieter Wuille
2016-06-13
Prevent duplicate connections where one is by name and another by ip
Pieter Wuille
2016-06-13
Rework addnode behaviour
Pieter Wuille
2016-06-13
Introduce REQUIRED_SERVICES constant
Pieter Wuille
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Don't require services in -addnode
Pieter Wuille
2016-06-13
Only store and connect to NODE_NETWORK nodes
Pieter Wuille
2016-06-13
Verify that outbound connections have expected services
Pieter Wuille
2016-06-08
Merge #8173: Use SipHash for node eviction (cont'd)
Pieter Wuille
2016-06-08
Merge #8083: Add support for dnsseeds with option to filter by servicebits
Pieter Wuille
2016-06-08
Merge #8065: Addrman offline attempts
Wladimir J. van der Laan
2016-06-07
Use C++11 thread-safe static initializers
Pieter Wuille
2016-06-07
Use 64-bit SipHash of netgroups in eviction
Pieter Wuille
2016-06-07
Avoid recalculating vchKeyedNetGroup in eviction logic.
Patrick Strateman
2016-05-31
Defer inserting into maprelay until just before relaying.
Gregory Maxwell
2016-05-31
Merge #8080: Do not use mempool for GETDATA for tx accepted after the last me...
Wladimir J. van der Laan
2016-05-26
Use global ::fRelayTxes instead of CNode one
Pieter Wuille
2016-05-26
Merge #8049: Expose information on whether transaction relay is enabled in `g...
Pieter Wuille
2016-05-26
Do not increment nAttempts by more than one for every Good connection.
Gregory Maxwell
2016-05-26
Avoid counting failed connect attempts when probably offline.
Gregory Maxwell
2016-05-25
Do not use mempool for GETDATA for tx accepted after the last mempool req.
Gregory Maxwell
2016-05-25
Add support for dnsseeds with option to filter by servicebits
Jonas Schnelli
2016-05-18
Merge #7906: net: prerequisites for p2p encapsulation changes
Wladimir J. van der Laan
2016-05-17
Merge #7696: Fix de-serialization bug where AddrMan is left corrupted
Pieter Wuille
2016-05-16
Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool.
Gregory Maxwell
2016-05-12
net: Add fRelayTxes flag
Wladimir J. van der Laan
2016-05-10
net: No need to export DumpBanlist
Cory Fields
2016-05-10
net: make Ban/Unban/ClearBan functionality consistent
Cory Fields
2016-05-05
don't run ThreadMessageHandler at lowered priority
Kaz Wesley
2016-05-05
net: Drop CNodeRef for AttemptToEvictConnection
Cory Fields
2016-05-05
net: use the exposed GetNodeSignals() rather than g_signals directly
Cory Fields
[next]