diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-02-21 07:46:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-02-21 07:46:41 +0000 |
commit | a15d107dde68f6173cfb1a590320cb108d4dd0f5 (patch) | |
tree | c5b7fab24b27bc4918d807a1a4e5db639f2748ba /CHANGES | |
parent | 09897b81463968f2df46bb70a71c3578f1faa5f6 (diff) |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel (21 February 2006) +- 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. + Daniel (20 February 2006) - Shmulik Regev fixed an issue with multi-pass authentication and compressed content when libcurl didn't honor the internal ignorebody flag. |