aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* net: Split resolving out of CServiceCory Fields2016-07-311-33/+1
* net: Split resolving out of CNetAddrCory Fields2016-07-311-16/+10
* Randomize name lookup result in ConnectSocketByNamePieter Wuille2016-06-131-4/+4
* Use Socks5ErrorString() to decode error responses from socks proxy.Warren Togami2016-05-191-12/+16
* Make Socks5() InterruptibleRecv() timeout/failures informative.Warren Togami2016-05-171-1/+2
* SOCKS5 connecting and connected messages with -debug=net.Warren Togami2016-05-091-2/+2
* Make failures to connect via Socks5() more informative and less unnecessarily...Warren Togami2016-05-091-9/+11
* net: disable resolving from storage structuresCory Fields2016-04-201-14/+14
* net: resolve outside of storage structuresCory Fields2016-04-201-4/+6
* Net: Add IPv6 Link-Local Address Supportmruddy2016-04-051-3/+7
* Typo fixes in commentsChris Wheeler2016-01-171-1/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-1/+1
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-1/+1
* net: Automatically create hidden service, listen on TorWladimir J. van der Laan2015-11-101-4/+1
* Set TCP_NODELAY on P2P sockets.Gregory Maxwell2015-10-221-1/+8
* net: Fix CIDR notation in ToString()Wladimir J. van der Laan2015-09-161-10/+48
* net: use CIDR notation in CSubNet::ToString()Jonas Schnelli2015-09-161-9/+11
* Merge pull request #6556Wladimir J. van der Laan2015-08-201-1/+1
|\
| * Fix masking of irrelevant bits in address groups.Alex Morcos2015-08-141-1/+1
* | typofixes (found by misspell_fixer)Veres Lajos2015-08-101-1/+1
|/
* Test whether created sockets are select()ablePieter Wuille2015-07-101-0/+3
* Adding CSubNet constructor over a single CNetAddrJonas Schnelli2015-07-021-0/+7
* fix CSubNet comparison operatorJonas Schnelli2015-06-171-1/+1
* [RPC] extend setban to allow subnetsJonas Schnelli2015-06-171-0/+5
* [net, trivial] remove using namespace std pollution in netbase.cppPhilip Kaufmann2015-05-311-4/+2
* Fix two problems in CSubNet parsingWladimir J. van der Laan2015-05-261-1/+5
* Simplify code for CSubnetWladimir J. van der Laan2015-05-261-8/+6
* use const reference as param in ConnectThroughProxy/Socks5Philip Kaufmann2015-04-281-2/+2
* privacy: Stream isolation for TorWladimir J. van der Laan2015-04-171-66/+104
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Regard connection failures as attempt for addrmanWladimir J. van der Laan2014-12-021-4/+16
* Use complete path to include bitcoin-config.h.Pavel Janík2014-11-261-1/+1
* Add missing reserved address spaces.Matt Corallo2014-10-281-1/+18
* add -timeout default as constant and use themPhilip Kaufmann2014-10-061-1/+1
* netbase: Make SOCKS5 negotiation interruptibleWladimir J. van der Laan2014-09-101-18/+70
* netbase: Use .data() instead of .c_str() on binary stringWladimir J. van der Laan2014-09-081-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+2
* Remove all other print() methodsWladimir J. van der Laan2014-08-201-10/+0
* Merge pull request #4605Wladimir J. van der Laan2014-08-181-1/+11
|\
| * Add GetNetworkName functionWladimir J. van der Laan2014-07-301-0/+10
| * Allow -onlynet=onion to be usedWladimir J. van der Laan2014-07-301-1/+1
* | small net cleanupPhilip Kaufmann2014-08-081-0/+1
|/
* net: add SetSocketNonBlocking() as OS independent wrapperPhilip Kaufmann2014-07-171-29/+41
* Convert closesocket 'compat wrapper' to function in netbaseWladimir J. van der Laan2014-07-171-20/+33
* Merge pull request #4479Wladimir J. van der Laan2014-07-081-1/+2
|\
| * Bugfix: strerror_r can return an error, and if it does, POSIX does not specif...Luke Dashjr2014-07-071-1/+2
* | Fix the build for windowsWladimir J. van der Laan2014-07-071-4/+3
* | remove SOCKS4 support from core and GUIPhilip Kaufmann2014-07-071-93/+27