aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
AgeCommit message (Expand)Author
2016-04-15Merge #7856: Only send one GetAddr response per connection.Wladimir J. van der Laan
2016-04-14Change mapRelay to store CTransactionsPieter Wuille
2016-04-11Use txid as key in mapAlreadyAskedForSuhas Daftuar
2016-04-11Only send one GetAddr response per connection.Gregory Maxwell
2016-03-21Implement "feefilter" P2P message.Alex Morcos
2016-02-17Remove vfReachable and modify IsReachable to only use vfLimited.Patrick Strateman
2016-02-12fix spelling of advertise in src and docjloughry
2016-02-04Fix spelling: misbeha{b,v}ingMatt
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-11Replace trickle nodes with per-node/message Poisson delaysPieter Wuille
2015-12-07log bytes recv/sent per commandJonas Schnelli
2015-12-03Merge pull request #7133Wladimir J. van der Laan
2015-12-01Merge pull request #7079Wladimir J. van der Laan
2015-11-30Only use filterInventoryKnown with MSG_TX inventory messages.Patick Strateman
2015-11-30Rename setInventoryKnown filterInventoryKnownPatick Strateman
2015-11-30Remove mruset as it is no longer used.Gregory Maxwell
2015-11-30Replace setInventoryKnown with a rolling bloom filter.Gregory Maxwell
2015-11-29Allow block announcements with headersSuhas Daftuar
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-14Fix fRelayTxs commentPatick Strateman
2015-11-14Add help text for blocksonly and whitelistalwaysrelayPatick Strateman
2015-11-12[net] Cleanup maxuploadtargetMarcoFalke
2015-11-12torcontrol improvements and fixesWladimir J. van der Laan
2015-10-26Introduce -maxuploadtargetJonas Schnelli
2015-09-03Report minimum ping time in getpeerinfoMatt Corallo
2015-08-22Remove redundant whiteconnections optionPatrick Strateman
2015-08-22Record nMinPingUsecTimePatrick 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-23Includes: Cleanup around net main and walletJorge Timón
2015-07-10Merge pull request #5288Wladimir J. van der Laan
2015-07-02use CBanEntry as object container for banned nodesJonas Schnelli
2015-07-02banlist.dat: store banlist on diskJonas Schnelli
2015-06-17setban: rewrite to UniValue, allow absolute bantimeJonas Schnelli
2015-06-17[RPC] extend setban to allow subnetsJonas Schnelli
2015-06-17[net] remove unused return type bool from CNode::Ban()Jonas Schnelli
2015-06-17[net] extend core functionallity for ban/unban/listbanJonas Schnelli
2015-06-14Added -whiteconnections=<n> optionJosh Lehan
2015-06-04use const references where appropriatePhilip Kaufmann
2015-05-14Use CScheduler for net's DumpAddressesGavin Andresen
2015-05-04Merge pull request #6085Wladimir J. van der Laan
2015-05-01Bugfix: Grammar fixesCorinne Dashjr
2015-04-30Replace mruset setAddrKnown with CRollingBloomFilter addrKnownGavin Andresen
2015-03-12Merge pull request #5859Wladimir J. van der Laan