aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7133Wladimir J. van der Laan2015-12-031-1/+2
|\
| * Rename setInventoryKnown filterInventoryKnownPatick Strateman2015-11-301-2/+2
| * Replace setInventoryKnown with a rolling bloom filter.Gregory Maxwell2015-11-301-1/+2
* | Merge pull request #7079Wladimir J. van der Laan2015-12-011-1/+5
|\ \ | |/ |/|
| * Limit setAskFor and retire requested entries only when a getdata returns.Gregory Maxwell2015-11-231-2/+2
| * prevent peer flooding request queue for an invkazcw2015-11-231-0/+4
* | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-5/+4
|/
* Add relaytxes status to getpeerinfoPeter Todd2015-11-201-0/+1
* Use DEFAULT_BLOCKSONLY and DEFAULT_WHITELISTALWAYSRELAY constantsPatick Strateman2015-11-141-1/+1
* Add blocksonly modePatick Strateman2015-11-141-1/+1
* [net] Cleanup maxuploadtargetMarcoFalke2015-11-121-2/+2
* torcontrol improvements and fixesWladimir J. van der Laan2015-11-121-0/+8
* net: Automatically create hidden service, listen on TorWladimir J. van der Laan2015-11-101-0/+1
* Introduce -maxuploadtargetJonas Schnelli2015-10-261-0/+94
* Set TCP_NODELAY on P2P sockets.Gregory Maxwell2015-10-221-0/+12
* net: correctly initialize nMinPingUsecTimeWladimir J. van der Laan2015-09-041-0/+1
* Report minimum ping time in getpeerinfoMatt Corallo2015-09-031-0/+1
* Merge pull request #6374Wladimir J. van der Laan2015-09-031-59/+217
|\
| * Use network group instead of CNetAddr in final pass to select node to disconnectPatrick Strateman2015-08-301-10/+10
| * Fix commentPatrick Strateman2015-08-251-1/+1
| * Acquire cs_vNodes before changing refrence countsPatrick Strateman2015-08-251-2/+12
| * CNodeRef copy constructor and assignment operatorPatrick Strateman2015-08-251-0/+16
| * Return false early if vEvictionCandidates is emptyPatrick Strateman2015-08-221-3/+8
| * Better support for nodes with non-standard nMaxConnectionsPatrick Strateman2015-08-221-1/+1
| * RAII wrapper for CNode*Patrick Strateman2015-08-221-7/+18
| * Add comments to AttemptToEvictConnectionPatrick Strateman2015-08-221-0/+7
| * Remove redundant whiteconnections optionPatrick Strateman2015-08-221-1/+0
| * Prefer to disconnect peers in favor of whitelisted peersPatrick Strateman2015-08-221-3/+6
| * AttemptToEvictConnectionPatrick Strateman2015-08-221-10/+106
| * Refactor: Move failure conditions to the top of AcceptConnectionPatrick Strateman2015-08-221-6/+6
| * Refactor: Bail early in AcceptConnectionPatrick Strateman2015-08-221-14/+21
| * Refactor: AcceptConnectionPatrick Strateman2015-08-221-58/+62
* | Merge pull request #6583Wladimir J. van der Laan2015-08-311-1/+5
|\ \
| * | add support for miniupnpc api version 14Pavel Vasin2015-08-231-1/+5
| |/
* | Make sure LogPrint strings are line-terminatedJ Ross Nicoll2015-08-291-1/+1
* | net: Set SO_REUSEADDR for Windows tooCory Fields2015-08-251-1/+3
|/
* typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
* Merge pull request #6462Wladimir J. van der Laan2015-08-051-1/+2
|\
| * limit total length of user agent commentsPavol Rusnak2015-08-051-1/+2
| * implement uacomment config parameterPavol Rusnak2015-07-311-1/+1
* | Consolidate individual references to the current maximum peer connectionMatt Quinn2015-08-031-1/+1
* | Make CRollingBloomFilter set nTweak for youPeter Todd2015-07-271-1/+1
|/
* Merge pull request #5697Wladimir J. van der Laan2015-07-271-1/+3
|\
| * Includes: Cleanup around net main and walletJorge Timón2015-07-231-1/+3
* | Merge pull request #6287Wladimir J. van der Laan2015-07-231-1/+3
|\ \ | |/ |/|
| * locking: fix a few small issues uncovered by -Wthread-safetyCory Fields2015-06-161-1/+3
* | Test whether created sockets are select()ablePieter Wuille2015-07-101-0/+18
* | Merge pull request #5288Wladimir J. van der Laan2015-07-101-2/+12
|\ \
| * | Added -whiteconnections=<n> optionJosh Lehan2015-06-141-1/+11
| |/
* | Adding CSubNet constructor over a single CNetAddrJonas Schnelli2015-07-021-2/+2