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
*
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
|
/
*
Merge #9626: Clean up a few CConnman cs_vNodes/CNode things
Wladimir J. van der Laan
2017-01-30
1
-42
/
+14
|
\
|
*
Do not add to vNodes until fOneShot/fFeeler/fAddNode have been set
Matt Corallo
2017-01-25
1
-9
/
+10
|
*
Ensure cs_vNodes is held when using the return value from FindNode
Matt Corallo
2017-01-24
1
-5
/
+4
|
*
Delete some unused (and broken) functions in CConnman
Matt Corallo
2017-01-24
1
-28
/
+0
*
|
Merge #9606: net: Consistently use GetTimeMicros() for inactivity checks
Wladimir J. van der Laan
2017-01-26
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2017-01-25
1
-4
/
+4
*
|
Make the cs_sendProcessing a LOCK instead of a TRY_LOCK
Matt Corallo
2017-01-13
1
-3
/
+2
*
|
Split CNode::cs_vSend: message processing and message sending
Matt Corallo
2017-01-13
1
-13
/
+9
|
/
*
Merge #9441: Net: Massive speedup. Net locks overhaul
Pieter Wuille
2017-01-13
1
-58
/
+57
|
\
|
*
net: remove cs_vRecvMsg
Cory Fields
2017-01-12
1
-26
/
+7
|
*
net: add a flag to indicate when a node's send buffer is full
Cory Fields
2017-01-12
1
-3
/
+8
|
*
net: add a flag to indicate when a node's process queue is full
Cory Fields
2017-01-12
1
-3
/
+7
|
*
net: add a new message queue for the message processor
Cory Fields
2017-01-12
1
-1
/
+11
|
*
net: rework the way that the messagehandler sleeps
Cory Fields
2017-01-12
1
-14
/
+16
|
*
net: Add a simple function for waking the message handler
Cory Fields
2017-01-12
1
-4
/
+6
|
*
net: record bytes written before notifying the message processor
Cory Fields
2017-01-12
1
-1
/
+1
|
*
net: handle message accounting in ReceiveMsgBytes
Cory Fields
2017-01-12
1
-3
/
+4
|
*
net: set message deserialization version when it's actually time to deserialize
Cory Fields
2017-01-04
1
-1
/
+1
|
*
net: wait until the node is destroyed to delete its recv buffer
Cory Fields
2017-01-04
1
-5
/
+0
|
*
net: only disconnect if fDisconnect has been set
Cory Fields
2017-01-04
1
-2
/
+1
|
*
net: make vRecvMsg a list so that we can use splice()
Cory Fields
2017-01-04
1
-1
/
+1
|
*
net: fix typo causing the wrong receive buffer size
Cory Fields
2017-01-04
1
-1
/
+1
*
|
Remove stray semicolon (Fix empty body warning)
Douglas Roark
2017-01-07
1
-1
/
+1
*
|
RPC help documentation for addnode peerinfo.
Gregory Maxwell
2017-01-05
1
-0
/
+5
*
|
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-05
1
-6
/
+31
|
/
*
Merge #9289: net: drop boost::thread_group
Wladimir J. van der Laan
2017-01-04
1
-41
/
+77
|
\
|
*
net: misc header cleanups
Cory Fields
2017-01-03
1
-2
/
+0
[next]