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
2016-11-30
Merge #9226: Remove fNetworkNode and pnodeLocalHost.
Pieter Wuille
2016-11-29
Merge #9225: Fix some benign races
Wladimir J. van der Laan
2016-11-27
Remove pnodeLocalHost.
Gregory Maxwell
2016-11-27
Remove fNetworkNode.
Gregory Maxwell
2016-11-26
Fix unlocked access to vNodes.size()
Matt Corallo
2016-11-25
net: push only raw data into CConnman
Cory Fields
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-07
Merge #9045: Hash P2P messages as they are received instead of at process-time
Pieter Wuille
2016-11-07
Merge #9052: Use RelevantServices instead of node_network in AttemptToEvict.
Wladimir J. van der Laan
2016-11-03
net: handle version push in InitializeNode
Cory Fields
2016-11-03
net: remove now-unused ssSend and Fuzz
Cory Fields
2016-11-03
drop the optimistic write counter hack
Cory Fields
2016-11-03
net: switch all callers to connman for pushing messages
Cory Fields
2016-11-03
connman is in charge of pushing messages
Cory Fields
2016-11-01
Use RelevantServices instead of node_network in AttemptToEvict.
Gregory Maxwell
2016-10-31
net: Use deterministic randomness for CNode's nonce, and make it const
Cory Fields
2016-10-31
net: constify a few CNode vars to indicate that they're threadsafe
Cory Fields
2016-10-30
Hash P2P messages as they are received instead of at process-time
Matt Corallo
2016-10-25
Merge #9008: [net] Remove assert(nMaxInbound > 0)
Wladimir J. van der Laan
2016-10-25
Make connect=0 disable automatic outbound connections.
Gregory Maxwell
2016-10-24
[net] Remove assert(nMaxInbound > 0)
MarcoFalke
2016-10-24
Qt: Add GUI feedback and control of network activity state.
Jon Lund Steffensen
2016-10-24
Allow network activity to be temporarily suspended.
Jon Lund Steffensen
2016-10-19
Merge #8949: Be more agressive in getting connections to peers with relevant ...
Wladimir J. van der Laan
2016-10-19
Make dnsseed's definition of acute need include relevant services.
Gregory Maxwell
2016-10-18
Merge #8914: Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-18
Merge #8925: qt: Display minimum ping in debug window.
Wladimir J. van der Laan
2016-10-17
Be more aggressive in connecting to peers with relevant services.
Gregory Maxwell
2016-10-17
Remove bogus assert on number of oubound connections.
Matt Corallo
2016-10-17
Comment that most dnsseeds only support some service bits combos
Matt Corallo
2016-10-17
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-15
Display minimum ping in debug window.
R E Broadley
2016-10-04
gui: fix ban from qt console
Cory Fields
2016-09-28
net: Consistent checksum handling
Wladimir J. van der Laan
2016-09-19
Merge #8688: Move static global randomizer seeds into CConnman
Wladimir J. van der Laan
2016-09-19
Merge #8707: net: fix maxuploadtarget setting
Wladimir J. van der Laan
2016-09-19
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-15
net: No longer send local address in addrMe
Wladimir J. van der Laan
2016-09-14
net: fix maxuploadtarget setting
Cory Fields
2016-09-14
Merge #8715: net: only delete CConnman if it's been created
Wladimir J. van der Laan
2016-09-13
net: only delete CConnman if it's been created
Cory Fields
2016-09-13
Remove maxuploadtargets recommended minimum
Jonas Schnelli
2016-09-08
net: move MAX_FEELER_CONNECTIONS into connman
Cory Fields
2016-09-08
Convert ForEachNode* functions to take a templated function argument rather t...
Jeremy Rubin
2016-09-08
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
net: move vNodesDisconnected into CConnman
Cory Fields
2016-09-08
net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::Options
Cory Fields
2016-09-08
net: Introduce CConnection::Options to avoid passing so many params
Cory Fields
2016-09-08
net: Drop StartNode/StopNode and use CConnman directly
Cory Fields
2016-09-08
net: pass CClientUIInterface into CConnman
Cory Fields
[next]