summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/page-footer
AgeCommit message (Collapse)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
7.74.0
2020-11-04curl.se: new homeDaniel Stenberg
Closes #6172
2020-09-14Merge tag 'curl-7_72_0' into masternikita
curl 7.72.0
2020-09-14Merge tag 'curl-7_71_1'nikita
curl 7.71.1
2020-08-27curl.1: fix typo invokved -> invokedAlessandro Ghedini
Closes #5846
2020-08-23KNOWN_BUGS: 'no_proxy' string-matches IPv6 numerical addresesDaniel Stenberg
Also: the current behavior is now documented in the curl.1 and CURLOPT_NOPROXY.3 man pages. Reported-by: Andrew Barnes Closes #5745 Closes #5841
2020-08-04curl.1: add a few missing valid exit codesDaniel Stenberg
93 - 96 can be returned as well. Closes #5777
2020-06-17manpage: add three missing environment variablesDaniel Stenberg
CURL_SSL_BACKEND, QLOGDIR and SSLKEYLOGFILE Closes #5571
2019-05-23preparation for doc rewrite.ng0
2018-08-25cmdline-opts/page-footer: fix edit mistakeDaniel Stenberg
There was a missing newline. follow-up to a7ba60bb7250
2018-08-24docs: clarify NO_PROXY env variable functionalityDaniel Stenberg
Reported-by: Kirill Marchuk Fixes #2773 Closes #2911
2018-04-17docs: fix typosJakub Wilk
Closes https://github.com/curl/curl/pull/2503
2018-03-04curl.1: mention how to add numerical IP addresses in NO_PROXYDaniel Stenberg
2017-12-11curl.1: mention http:// and https:// as valid proxy prefixesDaniel Stenberg
2017-12-11curl.1: documented two missing valid exit codesDaniel Stenberg
2017-02-10cmdline-opts/page-footer: ftp.sunet.se is no longer an FTP mirrorDaniel Stenberg
2017-01-16bump: next release will be 7.53.0Daniel Stenberg
2017-01-13url: --noproxy option overrides NO_PROXY environment variableERAMOTO Masaya
Under condition using http_proxy env var, noproxy list was the combination of --noproxy option and NO_PROXY env var previously. Since this commit, --noproxy option overrides NO_PROXY environment variable even if use http_proxy env var. Closes #1140
2016-12-29page-footer: error 36 is protocol agnostic!Daniel Stenberg
2016-12-25cmdline-opts/page-footer: add three more exit codesDaniel Stenberg
... and regenerated curl.1
2016-12-17cmdline-opts: formatting fixesDaniel Stenberg
2016-11-28gen: include footer in mainpage outputDaniel Stenberg