aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2016-09-08net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::OptionsCory Fields
2016-09-08net: Introduce CConnection::Options to avoid passing so many paramsCory Fields
2016-09-08net: Drop StartNode/StopNode and use CConnman directlyCory Fields
2016-09-08net: pass CClientUIInterface into CConnmanCory Fields
2016-09-08net: Pass best block known height into CConnmanCory Fields
2016-09-08net: move max/max-outbound to CConnmanCory Fields
2016-09-08net: move semOutbound to CConnmanCory Fields
2016-09-08net: move nLocalServices/nRelevantServices to CConnmanCory Fields
2016-09-08net: move SendBufferSize/ReceiveFloodSize to CConnmanCory Fields
2016-09-08net: move send/recv statistics to CConnmanCory Fields
2016-09-08net: SocketSendData returns written sizeCory Fields
2016-09-08net: move messageHandlerCondition to CConnmanCory Fields
2016-09-08net: move nLocalHostNonce to CConnmanCory Fields
2016-09-08net: move nLastNodeId to CConnmanCory Fields
2016-09-08net: move whitelist functions into CConnmanCory Fields
2016-09-08net: create generic functor accessors and move vNodes to CConnmanCory Fields
2016-09-08net: Add most functions needed for vNodes to CConnmanCory Fields
2016-09-08net: move added node functions to CConnmanCory Fields
2016-09-08net: Add oneshot functions to CConnmanCory Fields
2016-09-08net: move ban and addrman functions into CConnmanCory Fields
2016-09-08net: handle nodesignals in CConnmanCory Fields
2016-09-08net: move OpenNetworkConnection into CConnmanCory Fields
2016-09-08net: Move socket binding into CConnmanCory Fields
2016-09-08net: Pass CConnman around as neededCory Fields
2016-09-08net: Create CConnman to encapsulate p2p connectionsCory Fields
2016-09-08net: move CBanDB and CAddrDB out of net.h/cppCory Fields
2016-09-02Merge #8466: [Trivial] Do not shadow variables in networking codeWladimir J. van der Laan
2016-08-25Merge #8462: Move AdvertiseLocal debug output to net categoryPieter Wuille
2016-08-23Added feeler connections increasing good addrs in the tried table.Ethan Heilman
2016-08-17Merge #8505: Trivial: Fix typos in various filesWladimir J. van der Laan
2016-08-15Do not shadow variables in networking codePavel Janík
2016-08-15Merge #8128: Net: Turn net structures into dumb storage classesWladimir J. van der Laan
2016-08-14various typosleijurv
2016-08-05Move AdvertiseLocal debug output to net categoryMichael Rotarius
2016-08-04net: Have LookupNumeric return a CService directlyCory Fields
2016-08-04Merge #8392: Fix several node initialization issuesWladimir J. van der Laan
2016-08-03Merge #8189: rename mapAddrCount to mapNetGroupNodesWladimir J. van der Laan
2016-07-31net: narrow include scope after moving to netaddressCory Fields
2016-07-31net: Split resolving out of CServiceCory Fields
2016-07-31net: Split resolving out of CNetAddrCory Fields
2016-07-30Add extra message to avoid a long 'Loading banlist'Pieter Wuille
2016-06-22BIP141: Other consensus critical limits, and BIP145Pieter Wuille
2016-06-22BIP144: Handshake and relay (receiver side)Pieter Wuille
2016-06-19Add ability to fetch CNode by NodeIdMatt Corallo
2016-06-16Merge #8113: Rework addnode behaviourWladimir J. van der Laan
2016-06-16Merge #8084: Add recently accepted blocks and txn to AttemptToEvictConnection.Wladimir J. van der Laan
2016-06-15Allow disconnecting a netgroup with only one member in eviction.Gregory Maxwell
2016-06-15Add recently accepted blocks and txn to AttemptToEvictConnection.Gregory Maxwell
2016-06-15Do not set extra flags for unfiltered DNS seed resultsPieter Wuille
2016-06-13Prevent duplicate connections where one is by name and another by ipPieter Wuille