Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-24 | docs: clarify NO_PROXY env variable functionality | Daniel Stenberg | |
Reported-by: Kirill Marchuk Fixes #2773 Closes #2911 | |||
2018-04-17 | docs: fix typos | Jakub Wilk | |
Closes https://github.com/curl/curl/pull/2503 | |||
2017-09-28 | docs: clarify the use of environment variables for proxy | Michael Kaufmann | |
Closes #1921 | |||
2017-05-31 | CURLOPT_PROXY.3: fix test 1140 breakage | Daniel Stenberg | |
2017-05-30 | CURLOPT_PROXY.3: describe the environment variables more | Daniel Stenberg | |
2017-05-15 | docs/libcurl/opts: added more examples in man pages | Daniel Stenberg | |
2017-02-06 | docs: Add more HTTPS proxy documentation | Jay Satiro | |
- Document HTTPS proxy type. - Document --write-out %{proxy_ssl_verify_result}. - Document SOCKS proxy + HTTP/HTTPS proxy combination. HTTPS proxy support was added in 7.52.0 for OpenSSL, GnuTLS and NSS. Ref: https://github.com/curl/curl/commit/cb4e2be | |||
2017-01-13 | docs: Add note about libcurl copying strings to CURLOPT_* manpages | Frank Gevaerts | |
Closes #1169 | |||
2016-08-15 | CURLOPT_PROXY.3: unsupported schemes cause errors now | Daniel Stenberg | |
Follow-up to a96319ebb9 (document the new behavior) | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-09-22 | CURLOPT_PROXY.3: A proxy given as env variable gets no special treatment | Richard van den Berg | |
Closes #449 | |||
2015-09-08 | parse_proxy: reject illegal port numbers | Daniel Stenberg | |
If the port number in the proxy string ended weirdly or the number is too large, skip it. Mostly as a means to bail out early if a "bare" IPv6 numerical address is used without enclosing brackets. Also mention the bracket requirement for IPv6 numerical addresses to the man page for CURLOPT_PROXY. Closes #415 Reported-by: Marcel Raad | |||
2014-06-18 | opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE | Dan Fandrich | |
2014-06-17 | opts: 9 more options as separate man pages | Daniel Stenberg | |