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 #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
|
*
net: make proxy receives interruptible
Cory Fields
2017-01-03
1
-0
/
+2
|
*
net: make net processing interruptible
Cory Fields
2017-01-03
1
-2
/
+2
|
*
net: make net interruptible
Cory Fields
2017-01-03
1
-34
/
+71
|
*
net: a few small cleanups before replacing boost threads
Cory Fields
2017-01-03
1
-4
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
|
/
*
Fix non-const mapMultiArgs[] access after init.
Matt Corallo
2016-12-23
1
-4
/
+5
*
Merge #9226: Remove fNetworkNode and pnodeLocalHost.
Pieter Wuille
2016-11-30
1
-19
/
+1
|
\
|
*
Remove pnodeLocalHost.
Gregory Maxwell
2016-11-27
1
-15
/
+0
|
*
Remove fNetworkNode.
Gregory Maxwell
2016-11-27
1
-4
/
+1
*
|
Merge #9225: Fix some benign races
Wladimir J. van der Laan
2016-11-29
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
Fix unlocked access to vNodes.size()
Matt Corallo
2016-11-26
1
-2
/
+7
*
|
net: push only raw data into CConnman
Cory Fields
2016-11-25
1
-27
/
+19
|
/
*
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-11
1
-0
/
+31
|
\
|
*
Qt: Add GUI feedback and control of network activity state.
Jon Lund Steffensen
2016-10-24
1
-0
/
+2
|
*
Allow network activity to be temporarily suspended.
Jon Lund Steffensen
2016-10-24
1
-0
/
+29
*
|
Merge #9045: Hash P2P messages as they are received instead of at process-time
Pieter Wuille
2016-11-07
1
-0
/
+9
|
\
\
|
*
|
Hash P2P messages as they are received instead of at process-time
Matt Corallo
2016-10-30
1
-0
/
+9
*
|
|
Merge #9052: Use RelevantServices instead of node_network in AttemptToEvict.
Wladimir J. van der Laan
2016-11-07
1
-3
/
+4
|
\
\
\
|
*
|
|
Use RelevantServices instead of node_network in AttemptToEvict.
Gregory Maxwell
2016-11-01
1
-3
/
+4
|
|
/
/
*
|
|
net: handle version push in InitializeNode
Cory Fields
2016-11-03
1
-29
/
+5
*
|
|
net: remove now-unused ssSend and Fuzz
Cory Fields
2016-11-03
1
-37
/
+1
*
|
|
drop the optimistic write counter hack
Cory Fields
2016-11-03
1
-5
/
+0
*
|
|
net: switch all callers to connman for pushing messages
Cory Fields
2016-11-03
1
-61
/
+0
[prev]
[next]