451 Commits (9faa4902cd32af9742b7ffcc163725bff226da1f)

Author SHA1 Message Date
Pavel Vasin 9f3e48e521 add support for miniupnpc api version 14 9 years ago
Patrick Strateman dc81dd02a1 Return false early if vEvictionCandidates is empty 9 years ago
Patrick Strateman 17f3533c84 Better support for nodes with non-standard nMaxConnections 9 years ago
Patrick Strateman 1317cd1928 RAII wrapper for CNode* 9 years ago
Patrick Strateman df23937422 Add comments to AttemptToEvictConnection 9 years ago
Patrick Strateman a8f6e45249 Remove redundant whiteconnections option 9 years ago
Patrick Strateman b105ba398b Prefer to disconnect peers in favor of whitelisted peers 9 years ago
Patrick Strateman 2c701537c8 AttemptToEvictConnection 9 years ago
Patrick Strateman ae037b707c Refactor: Move failure conditions to the top of AcceptConnection 9 years ago
Patrick Strateman 1ef4817614 Refactor: Bail early in AcceptConnection 9 years ago
Patrick Strateman 541a1dd9e6 Refactor: AcceptConnection 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
Pavol Rusnak 557f8eac7a implement uacomment config parameter 9 years ago
Peter Todd d2d7ee0e86 Make CRollingBloomFilter set nTweak for you 9 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 9 years ago
Pieter Wuille d422f9b1fd Test whether created sockets are select()able 9 years ago
Jonas Schnelli 177a0e4914 Adding CSubNet constructor over a single CNetAddr 9 years ago
Jonas Schnelli 409bccfbf5 use CBanEntry as object container for banned nodes 9 years ago
Jonas Schnelli dfa174c295 CAddrDB/CBanDB: change filesize variables from int to uint64_t 9 years ago
Jonas Schnelli f581d3d656 banlist.dat: store banlist on disk 9 years ago
Jonas Schnelli 62909f68a0 fix missing lock in CNode::ClearBanned() 10 years ago
Jonas Schnelli 4e36e9bcc7 setban: rewrite to UniValue, allow absolute bantime 10 years ago
Jonas Schnelli 433fb1a95d [RPC] extend setban to allow subnets 10 years ago
Jonas Schnelli e8b93473f1 [net] remove unused return type bool from CNode::Ban() 10 years ago
Jonas Schnelli 2252fb91cd [net] extend core functionallity for ban/unban/listban 10 years ago
Cory Fields 2b890dd424 locking: fix a few small issues uncovered by -Wthread-safety 10 years ago
Josh Lehan e3cae52538 Added -whiteconnections=<n> option 10 years ago
Philip Kaufmann a9ac95c1bc use const references where appropriate 10 years ago
Philip Kaufmann 49b22928ee [net, trivial] explicitly use std::string for FindNode 10 years ago
Gavin Andresen 9a1dcea2df
Use CScheduler for net's DumpAddresses 10 years ago
Pieter Wuille d4d5022cfc Use ring buffer of set iterators instead of deque of copies in mruset 10 years ago
Gavin Andresen d81cff32e5 Replace mruset setAddrKnown with CRollingBloomFilter addrKnown 10 years ago
pstratem 351593b9c8 replace absolute sleep with conditional wait 10 years ago
Cory Fields 739d6155d3 chainparams: use SeedSpec6's rather than CAddress's for fixed seeds 10 years ago
Pieter Wuille 1d5b47a903 nLastTry is only used for addrman entries 10 years ago
Ruben de Vries fc720207e0 don't trickle for whitelisted nodes 10 years ago
Pieter Wuille c6a63ceeb4 Always use a 50% chance to choose between tried and new entries 10 years ago
Wladimir J. van der Laan dec84cae2a src/net.cpp: endian compatibility in EndMessage 10 years ago
Pieter Wuille ba04c4a780 Limit message sizes before transfer 10 years ago
Cory Fields eec37136fd make CMessageHeader a dumb storage class 10 years ago
Gregory Maxwell 28d4cff0ed Sanitize command strings before logging them. 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 10 years ago
Wladimir J. van der Laan 66b473457b
Delete RecvLine function 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Cory Fields a3241998e1 namespace: remove boost namespace pollution 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Wladimir J. van der Laan 6e718f9435
Remove outdated comment about NTP 10 years ago
Philip Kaufmann 27df4123c4 make all catch() arguments const 10 years ago