Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-29 | curl.1: add an example for -H | Daniel Stenberg | |
2014-08-23 | curl.1: clarify --limit-rate's effect on both directions | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=1414 Reported-by: teo8976 | |||
2014-08-23 | curl.1: mention the --post30x options within the --location desc | Daniel Stenberg | |
2014-08-16 | docs: Escaped single backslash | Steve Holme | |
2014-08-16 | docs: Added Kerberos V5 and NTLM domain information to --user | Steve Holme | |
2014-08-16 | docs: Added Kerberos V5 to the --user SSPI current credentials usage | Steve Holme | |
2014-08-09 | docs: Update SPNEGO and GSS-API related doc sections | Michael Osipov | |
Reflect recent changes in SPNEGO and GSS-API code in the docs. Update them with appropriate namings and remove visible spots for GSS-Negotiate. | |||
2014-08-07 | docs: Added Negotiate to the SSPI current credentials usage description | Steve Holme | |
2014-07-03 | curl.1: minor language fix | Daniel Stenberg | |
Bug: http://curl.haxx.se/mail/archive-2014-07/0006.html | |||
2014-05-23 | curl.1: clarify that -u can't specify a user with colon | Daniel Stenberg | |
2014-05-07 | curl.1: Added missing --login-options option | Steve Holme | |
...and removed ;OPTIONS from --user as that functionality was removed in 7.34.0. | |||
2014-04-04 | docs: this is for 7.37.0 | Daniel Stenberg | |
And clarify for curl that --proxy-header now must be used for headers that are meant for a proxy, and they will not be included if the request is not for a proxy. | |||
2014-04-04 | curl.1: documented --proxy-header | Daniel Stenberg | |
2014-03-14 | docs: fixed a bunch of typos | Dan Fandrich | |
2014-02-26 | tool_getparam: Added initial support for --next/-: | Steve Holme | |
Added initial support for --next/-: which will be used to replace the rather confusing : command line operation what was used for the URL specific options prototype. | |||
2014-02-18 | curl.1: update the description of --tlsv1 | Kamil Dudka | |
... and mention the --tlsv1.[0-2] options in the --tslv1 entry Reported-by: Hubert Kario | |||
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank | |
when using --http2 one can now selectively disable NPN or ALPN with --no-alpn and --no-npn. for now honored with NSS only. TODO: honor this option with GnuTLS and OpenSSL | |||
2014-01-30 | http2: call it "HTTP 2" and not 2.0 | Daniel Stenberg | |
The minor version will be dropped for HTTP 2 so it will make sense to avoid using it in option names etc. | |||
2013-12-18 | curl.1: remove URL encoding phrase from --data description | Daniel Stenberg | |
... it could be misleading a reader into thinking it _has_ to be encoded. | |||
2013-12-15 | curl.1 document -J doesn't %-decode | Daniel Stenberg | |
...also added as KNOWN_BUG #87 with reference to bug #1294 | |||
2013-11-29 | parseconfig: dash options can't specified with colon or equals | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=1297 Reported-by: Michael Osipov | |||
2013-11-29 | curl.1: -G also takes --data-urlencode data | Daniel Stenberg | |
2013-11-17 | smtp: Changed the default command to HELP when no options are specified | Steve Holme | |
Otherwise a NOOP operation would be performed which a) only returns a single line response and not a multiline response where -I needs to be used, and b) provides an inconsistent user experience compared to that of the POP3 and IMAP protocols. | |||
2013-11-15 | DOCS: Updated manpage following recent SMTP modifications | Steve Holme | |
* Added SMTP section to --request * Expanded --mail-rcpt to describe the usage when using the verify and expand commands. | |||
2013-11-12 | curl.1: mention that -O does no URL decoding | Daniel Stenberg | |
2013-11-03 | DOCS: Expanded --request description to include POP3 and IMAP details | Steve Holme | |
2013-11-03 | DOCS: Updated --list-only description to include POP3 | Steve Holme | |
Additionally corrected typos in --oauth2-bearer protocol list. | |||
2013-10-20 | curl.1: add missing exit-code | Gisle Vanem | |
I noted a missing text for exit-code 89 in docs/curl.1 | |||
2013-10-15 | curl.1: fix typo conjuction -> conjunction | Alessandro Ghedini | |
2013-10-15 | curl: document the new --tlsv1.[012] options | Daniel Stenberg | |
2013-10-12 | curl: rename --bearer to --oauth2-bearer | Daniel Stenberg | |
The option '--bearer' might be slightly ambiguous in name. It doesn't create any conflict that I am aware of at the moment, however, OAUTH v2 is not the only authentication mechanism which uses "bearer" tokens. Reported-by: Kyle L. Huff URL: http://curl.haxx.se/mail/lib-2013-10/0064.html | |||
2013-10-11 | minor fix in doc | Heinrich Schaefer | |
2013-09-21 | curl.1: Added information about optional login options to --user in manpage | Steve Holme | |
Added missing information, from curl 7.31.0, regarding the use of the optional login options that may be specified as part of --user. For example: --user 'user:password;auth=NTLM' in IMAP, POP3 and SMTP protocols. | |||
2013-09-20 | Documented --dns-* options in curl manpage | Kim Vandry | |
2013-09-20 | pop3: Added basic SASL XOAUTH2 support | Steve Holme | |
Added the ability to use an XOAUTH2 bearer token [RFC6750] with POP3 for authentication using RFC6749 "OAuth 2.0 Authorization Framework". The bearer token is expected to be valid for the user specified in conn->user. If CURLOPT_XOAUTH2_BEARER is defined and the connection has an advertised auth mechanism of "XOAUTH2", the user and access token are formatted as a base64 encoded string and sent to the server as "AUTH XOAUTH2 <bearer token>". | |||
2013-09-13 | curl.1: detail how short/long options work | Daniel Stenberg | |
URL: http://curl.haxx.se/bug/view.cgi?id=1279 Suggested-by: Jerry Krinock | |||
2013-09-06 | --data: mention CRLF treatment when reading from file | Daniel Stenberg | |
2013-09-05 | darwinssl: add support for PKCS#12 files for client authentication | Nick Zitzmann | |
I also documented the fact that the OpenSSL engine also supports them. | |||
2013-09-04 | curl: add --http1.1 and --http2.0 options | Daniel Stenberg | |
2013-08-31 | -x: rephrased the --proxy section somewhat | Daniel Stenberg | |
2013-08-30 | curl.1: Add usage of '--bearer' option | Kyle L. Huff | |
2013-07-14 | src/tool: allow timeouts to accept decimal values | Dave Reisner | |
Implement wrappers around strtod to convert the user argument to a double with sane error checking. Use this to allow --max-time and --connect-timeout to accept decimal values instead of strictly integers. The manpage is updated to make mention of this feature and, additionally, forewarn that the actual timeout of the operation can vary in its precision (particularly as the value increases in its decimal precision). | |||
2013-07-14 | curl.1: fix long line, found by checksrc.pl | Dave Reisner | |
2013-07-09 | Revert "curl.1: document the --time-cond option in the man page" | Kamil Dudka | |
This reverts commit 3a0e931fc715a80004958794a96b12cf90503f99 because the documentation of --time-cond was duplicated by mistake. Reported by: Dave Reisner | |||
2013-07-09 | curl.1: document the --sasl-ir option in the man page | Kamil Dudka | |
2013-07-09 | curl.1: document the --post303 option in the man page | Kamil Dudka | |
2013-07-09 | curl.1: document the --time-cond option in the man page | Kamil Dudka | |
2013-06-25 | curl.1: fix typo in --xattr description | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=1252 Reported-by: Jean-Noël Rouvignac | |||
2013-05-28 | curl.1: clarify that --silent still outputs data | Daniel Stenberg | |
2013-05-06 | curl.1: document escape sequences recognized by -E | Kamil Dudka | |