Peter Su added support for SOCKS4 proxies. Enable this by setting the proxy
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Feb 2006 07:46:41 +0000 (07:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Feb 2006 07:46:41 +0000 (07:46 +0000)
commita15d107dde68f6173cfb1a590320cb108d4dd0f5
treec5b7fab24b27bc4918d807a1a4e5db639f2748ba
parent09897b81463968f2df46bb70a71c3578f1faa5f6
Peter Su added support for SOCKS4 proxies. Enable this by setting the proxy
type to the already provided type CURLPROXY_SOCKS4.
I added a --socks4 option that works like the current --socks5 option but
instead use the socks4 protocol.
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
lib/url.c
src/main.c