695 Commits (6f01dcf63873a5e42798635ab4026c9a5f9fa213)

Author SHA1 Message Date
Suhas Daftuar ac7b37cd2b Connect to an extra outbound peer if our tip is stale 7 years ago
Suhas Daftuar 2d4327db19 net: Allow connecting to extra outbound peers 7 years ago
Matt Corallo 15f5d3b172 Switch DNSSeed-needed metric to any-automatic-nodes, not services 7 years ago
Matt Corallo 57edc0b0c8 Rename fAddnode to a more-descriptive "manual_connection" 7 years ago
Matt Corallo 44407100ff Replace relevant services logic with a function suite. 7 years ago
Cory Fields 45fd75453e net: remove now-superfluous numeric resolve 7 years ago
Cory Fields 2416dd7cc9 net: separate resolving and conecting 7 years ago
Marko Bencun 05cae8aefd range-based loops and const qualifications in net.cpp 7 years ago
Marko Bencun 605918272c add m_added_nodes to connman options 7 years ago
Cory Fields 80e2e9d0ce net: drop unused connman param 7 years ago
Cory Fields 8ad663c1fa net: use an interface class rather than signals for message processing 7 years ago
Cory Fields 28f11e9406 net: pass CConnman via pointer rather than reference 7 years ago
practicalswift 36d326e8b0 Use nullptr instead of zero (0) as the null pointer constant 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
practicalswift 11dd29b658 [net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& request) 7 years ago
Marko Bencun f228b8e163 remove some unused functions 7 years ago
Dag Robole 05e023f2ec Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions 7 years ago
Marko Bencun 352d582ba2 Add vConnect to CConnman::Options 7 years ago
João Barbosa a2420ae2f1 Avoid unnecessary work in SetNetworkActive 7 years ago
Jeremy Rubin e0451e3e2a Fix subscript[0] bug in net.cpp if GetGroup returns a 0-sized vector 7 years ago
Jorge Timón 506b700dcb
Util: Remove redundant calls to gArgs.IsArgSet() 7 years ago
Cory Fields d5c7c1cfe3 net: use an internal address for fixed seeds 7 years ago
Marko Bencun 07b2afef10 add Binds, WhiteBinds to CConnman::Options 7 years ago
Marko Bencun ce79f32518 add WhitelistedRange to CConnman::Options 7 years ago
Cory Fields 6cdc488e36 net: switch to dummy internal ip for dns seed source 7 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 7 years ago
Gregory Maxwell bf376eaccc Return early in IsBanned. 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 7 years ago
Marko Bencun 5d67526026 add SeedNodes to CConnman::Options 7 years ago
Cory Fields b6fbfc2282 net: only enforce the services required to connect 7 years ago
Alex Morcos 307013469f Populate services in GetLocalAddress 7 years ago
Jorge Timón b3cbd554d9
scripted-diff: Util: Encapsulate mapMultiArgs behind gArgs 8 years ago
Cory Fields 0f3471f3ad net: make CNode's id private 8 years ago
Cory Fields 9ff0a51164 scripted-diff: net: Use accessor rather than node's id directly 8 years ago
John Newbery 77c54b270d [net] listbanned RPC and QT should show correct banned subnets 8 years ago
Matt Corallo b2c9254205 Check interruptNet during dnsseed lookups 8 years ago
Thomas Snider ad415bc16a [net] Added SetSocketNoDelay() utility function 8 years ago
Matthias Grundmann 31a14d4909
Correct indentation and remove unnecessary braces 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
practicalswift 8dc957ae06 Remove unused code 8 years ago
Matt Corallo 819b513a54 Add missing braces in semaphore posts in net 8 years ago
Matt Corallo e007b243c4 Fix shutdown hang with >= 8 -addnodes set 8 years ago
Matt Corallo 73296f54d6 CScheduler boost->std::function, use millisecs for times, not secs 8 years ago
Wladimir J. van der Laan 25da1ee36c build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally 8 years ago
keystrike 6d37ee8314 Trivial: Debug log ambiguity fix for peer addrs 8 years ago
Matt Corallo db2dc7a58c Move CNode::addrLocal access behind locked accessors 8 years ago
Matt Corallo 036073bf87 Move CNode::addrName accesses behind locked accessors 8 years ago
Matt Corallo 22b4966a29 Move [clean|str]SubVer writes/copyStats into a lock 8 years ago