aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #7856: Only send one GetAddr response per connection.Wladimir J. van der Laan2016-04-151-0/+1
|\ \
| * | Only send one GetAddr response per connection.Gregory Maxwell2016-04-111-0/+1
* | | Change mapRelay to store CTransactionsPieter Wuille2016-04-141-13/+4
* | | Use txid as key in mapAlreadyAskedForSuhas Daftuar2016-04-111-3/+3
|/ /
* | Implement "feefilter" P2P message.Alex Morcos2016-03-211-8/+12
* | Remove vfReachable and modify IsReachable to only use vfLimited.Patrick Strateman2016-02-171-11/+1
* | fix spelling of advertise in src and docjloughry2016-02-121-2/+2
|/
* Merge #7192: Unify product name to as few places as possibleWladimir J. van der Laan2016-02-041-1/+1
|\
| * Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-50/+85
| |\
| * | Unify package name to as few places as possible without major changesLuke Dashjr2015-12-141-1/+1
* | | Merge #7458: [Net] peers.dat, banlist.dat recreated when missingWladimir J. van der Laan2016-02-041-2/+7
|\ \ \ | |_|/ |/| |
| * | peers.dat, banlist.dat recreated when missingkirkalx2016-02-041-2/+7
* | | Decide eviction group ties based on time.Gregory Maxwell2016-02-011-6/+10
* | | Do not absolutely protect local peers from eviction.Gregory Maxwell2016-02-011-2/+0
|/ /
* | Merge #7350: Banlist updatesWladimir J. van der Laan2016-01-201-24/+30
|\ \
| * \ Merge branch 'master' into 20150703_banlist_updatesLuke Dashjr2016-01-151-18/+161
| |\ \
| * | | banlist (bugfix): allow CNode::SweepBanned() to run on intervalPhilip Kaufmann2015-10-021-6/+8
| * | | banlist: add more banlist infos to log / add GUI signalPhilip Kaufmann2015-10-021-5/+11
| * | | banlist: better handling of banlist in StartNode()Philip Kaufmann2015-10-021-7/+8
| * | | banlist: update set dirty to be more fine grainedPhilip Kaufmann2015-10-021-7/+4
* | | | Typo fixes in commentsChris Wheeler2016-01-171-1/+1
| |/ / |/| |
* | | Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\ \ \
| * | | Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | | | Double semicolon cleanup.21E142015-12-301-1/+1
* | | | Replace trickle nodes with per-node/message Poisson delaysPieter Wuille2015-12-111-6/+10
* | | | net: Add and document network messages in protocol.hWladimir J. van der Laan2015-12-101-11/+3
* | | | net: Account for `sendheaders` `verack` messagesWladimir J. van der Laan2015-12-071-1/+2
* | | | log bytes recv/sent per commandJonas Schnelli2015-12-071-1/+27
* | | | 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