aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Allow block announcements with headersSuhas Daftuar2015-11-291-0/+9
* | Constrain constant values to a single location in codeLuke Dashjr2015-11-281-0/+7
|/
* Add relaytxes status to getpeerinfoPeter Todd2015-11-201-0/+1
* Fix fRelayTxs commentPatick Strateman2015-11-141-1/+1
* Add help text for blocksonly and whitelistalwaysrelayPatick Strateman2015-11-141-0/+2
* [net] Cleanup maxuploadtargetMarcoFalke2015-11-121-0/+2
* torcontrol improvements and fixesWladimir J. van der Laan2015-11-121-0/+1
* Introduce -maxuploadtargetJonas Schnelli2015-10-261-0/+27
* Report minimum ping time in getpeerinfoMatt Corallo2015-09-031-0/+1
* Remove redundant whiteconnections optionPatrick Strateman2015-08-221-11/+0
* Record nMinPingUsecTimePatrick Strateman2015-08-221-0/+2
* typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
* Merge pull request #6462Wladimir J. van der Laan2015-08-051-0/+5
|\
| * limit total length of user agent commentsPavol Rusnak2015-08-051-0/+5
* | Consolidate individual references to the current maximum peer connectionMatt Quinn2015-08-031-0/+2
|/
* Includes: Cleanup around net main and walletJorge Timón2015-07-231-3/+0
* Merge pull request #5288Wladimir J. van der Laan2015-07-101-0/+13
|\
| * Added -whiteconnections=<n> optionJosh Lehan2015-06-141-0/+13
* | use CBanEntry as object container for banned nodesJonas Schnelli2015-07-021-7/+65
* | banlist.dat: store banlist on diskJonas Schnelli2015-07-021-0/+22
* | setban: rewrite to UniValue, allow absolute bantimeJonas Schnelli2015-06-171-2/+2
* | [RPC] extend setban to allow subnetsJonas Schnelli2015-06-171-2/+6
* | [net] remove unused return type bool from CNode::Ban()Jonas Schnelli2015-06-171-1/+1
* | [net] extend core functionallity for ban/unban/listbanJonas Schnelli2015-06-171-1/+4
|/
* use const references where appropriatePhilip Kaufmann2015-06-041-2/+2
* Use CScheduler for net's DumpAddressesGavin Andresen2015-05-141-1/+2
* Merge pull request #6085Wladimir J. van der Laan2015-05-041-2/+2
|\
| * Bugfix: Grammar fixesCorinne Dashjr2015-05-011-2/+2
* | Replace mruset setAddrKnown with CRollingBloomFilter addrKnownGavin Andresen2015-04-301-3/+3
|/
* Merge pull request #5859Wladimir J. van der Laan2015-03-121-2/+17
|\
| * Add correct bool combiner for net signalsPieter Wuille2015-03-061-2/+17
* | Merge pull request #5151Pieter Wuille2015-03-071-1/+1
|\ \
| * | make CMessageHeader a dumb storage classCory Fields2015-02-251-1/+1
* | | Limit message sizes before transferPieter Wuille2015-03-061-0/+2
| |/ |/|
* | Remove obsolete pubsub method definitionsPieter Wuille2015-02-261-3/+0
|/
* Delete RecvLine functionWladimir J. van der Laan2015-01-201-1/+0
* Merge pull request #5476Wladimir J. van der Laan2015-01-021-0/+2
|\
| * Add time offset to getpeerinfo outputPavel Janík2014-12-151-0/+2
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | Remove references to X11 licenceMichael Ford2014-12-161-1/+1
|/
* Limit the number of new addressses to accumulatePieter Wuille2014-12-041-2/+9
* Do not use third party services for IP detection.Gregory Maxwell2014-11-071-2/+2
* boost: split stream classes out of serialize.hCory Fields2014-10-221-0/+1
* Headers-first synchronizationPieter Wuille2014-10-141-4/+0
* Limit CNode::mapAskForWladimir J. van der Laan2014-09-091-0/+2
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-1/+2
* move functions in main and net to implementation filesWladimir J. van der Laan2014-08-261-150/+8
* Merge pull request #4605Wladimir J. van der Laan2014-08-181-0/+1
|\
| * Add IsReachable(net) functionWladimir J. van der Laan2014-07-301-0/+1