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 #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPE
Pieter Wuille
2017-06-13
1
-34
/
+34
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-34
/
+34
*
|
Return early in IsBanned.
Gregory Maxwell
2017-06-09
1
-18
/
+14
|
/
*
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-06-05
1
-5
/
+27
*
Merge #10441: net: only enforce expected services for half of outgoing connec...
Wladimir J. van der Laan
2017-06-01
1
-1
/
+20
|
\
|
*
net: only enforce the services required to connect
Cory Fields
2017-05-28
1
-1
/
+20
*
|
add SeedNodes to CConnman::Options
Marko Bencun
2017-05-30
1
-2
/
+6
|
/
*
Populate services in GetLocalAddress
Alex Morcos
2017-05-18
1
-1
/
+1
*
Merge #10061: [net] Added SetSocketNoDelay() utility function
Pieter Wuille
2017-05-17
1
-6
/
+1
|
\
|
*
[net] Added SetSocketNoDelay() utility function
Thomas Snider
2017-04-05
1
-6
/
+1
*
|
Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a...
Wladimir J. van der Laan
2017-05-15
1
-5
/
+5
|
\
\
|
*
|
scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs
Jorge Timón
2017-05-09
1
-5
/
+5
*
|
|
Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to ...
Wladimir J. van der Laan
2017-05-07
1
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
net: make CNode's id private
Cory Fields
2017-05-04
1
-1
/
+1
|
*
|
scripted-diff: net: Use accessor rather than node's id directly
Cory Fields
2017-05-04
1
-6
/
+6
*
|
|
Merge #10234: [net] listbanned RPC and QT should show correct banned subnets
Wladimir J. van der Laan
2017-05-02
1
-3
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[net] listbanned RPC and QT should show correct banned subnets
John Newbery
2017-04-28
1
-3
/
+5
*
|
|
Merge #9930: Trivial: Correct indentation and bracing
Wladimir J. van der Laan
2017-04-26
1
-51
/
+47
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Correct indentation and remove unnecessary braces
Matthias Grundmann
2017-04-02
1
-51
/
+47
*
|
|
Check interruptNet during dnsseed lookups
Matt Corallo
2017-04-14
1
-0
/
+6
|
/
/
*
/
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-23
/
+23
|
/
*
Merge #9987: Remove unused code
Wladimir J. van der Laan
2017-03-18
1
-5
/
+0
|
\
|
*
Remove unused code
practicalswift
2017-03-17
1
-5
/
+0
*
|
Merge #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL
Wladimir J. van der Laan
2017-03-16
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally
Wladimir J. van der Laan
2017-03-05
1
-1
/
+6
*
|
Add missing braces in semaphore posts in net
Matt Corallo
2017-03-08
1
-4
/
+8
*
|
Fix shutdown hang with >= 8 -addnodes set
Matt Corallo
2017-03-08
1
-4
/
+4
*
|
CScheduler boost->std::function, use millisecs for times, not secs
Matt Corallo
2017-03-06
1
-1
/
+1
|
/
*
Trivial: Debug log ambiguity fix for peer addrs
keystrike
2017-02-28
1
-2
/
+3
*
Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 sec
Wladimir J. van der Laan
2017-02-14
1
-0
/
+5
|
\
|
*
Disconnect peers which we do not receive VERACKs from within 60 sec
Matt Corallo
2017-02-07
1
-0
/
+5
*
|
Move CNode::addrLocal access behind locked accessors
Matt Corallo
2017-02-10
1
-4
/
+20
*
|
Move CNode::addrName accesses behind locked accessors
Matt Corallo
2017-02-10
1
-8
/
+22
*
|
Move [clean|str]SubVer writes/copyStats into a lock
Matt Corallo
2017-02-10
1
-1
/
+4
*
|
Access fRelayTxes with cs_filter lock in copyStats
Matt Corallo
2017-02-10
1
-1
/
+4
*
|
Avoid copying CNodeStats to make helgrind OK with buggy std::string
Matt Corallo
2017-02-10
1
-3
/
+2
*
|
Make nTimeConnected const in CNode
Matt Corallo
2017-02-10
1
-1
/
+1
*
|
net: fix a few races. Credit @TheBlueMatt
Cory Fields
2017-02-10
1
-5
/
+11
*
|
Merge #9698: net: fix socket close race
Wladimir J. van der Laan
2017-02-10
1
-26
/
+48
|
\
\
|
*
|
net: add a lock around hSocket
Cory Fields
2017-02-06
1
-15
/
+28
|
*
|
net: rearrange so that socket accesses can be grouped together
Cory Fields
2017-02-06
1
-14
/
+23
|
|
/
*
|
Merge #9674: Always enforce strict lock ordering (try or not)
Wladimir J. van der Laan
2017-02-08
1
-10
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fixup style a bit by moving { to the same line as if statements
Matt Corallo
2017-02-04
1
-6
/
+3
|
*
Lock cs_vSend and cs_inventory in a consistent order even in TRY
Matt Corallo
2017-02-02
1
-5
/
+6
*
|
Merge #9659: Net: Turn some methods and params/variables const
Wladimir J. van der Laan
2017-02-06
1
-3
/
+3
|
\
\
|
*
|
Net: CConnman: Make some methods const
Jorge Timón
2017-01-31
1
-3
/
+3
|
|
/
*
|
Merge #9671: Fix super-unlikely race introduced in 236618061a445d2cb11e72
Wladimir J. van der Laan
2017-02-04
1
-1
/
+1
|
\
\
|
*
|
Fix super-unlikely race introduced in 236618061a445d2cb11e72
Matt Corallo
2017-02-02
1
-1
/
+1
|
|
/
*
|
net: log an error rather than asserting if send version is misused
Cory Fields
2017-02-02
1
-0
/
+27
*
|
net: don't run callbacks on nodes that haven't completed the version handshake
Cory Fields
2017-02-02
1
-1
/
+6
|
/
[prev]
[next]