Richard Atterer brought a patch that added support for SOCKS4a proxies, which
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jan 2008 21:40:11 +0000 (21:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jan 2008 21:40:11 +0000 (21:40 +0000)
commita46b40b7fdf567250451b984b977f5e03c716d5e
treed5df5ab441077f295ec172ed2e94beed44622927
parent0b9b8acb08aa1a1c1c7668710d01eea8f27039b4
Richard Atterer brought a patch that added support for SOCKS4a proxies, which
is an inofficial PROXY4 variant that sends the hostname to the proxy instead
of the resolved address (which is already supported by SOCKS5).  --socks4a is
the curl command line option for it and CURLOPT_PROXYTYPE can now be set to
CURLPROXY_SOCKS4A as well.
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/ftp.c
lib/socks.c
lib/socks.h
lib/url.c
src/main.c