diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-30 08:51:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-30 08:51:24 +0000 |
commit | 50c80a49ccbcc95019e08f7cdb90d20f2429f9ea (patch) | |
tree | e86d4e9a42d385b151c6f3405d87754f6d071253 /CHANGES | |
parent | 6b7f169b101654a7abe8cda6da75a88dccdd8e6d (diff) |
Added --socks
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel(30 January 2004) +- Added --socks as a recognized option. It works just like --proxy but sets a + SOCKS5 proxy to use. SOCKS5 support has been available in libcurl for a + while, just not provided by the curl tool. This does not currently work for + IPv6-enabled libcurls. + Daniel(29 January 2004) - Stadler Stephan pointed out that src/hugehelp.c included config.h without checking the define if its present... |