aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | use CBanEntry as object container for banned nodesJonas Schnelli2015-07-021-23/+30
* | CAddrDB/CBanDB: change filesize variables from int to uint64_tJonas Schnelli2015-07-021-8/+8
* | banlist.dat: store banlist on diskJonas Schnelli2015-07-021-2/+184
* | fix missing lock in CNode::ClearBanned()Jonas Schnelli2015-06-191-0/+1
* | setban: rewrite to UniValue, allow absolute bantimeJonas Schnelli2015-06-171-4/+4
* | [RPC] extend setban to allow subnetsJonas Schnelli2015-06-171-7/+43
* | [net] remove unused return type bool from CNode::Ban()Jonas Schnelli2015-06-171-3/+1
* | [net] extend core functionallity for ban/unban/listbanJonas Schnelli2015-06-171-6/+21
|/
* use const references where appropriatePhilip Kaufmann2015-06-041-11/+10
* [net, trivial] explicitly use std::string for FindNodePhilip Kaufmann2015-05-311-2/+2
* Use CScheduler for net's DumpAddressesGavin Andresen2015-05-141-2/+3
* Use ring buffer of set iterators instead of deque of copies in mrusetPieter Wuille2015-04-301-2/+4
* Replace mruset setAddrKnown with CRollingBloomFilter addrKnownGavin Andresen2015-04-301-1/+1
* Merge pull request #6059Wladimir J. van der Laan2015-04-301-1/+22
|\
| * chainparams: use SeedSpec6's rather than CAddress's for fixed seedsCory Fields2015-04-241-1/+22
* | replace absolute sleep with conditional waitpstratem2015-04-271-2/+8
|/
* nLastTry is only used for addrman entriesPieter Wuille2015-04-191-1/+1
* Merge pull request #5941Wladimir J. van der Laan2015-04-011-2/+1
|\
| * Always use a 50% chance to choose between tried and new entriesPieter Wuille2015-03-231-2/+1
* | don't trickle for whitelisted nodesRuben de Vries2015-03-241-1/+1
|/
* Merge pull request #5151Pieter Wuille2015-03-071-2/+2
|\