211 Commits (5029698186445bf3cd69d0e720f019c472661bff)

Author SHA1 Message Date
kazcw 5029698186 prevent peer flooding request queue for an inv 9 years ago
Peter Todd 08843ed998 Add relaytxes status to getpeerinfo 9 years ago
Patick Strateman 6a4982fb83 Fix fRelayTxs comment 9 years ago
Patick Strateman 762b13b4d8 Add help text for blocksonly and whitelistalwaysrelay 9 years ago
MarcoFalke b27e81f115 [net] Cleanup maxuploadtarget 9 years ago
Wladimir J. van der Laan 09c1ae1c01 torcontrol improvements and fixes 9 years ago
Jonas Schnelli 872fee3fcc
Introduce -maxuploadtarget 9 years ago
Matt Corallo a6eb4ba38b Report minimum ping time in getpeerinfo 9 years ago
Patrick Strateman a8f6e45249 Remove redundant whiteconnections option 9 years ago
Patrick Strateman 4bac601610 Record nMinPingUsecTime 9 years ago
Veres Lajos 9f68ed6b6d typofixes (found by misspell_fixer) 9 years ago
Pavol Rusnak 7b79cbd722 limit total length of user agent comments 9 years ago
Matt Quinn 19dd40a25f Consolidate individual references to the current maximum peer connection 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Jonas Schnelli 409bccfbf5 use CBanEntry as object container for banned nodes 9 years ago
Jonas Schnelli f581d3d656 banlist.dat: store banlist on disk 9 years ago
Jonas Schnelli 4e36e9bcc7 setban: rewrite to UniValue, allow absolute bantime 9 years ago
Jonas Schnelli 433fb1a95d [RPC] extend setban to allow subnets 9 years ago
Jonas Schnelli e8b93473f1 [net] remove unused return type bool from CNode::Ban() 9 years ago
Jonas Schnelli 2252fb91cd [net] extend core functionallity for ban/unban/listban 9 years ago
Josh Lehan e3cae52538 Added -whiteconnections=<n> option 9 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 9 years ago
Gavin Andresen 9a1dcea2df
Use CScheduler for net's DumpAddresses 9 years ago
Corinne Dashjr 7e6d23b171 Bugfix: Grammar fixes 10 years ago
Gavin Andresen d81cff32e5 Replace mruset setAddrKnown with CRollingBloomFilter addrKnown 10 years ago
Pieter Wuille ba04c4a780 Limit message sizes before transfer 10 years ago
Pieter Wuille 9519a9a420 Add correct bool combiner for net signals 10 years ago
Pieter Wuille 9abbeeabd7 Remove obsolete pubsub method definitions 10 years ago
Cory Fields eec37136fd make CMessageHeader a dumb storage class 10 years ago
Wladimir J. van der Laan 66b473457b
Delete RecvLine function 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Pavel Janík 26a6bae753 Add time offset to getpeerinfo output 10 years ago
Pieter Wuille 12a49cac0a Limit the number of new addressses to accumulate 10 years ago
Gregory Maxwell 845c86d128 Do not use third party services for IP detection. 10 years ago
Cory Fields fa7361907a boost: split stream classes out of serialize.h 10 years ago
Pieter Wuille 341735eb8f Headers-first synchronization 10 years ago
Wladimir J. van der Laan d4168c82be Limit CNode::mapAskFor 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan 651480c8e4 move functions in main and net to implementation files 10 years ago
Philip Kaufmann efd6b87811 small net cleanup 10 years ago
Wladimir J. van der Laan c91a9471be Add IsReachable(net) function 10 years ago
Wladimir J. van der Laan 0430c30af1 Add missing FindNode prototype to net.h 10 years ago
Wladimir J. van der Laan 43f510d37d Convert closesocket 'compat wrapper' to function in netbase 10 years ago
Pieter Wuille dc942e6f27 Introduce whitelisted peers. 10 years ago
Philip Kaufmann 6354935c48 move rand functions from util to new random.h/.cpp 10 years ago
Pieter Wuille 9f4da19bab Use pong receive time rather than processing time 10 years ago
R E Broadley 2e36866fec Show nodeid instead of addresses (for anonymity) unless otherwise requested. 10 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage 10 years ago