aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | Hash P2P messages as they are received instead of at process-timeMatt Corallo2016-10-301-0/+5
* | | net: handle version push in InitializeNodeCory Fields2016-11-031-4/+5
* | | net: remove now-unused ssSend and FuzzCory Fields2016-11-031-4/+0
* | | drop the optimistic write counter hackCory Fields2016-11-031-1/+0
* | | net: switch all callers to connman for pushing messagesCory Fields2016-11-031-184/+0
* | | connman is in charge of pushing messagesCory Fields2016-11-031-3/+55
* | | net: Use deterministic randomness for CNode's nonce, and make it constCory Fields2016-10-311-2/+2
* | | net: constify a few CNode vars to indicate that they're threadsafeCory Fields2016-10-311-4/+4
|/ /
* | Merge #8914: Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-181-2/+2
|\ \
| * | Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-2/+2
* | | Display minimum ping in debug window.R E Broadley2016-10-151-1/+1
|/ /
* / gui: fix ban from qt consoleCory Fields2016-10-041-0/+1
|/
* Comment on CConnman::nLocalServices meaninginstagibbs2016-09-221-0/+1
* Merge #8688: Move static global randomizer seeds into CConnmanWladimir J. van der Laan2016-09-191-3/+10
|\
| * Move static global randomizer seeds into CConnmanPieter Wuille2016-09-191-3/+10
* | net: fix maxuploadtarget settingCory Fields2016-09-141-0/+4
|/
* net: move MAX_FEELER_CONNECTIONS into connmanCory Fields2016-09-081-0/+2
* Convert ForEachNode* functions to take a templated function argument rather t...Jeremy Rubin2016-09-081-8/+82
* Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...Jeremy Rubin2016-09-081-4/+8
* net: move vNodesDisconnected into CConnmanCory Fields2016-09-081-0/+1
* net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::OptionsCory Fields2016-09-081-0/+2
* net: Introduce CConnection::Options to avoid passing so many paramsCory Fields2016-09-081-1/+10
* net: Drop StartNode/StopNode and use CConnman directlyCory Fields2016-09-081-2/+1
* net: pass CClientUIInterface into CConnmanCory Fields2016-09-081-2/+5
* net: Pass best block known height into CConnmanCory Fields2016-09-081-4/+9
* net: move max/max-outbound to CConnmanCory Fields2016-09-081-5/+6
* net: move semOutbound to CConnmanCory Fields2016-09-081-0/+2
* net: move nLocalServices/nRelevantServices to CConnmanCory Fields2016-09-081-6/+18
* net: move SendBufferSize/ReceiveFloodSize to CConnmanCory Fields2016-09-081-3/+7
* net: move send/recv statistics to CConnmanCory Fields2016-09-081-40/+42
* net: SocketSendData returns written sizeCory Fields2016-09-081-1/+1
* net: move messageHandlerCondition to CConnmanCory Fields2016-09-081-1/+2
* net: move nLocalHostNonce to CConnmanCory Fields2016-09-081-1/+6
* net: move nLastNodeId to CConnmanCory Fields2016-09-081-4/+5
* net: move whitelist functions into CConnmanCory Fields2016-09-081-8/+8
* net: create generic functor accessors and move vNodes to CConnmanCory Fields2016-09-081-10/+17
* net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-081-0/+16
* net: move added node functions to CConnmanCory Fields2016-09-081-13/+15
* net: Add oneshot functions to CConnmanCory Fields2016-09-081-1/+3
* net: move ban and addrman functions into CConnmanCory Fields2016-09-081-40/+49
* net: handle nodesignals in CConnmanCory Fields2016-09-081-1/+2
* net: move OpenNetworkConnection into CConnmanCory Fields2016-09-081-1/+3
* net: Move socket binding into CConnmanCory Fields2016-09-081-7/+11
* net: Pass CConnman around as neededCory Fields2016-09-081-2/+2
* net: Create CConnman to encapsulate p2p connectionsCory Fields2016-09-081-2/+28
* net: move CBanDB and CAddrDB out of net.h/cppCory Fields2016-09-081-83/+1
* Merge #8466: [Trivial] Do not shadow variables in networking codeWladimir J. van der Laan2016-09-021-6/+6
|\
| * Do not shadow variables in networking codePavel Janík2016-08-151-6/+6
* | Added feeler connections increasing good addrs in the tried table.Ethan Heilman2016-08-231-1/+4
|/
* net: narrow include scope after moving to netaddressCory Fields2016-07-311-1/+1