Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jan 2008 23:01:00 +0000 (23:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jan 2008 23:01:00 +0000 (23:01 +0000)
commit2e42b0a252416803a90ea232dc94a0a21d5a97e5
treece5c9b3a2e33408a77300563964924a73d6b464b
parentfcc485092a09811d5bfed78d13984fed5c31e652
Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the
proxy do the host name resolving and only if --socks5ip (or
CURLOPT_SOCKS5_RESOLVE_LOCAL) is used we resolve the host name locally and
pass on the IP address only to the proxy.
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