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
...
*
|
|
connman is in charge of pushing messages
Cory Fields
2016-11-03
1
-22
/
+69
*
|
|
net: Use deterministic randomness for CNode's nonce, and make it const
Cory Fields
2016-10-31
1
-5
/
+16
*
|
|
net: constify a few CNode vars to indicate that they're threadsafe
Cory Fields
2016-10-31
1
-6
/
+5
|
/
/
*
|
Merge #9008: [net] Remove assert(nMaxInbound > 0)
Wladimir J. van der Laan
2016-10-25
1
-1
/
+0
|
\
\
|
*
|
[net] Remove assert(nMaxInbound > 0)
MarcoFalke
2016-10-24
1
-1
/
+0
*
|
|
Make connect=0 disable automatic outbound connections.
Gregory Maxwell
2016-10-25
1
-2
/
+3
|
/
/
*
|
Merge #8949: Be more agressive in getting connections to peers with relevant ...
Wladimir J. van der Laan
2016-10-19
1
-3
/
+10
|
\
\
|
*
|
Make dnsseed's definition of acute need include relevant services.
Gregory Maxwell
2016-10-19
1
-1
/
+8
|
*
|
Be more aggressive in connecting to peers with relevant services.
Gregory Maxwell
2016-10-17
1
-2
/
+2
*
|
|
Merge #8914: Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-18
1
-1
/
+2
|
\
\
\
|
*
|
|
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-1
/
+2
*
|
|
|
Merge #8925: qt: Display minimum ping in debug window.
Wladimir J. van der Laan
2016-10-18
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Display minimum ping in debug window.
R E Broadley
2016-10-15
1
-1
/
+1
|
|
/
/
/
*
|
/
/
Remove bogus assert on number of oubound connections.
Matt Corallo
2016-10-17
1
-1
/
+0
|
|
/
/
|
/
|
|
*
|
|
Comment that most dnsseeds only support some service bits combos
Matt Corallo
2016-10-17
1
-0
/
+1
|
/
/
*
|
gui: fix ban from qt console
Cory Fields
2016-10-04
1
-0
/
+1
*
|
net: Consistent checksum handling
Wladimir J. van der Laan
2016-09-28
1
-4
/
+2
|
/
*
Merge #8688: Move static global randomizer seeds into CConnman
Wladimir J. van der Laan
2016-09-19
1
-10
/
+13
|
\
|
*
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-19
1
-10
/
+13
*
|
Merge #8707: net: fix maxuploadtarget setting
Wladimir J. van der Laan
2016-09-19
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
net: fix maxuploadtarget setting
Cory Fields
2016-09-14
1
-2
/
+3
*
|
net: No longer send local address in addrMe
Wladimir J. van der Laan
2016-09-15
1
-1
/
+1
|
/
*
Merge #8715: net: only delete CConnman if it's been created
Wladimir J. van der Laan
2016-09-14
1
-0
/
+1
|
\
|
*
net: only delete CConnman if it's been created
Cory Fields
2016-09-13
1
-0
/
+1
*
|
Remove maxuploadtargets recommended minimum
Jonas Schnelli
2016-09-13
1
-4
/
+0
|
/
*
net: move MAX_FEELER_CONNECTIONS into connman
Cory Fields
2016-09-08
1
-9
/
+5
*
Convert ForEachNode* functions to take a templated function argument rather t...
Jeremy Rubin
2016-09-08
1
-73
/
+0
*
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
1
-4
/
+33
*
net: move vNodesDisconnected into CConnman
Cory Fields
2016-09-08
1
-2
/
+0
*
net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::Options
Cory Fields
2016-09-08
1
-2
/
+2
*
net: Introduce CConnection::Options to avoid passing so many params
Cory Fields
2016-09-08
1
-7
/
+7
*
net: Drop StartNode/StopNode and use CConnman directly
Cory Fields
2016-09-08
1
-22
/
+2
*
net: pass CClientUIInterface into CConnman
Cory Fields
2016-09-08
1
-10
/
+17
*
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
1
-12
/
+24
*
net: move max/max-outbound to CConnman
Cory Fields
2016-09-08
1
-11
/
+13
*
net: move semOutbound to CConnman
Cory Fields
2016-09-08
1
-2
/
+1
*
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
1
-14
/
+18
*
net: move SendBufferSize/ReceiveFloodSize to CConnman
Cory Fields
2016-09-08
1
-4
/
+9
*
net: move send/recv statistics to CConnman
Cory Fields
2016-09-08
1
-28
/
+35
*
net: SocketSendData returns written size
Cory Fields
2016-09-08
1
-1
/
+4
*
net: move messageHandlerCondition to CConnman
Cory Fields
2016-09-08
1
-4
/
+7
*
net: move nLocalHostNonce to CConnman
Cory Fields
2016-09-08
1
-2
/
+12
*
net: move nLastNodeId to CConnman
Cory Fields
2016-09-08
1
-13
/
+11
*
net: move whitelist functions into CConnman
Cory Fields
2016-09-08
1
-6
/
+3
*
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-09-08
1
-19
/
+64
*
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
1
-0
/
+66
*
net: move added node functions to CConnman
Cory Fields
2016-09-08
1
-4
/
+25
*
net: Add oneshot functions to CConnman
Cory Fields
2016-09-08
1
-4
/
+1
*
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
1
-49
/
+77
*
net: handle nodesignals in CConnman
Cory Fields
2016-09-08
1
-16
/
+22
[prev]
[next]