Based on further discussion on curl-library, I reverted yesterday's SOCKS5
authorDaniel Stenberg <daniel@haxx.se>
Sat, 5 Jan 2008 22:04:18 +0000 (22:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 5 Jan 2008 22:04:18 +0000 (22:04 +0000)
commitb4305764367f24f06ce7dedc557d90772a00eec1
treed723ad3a4b96f6d4bb810e5853de764f83da99da
parent65008a4e55db71cff22e3fca6b36f15eb642b92d
Based on further discussion on curl-library, I reverted yesterday's SOCKS5
code to instead introduce support for a new proxy type called
CURLPROXY_SOCKS5_HOSTNAME that is used to send the host name to the proxy
instead of IP address and there's thus no longer any need for a new
curl_easy_setopt() option.

The default SOCKS5 proxy is again back to sending the IP address to the
proxy.  The new curl command line option for enabling sending host name to a
SOCKS5 proxy is now --socks5-hostname.
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/socks.c
lib/url.c
lib/urldata.h
src/main.c