summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_PROXY.3
Commit message (Collapse)AuthorAgeFilesLines
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* man pages: switch to https://example.com URLsDaniel Stenberg2020-09-171-1/+1
| | | | | | | Since HTTPS is "the new normal", this update changes a lot of man page examples to use https://example.com instead of the previous "http://..." Closes #5969
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-1/+1
| | | | | | | | | | | Updated terminology in docs, comments and phrases to refer to C strings as "null-terminated". Done to unify with how most other C oriented docs refer of them and what users in general seem to prefer (based on a single highly unscientific poll on twitter). Reported-by: coinhubs on github Fixes #5598 Closes #5608
* docs: clarify NO_PROXY env variable functionalityDaniel Stenberg2018-08-241-5/+3
| | | | | | Reported-by: Kirill Marchuk Fixes #2773 Closes #2911
* docs: fix typosJakub Wilk2018-04-171-1/+1
| | | | Closes https://github.com/curl/curl/pull/2503
* docs: clarify the use of environment variables for proxyMichael Kaufmann2017-09-281-1/+2
| | | | Closes #1921
* CURLOPT_PROXY.3: fix test 1140 breakageDaniel Stenberg2017-05-311-1/+1
|
* CURLOPT_PROXY.3: describe the environment variables moreDaniel Stenberg2017-05-301-4/+12
|
* docs/libcurl/opts: added more examples in man pagesDaniel Stenberg2017-05-151-2/+9
|
* docs: Add more HTTPS proxy documentationJay Satiro2017-02-061-4/+16
| | | | | | | | | | | | - 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
* docs: Add note about libcurl copying strings to CURLOPT_* manpagesFrank Gevaerts2017-01-131-0/+3
| | | | Closes #1169
* CURLOPT_PROXY.3: unsupported schemes cause errors nowDaniel Stenberg2016-08-151-3/+5
| | | | Follow-up to a96319ebb9 (document the new behavior)
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* CURLOPT_PROXY.3: A proxy given as env variable gets no special treatmentRichard van den Berg2015-09-221-2/+2
| | | | Closes #449
* parse_proxy: reject illegal port numbersDaniel Stenberg2015-09-081-3/+3
| | | | | | | | | | | | | 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
* opts: document CURLE_OUT_OF_MEMORY as RETURN VALUEDan Fandrich2014-06-181-1/+2
|
* opts: 9 more options as separate man pagesDaniel Stenberg2014-06-171-0/+84