Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-08 | CURLOPT_HTTP_VERSION: seting this to 3 forces HTTP/3 use directly | Daniel Stenberg | |
Even though it cannot fall-back to a lower HTTP version automatically. The safer way to upgrade remains via CURLOPT_ALTSVC. CURLOPT_H3 no longer has any bits that do anything and might be removed before we remove the experimental label. Updated the curl tool accordingly to use "--http3". Closes #4197 | |||
2016-11-16 | cmdline-docs: more conversion | Daniel Stenberg | |
2016-11-15 | cmdline-opts: support generating the --help output | Daniel Stenberg | |
2016-11-13 | cmdline-opts: first test version of a new man page generator kit | Daniel Stenberg | |
See MANPAGE.md for the description of how this works. Each command line option is now described in a separate .d file. |