]> git.ipfire.org Git - thirdparty/curl.git/commit - src/tool_cfgable.c
preproxy: renamed what was added as SOCKS_PROXY
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Dec 2016 15:02:08 +0000 (16:02 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Dec 2016 15:04:23 +0000 (16:04 +0100)
commit845522cadb6ac9d357d68bb022a148a8c3be2e6a
tree8e49eea5efe813a1d985c8a700025755226a14a3
parent642398c6517bac82d80089ecba9c2057a0752d74
preproxy: renamed what was added as SOCKS_PROXY

CURLOPT_SOCKS_PROXY -> CURLOPT_PRE_PROXY

Added the corresponding --preroxy command line option. Sets a SOCKS
proxy to connect to _before_ connecting to a HTTP(S) proxy.
12 files changed:
docs/cmdline-opts/preproxy.d [new file with mode: 0644]
docs/curl.1
docs/libcurl/opts/CURLOPT_PRE_PROXY.3 [moved from docs/libcurl/opts/CURLOPT_SOCKS_PROXY.3 with 75% similarity]
docs/libcurl/opts/Makefile.am
include/curl/curl.h
lib/url.c
lib/urldata.h
src/tool_cfgable.c
src/tool_cfgable.h
src/tool_getparam.c
src/tool_help.c
src/tool_operate.c