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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #8688: Move static global randomizer seeds into CConnman
Wladimir J. van der Laan
2016-09-19
1
-3
/
+10
|
\
|
*
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-19
1
-3
/
+10
*
|
net: fix maxuploadtarget setting
Cory Fields
2016-09-14
1
-0
/
+4
|
/
*
net: move MAX_FEELER_CONNECTIONS into connman
Cory Fields
2016-09-08
1
-0
/
+2
*
Convert ForEachNode* functions to take a templated function argument rather t...
Jeremy Rubin
2016-09-08
1
-8
/
+82
*
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
1
-4
/
+8
*
net: move vNodesDisconnected into CConnman
Cory Fields
2016-09-08
1
-0
/
+1
*
net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::Options
Cory Fields
2016-09-08
1
-0
/
+2
*
net: Introduce CConnection::Options to avoid passing so many params
Cory Fields
2016-09-08
1
-1
/
+10
*
net: Drop StartNode/StopNode and use CConnman directly
Cory Fields
2016-09-08
1
-2
/
+1
*
net: pass CClientUIInterface into CConnman
Cory Fields
2016-09-08
1
-2
/
+5
*
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
1
-4
/
+9
*
net: move max/max-outbound to CConnman
Cory Fields
2016-09-08
1
-5
/
+6
*
net: move semOutbound to CConnman
Cory Fields
2016-09-08
1
-0
/
+2
*
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
1
-6
/
+18
*
net: move SendBufferSize/ReceiveFloodSize to CConnman
Cory Fields
2016-09-08
1
-3
/
+7
*
net: move send/recv statistics to CConnman
Cory Fields
2016-09-08
1
-40
/
+42
*
net: SocketSendData returns written size
Cory Fields
2016-09-08
1
-1
/
+1
*
net: move messageHandlerCondition to CConnman
Cory Fields
2016-09-08
1
-1
/
+2
*
net: move nLocalHostNonce to CConnman
Cory Fields
2016-09-08
1
-1
/
+6
*
net: move nLastNodeId to CConnman
Cory Fields
2016-09-08
1
-4
/
+5
*
net: move whitelist functions into CConnman
Cory Fields
2016-09-08
1
-8
/
+8
*
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-09-08
1
-10
/
+17
*
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
1
-0
/
+16
*
net: move added node functions to CConnman
Cory Fields
2016-09-08
1
-13
/
+15
*
net: Add oneshot functions to CConnman
Cory Fields
2016-09-08
1
-1
/
+3
*
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
1
-40
/
+49
*
net: handle nodesignals in CConnman
Cory Fields
2016-09-08
1
-1
/
+2
*
net: move OpenNetworkConnection into CConnman
Cory Fields
2016-09-08
1
-1
/
+3
*
net: Move socket binding into CConnman
Cory Fields
2016-09-08
1
-7
/
+11
*
net: Pass CConnman around as needed
Cory Fields
2016-09-08
1
-2
/
+2
*
net: Create CConnman to encapsulate p2p connections
Cory Fields
2016-09-08
1
-2
/
+28
*
net: move CBanDB and CAddrDB out of net.h/cpp
Cory Fields
2016-09-08
1
-83
/
+1
*
Merge #8466: [Trivial] Do not shadow variables in networking code
Wladimir J. van der Laan
2016-09-02
1
-6
/
+6
|
\
|
*
Do not shadow variables in networking code
Pavel JanÃk
2016-08-15
1
-6
/
+6
*
|
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-08-23
1
-1
/
+4
|
/
*
net: narrow include scope after moving to netaddress
Cory Fields
2016-07-31
1
-1
/
+1
*
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
-0
/
+1
*
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
1
-0
/
+17
*
Add ability to fetch CNode by NodeId
Matt Corallo
2016-06-19
1
-2
/
+3
*
Merge #8113: Rework addnode behaviour
Wladimir J. van der Laan
2016-06-16
1
-0
/
+10
|
\
|
*
Rework addnode behaviour
Pieter Wuille
2016-06-13
1
-0
/
+10
*
|
Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.
Wladimir J. van der Laan
2016-06-16
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Add recently accepted blocks and txn to AttemptToEvictConnection.
Gregory Maxwell
2016-06-15
1
-0
/
+5
*
|
Introduce REQUIRED_SERVICES constant
Pieter Wuille
2016-06-13
1
-0
/
+2
*
|
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
1
-4
/
+4
*
|
Verify that outbound connections have expected services
Pieter Wuille
2016-06-13
1
-0
/
+1
|
/
*
Merge #8173: Use SipHash for node eviction (cont'd)
Pieter Wuille
2016-06-08
1
-1
/
+5
|
\
|
*
Use 64-bit SipHash of netgroups in eviction
Pieter Wuille
2016-06-07
1
-19
/
+3
[next]