index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net.cpp
Age
Commit message (
Expand
)
Author
2017-05-07
Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to ...
Wladimir J. van der Laan
2017-05-04
net: make CNode's id private
Cory Fields
2017-05-04
scripted-diff: net: Use accessor rather than node's id directly
Cory Fields
2017-05-02
Merge #10234: [net] listbanned RPC and QT should show correct banned subnets
Wladimir J. van der Laan
2017-04-28
[net] listbanned RPC and QT should show correct banned subnets
John Newbery
2017-04-26
Merge #9930: Trivial: Correct indentation and bracing
Wladimir J. van der Laan
2017-04-14
Check interruptNet during dnsseed lookups
Matt Corallo
2017-04-02
Correct indentation and remove unnecessary braces
Matthias Grundmann
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-18
Merge #9987: Remove unused code
Wladimir J. van der Laan
2017-03-17
Remove unused code
practicalswift
2017-03-16
Merge #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL
Wladimir J. van der Laan
2017-03-08
Add missing braces in semaphore posts in net
Matt Corallo
2017-03-08
Fix shutdown hang with >= 8 -addnodes set
Matt Corallo
2017-03-06
CScheduler boost->std::function, use millisecs for times, not secs
Matt Corallo
2017-03-05
build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally
Wladimir J. van der Laan
2017-02-28
Trivial: Debug log ambiguity fix for peer addrs
keystrike
2017-02-14
Merge #9715: Disconnect peers which we do not receive VERACKs from within 60 sec
Wladimir J. van der Laan
2017-02-10
Move CNode::addrLocal access behind locked accessors
Matt Corallo
2017-02-10
Move CNode::addrName accesses behind locked accessors
Matt Corallo
2017-02-10
Move [clean|str]SubVer writes/copyStats into a lock
Matt Corallo
2017-02-10
Access fRelayTxes with cs_filter lock in copyStats
Matt Corallo
2017-02-10
Avoid copying CNodeStats to make helgrind OK with buggy std::string
Matt Corallo
2017-02-10
Make nTimeConnected const in CNode
Matt Corallo
2017-02-10
net: fix a few races. Credit @TheBlueMatt
Cory Fields
2017-02-10
Merge #9698: net: fix socket close race
Wladimir J. van der Laan
2017-02-08
Merge #9674: Always enforce strict lock ordering (try or not)
Wladimir J. van der Laan
2017-02-07
Disconnect peers which we do not receive VERACKs from within 60 sec
Matt Corallo
2017-02-06
net: add a lock around hSocket
Cory Fields
2017-02-06
net: rearrange so that socket accesses can be grouped together
Cory Fields
2017-02-06
Merge #9659: Net: Turn some methods and params/variables const
Wladimir J. van der Laan
2017-02-04
Fixup style a bit by moving { to the same line as if statements
Matt Corallo
2017-02-04
Merge #9671: Fix super-unlikely race introduced in 236618061a445d2cb11e72
Wladimir J. van der Laan
2017-02-02
Lock cs_vSend and cs_inventory in a consistent order even in TRY
Matt Corallo
2017-02-02
net: log an error rather than asserting if send version is misused
Cory Fields
2017-02-02
net: don't run callbacks on nodes that haven't completed the version handshake
Cory Fields
2017-02-02
Fix super-unlikely race introduced in 236618061a445d2cb11e72
Matt Corallo
2017-01-31
Net: CConnman: Make some methods const
Jorge Timón
2017-01-30
Merge #9626: Clean up a few CConnman cs_vNodes/CNode things
Wladimir J. van der Laan
2017-01-26
Merge #9606: net: Consistently use GetTimeMicros() for inactivity checks
Wladimir J. van der Laan
2017-01-25
Do not add to vNodes until fOneShot/fFeeler/fAddNode have been set
Matt Corallo
2017-01-25
net: Consistently use GetTimeMicros() for inactivity checks
Suhas Daftuar
2017-01-24
Ensure cs_vNodes is held when using the return value from FindNode
Matt Corallo
2017-01-24
Delete some unused (and broken) functions in CConnman
Matt Corallo
2017-01-13
Make the cs_sendProcessing a LOCK instead of a TRY_LOCK
Matt Corallo
2017-01-13
Split CNode::cs_vSend: message processing and message sending
Matt Corallo
2017-01-13
Merge #9441: Net: Massive speedup. Net locks overhaul
Pieter Wuille
2017-01-12
net: remove cs_vRecvMsg
Cory Fields
2017-01-12
net: add a flag to indicate when a node's send buffer is full
Cory Fields
2017-01-12
net: add a flag to indicate when a node's process queue is full
Cory Fields
[next]