aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
AgeCommit message (Expand)Author
2016-02-10Fix spelling: misbeha{b,v}ingMatt
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-12-14Replace trickle nodes with per-node/message Poisson delaysPieter Wuille
2015-12-04Replace setInventoryKnown with a rolling bloom filter.Gregory Maxwell
2015-12-01Merge pull request #7079Wladimir J. van der Laan
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
2015-03-07Merge pull request #5151Pieter Wuille
2015-03-06Limit message sizes before transferPieter Wuille
2015-03-06Add correct bool combiner for net signalsPieter Wuille
2015-02-26Remove obsolete pubsub method definitionsPieter Wuille
2015-02-25make CMessageHeader a dumb storage classCory Fields
2015-01-20Delete RecvLine functionWladimir J. van der Laan
2015-01-02Merge pull request #5476Wladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-12-15Add time offset to getpeerinfo outputPavel Janík
2014-12-04Limit the number of new addressses to accumulatePieter Wuille
2014-11-07Do not use third party services for IP detection.Gregory Maxwell
2014-10-22boost: split stream classes out of serialize.hCory Fields