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.h
Age
Commit message (
Expand
)
Author
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-18
Merge #8914: Kill insecure_random and associated global state
Wladimir J. van der Laan
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-22
Comment on CConnman::nLocalServices meaning
instagibbs
2016-09-19
Merge #8688: Move static global randomizer seeds into CConnman
Wladimir J. van der Laan
2016-09-19
Move static global randomizer seeds into CConnman
Pieter Wuille
2016-09-14
net: fix maxuploadtarget setting
Cory Fields
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
2016-09-08
net: Pass best block known height into CConnman
Cory Fields
2016-09-08
net: move max/max-outbound to CConnman
Cory Fields
2016-09-08
net: move semOutbound to CConnman
Cory Fields
2016-09-08
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
net: move SendBufferSize/ReceiveFloodSize to CConnman
Cory Fields
2016-09-08
net: move send/recv statistics to CConnman
Cory Fields
2016-09-08
net: SocketSendData returns written size
Cory Fields
2016-09-08
net: move messageHandlerCondition to CConnman
Cory Fields
2016-09-08
net: move nLocalHostNonce to CConnman
Cory Fields
2016-09-08
net: move nLastNodeId to CConnman
Cory Fields
2016-09-08
net: move whitelist functions into CConnman
Cory Fields
2016-09-08
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-09-08
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
net: move added node functions to CConnman
Cory Fields
2016-09-08
net: Add oneshot functions to CConnman
Cory Fields
2016-09-08
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
net: handle nodesignals in CConnman
Cory Fields
2016-09-08
net: move OpenNetworkConnection into CConnman
Cory Fields
2016-09-08
net: Move socket binding into CConnman
Cory Fields
2016-09-08
net: Pass CConnman around as needed
Cory Fields
2016-09-08
net: Create CConnman to encapsulate p2p connections
Cory Fields
2016-09-08
net: move CBanDB and CAddrDB out of net.h/cpp
Cory Fields
2016-09-02
Merge #8466: [Trivial] Do not shadow variables in networking code
Wladimir J. van der Laan
2016-08-23
Added feeler connections increasing good addrs in the tried table.
Ethan Heilman
2016-08-15
Do not shadow variables in networking code
Pavel JanÃk
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-06-22
BIP144: Handshake and relay (receiver side)
Pieter Wuille
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-19
Add ability to fetch CNode by NodeId
Matt Corallo
2016-06-16
Merge #8113: Rework addnode behaviour
Wladimir J. van der Laan
2016-06-16
Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.
Wladimir J. van der Laan
[next]