aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-14Replace trickle nodes with per-node/message Poisson delaysPieter Wuille
2015-12-11net: Add and document network messages in protocol.hWladimir J. van der Laan
2015-12-04Replace setInventoryKnown with a rolling bloom filter.Gregory Maxwell
2015-12-01Merge pull request #7079Wladimir J. van der Laan
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-23Limit setAskFor and retire requested entries only when a getdata returns.Gregory Maxwell
2015-11-23prevent peer flooding request queue for an invkazcw
2015-11-20Add relaytxes status to getpeerinfoPeter Todd
2015-11-14Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constantsPatick Strateman
2015-11-14Add blocksonly modePatick Strateman
2015-11-12[net] Cleanup maxuploadtargetMarcoFalke
2015-11-12torcontrol improvements and fixesWladimir J. van der Laan
2015-11-10net: Automatically create hidden service, listen on TorWladimir J. van der Laan
2015-10-26Introduce -maxuploadtargetJonas Schnelli
2015-10-22Set TCP_NODELAY on P2P sockets.Gregory Maxwell
2015-09-04net: correctly initialize nMinPingUsecTimeWladimir J. van der Laan
2015-09-03Report minimum ping time in getpeerinfoMatt Corallo
2015-09-03Merge pull request #6374Wladimir J. van der Laan
2015-08-31Merge pull request #6583Wladimir J. van der Laan
2015-08-30Use network group instead of CNetAddr in final pass to select node to disconnectPatrick Strateman
2015-08-29Make sure LogPrint strings are line-terminatedJ Ross Nicoll
2015-08-25Fix commentPatrick Strateman
2015-08-25Acquire cs_vNodes before changing refrence countsPatrick Strateman
2015-08-25CNodeRef copy constructor and assignment operatorPatrick Strateman
2015-08-25net: Set SO_REUSEADDR for Windows tooCory Fields
2015-08-23add support for miniupnpc api version 14Pavel Vasin
2015-08-22Return false early if vEvictionCandidates is emptyPatrick Strateman
2015-08-22Better support for nodes with non-standard nMaxConnectionsPatrick Strateman
2015-08-22RAII wrapper for CNode*Patrick Strateman
2015-08-22Add comments to AttemptToEvictConnectionPatrick Strateman
2015-08-22Remove redundant whiteconnections optionPatrick Strateman
2015-08-22Prefer to disconnect peers in favor of whitelisted peersPatrick Strateman
2015-08-22AttemptToEvictConnectionPatrick Strateman
2015-08-22Refactor: Move failure conditions to the top of AcceptConnectionPatrick Strateman
2015-08-22Refactor: Bail early in AcceptConnectionPatrick Strateman
2015-08-22Refactor: AcceptConnectionPatrick Strateman
2015-08-10typofixes (found by misspell_fixer)Veres Lajos
2015-08-05Merge pull request #6462Wladimir J. van der Laan
2015-08-05limit total length of user agent commentsPavol Rusnak
2015-08-03Consolidate individual references to the current maximum peer connectionMatt Quinn
2015-07-31implement uacomment config parameterPavol Rusnak
2015-07-27Make CRollingBloomFilter set nTweak for youPeter Todd
2015-07-27Merge pull request #5697Wladimir J. van der Laan
2015-07-23Includes: Cleanup around net main and walletJorge Timón
2015-07-23Merge pull request #6287Wladimir J. van der Laan
2015-07-10Test whether created sockets are select()ablePieter Wuille
2015-07-10Merge pull request #5288Wladimir J. van der Laan
2015-07-02Adding CSubNet constructor over a single CNetAddrJonas Schnelli
2015-07-02use CBanEntry as object container for banned nodesJonas Schnelli