aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-2/+2
* BIP144: Handshake and relay (receiver side)Pieter Wuille2016-06-221-0/+1
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-0/+17
* Add ability to fetch CNode by NodeIdMatt Corallo2016-06-191-2/+3
* Merge #8113: Rework addnode behaviourWladimir J. van der Laan2016-06-161-0/+10
|\
| * Rework addnode behaviourPieter Wuille2016-06-131-0/+10
* | Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.Wladimir J. van der Laan2016-06-161-0/+5
|\ \ | |/ |/|
| * Add recently accepted blocks and txn to AttemptToEvictConnection.Gregory Maxwell2016-06-151-0/+5
* | Introduce REQUIRED_SERVICES constantPieter Wuille2016-06-131-0/+2
* | Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-4/+4
* | Verify that outbound connections have expected servicesPieter Wuille2016-06-131-0/+1
|/
* Merge #8173: Use SipHash for node eviction (cont'd)Pieter Wuille2016-06-081-1/+5
|\
| * Use 64-bit SipHash of netgroups in evictionPieter Wuille2016-06-071-19/+3