Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-11 | docs: expanded on some CURLU details | Daniel Stenberg | |
2018-09-06 | imap: change from "FETCH" to "UID FETCH" | Nicklas Avén | |
... and add "MAILINDEX". As described in #2789, this is a suggested solution. Changing UID=xx to actually get mail with UID xx and add "MAILINDEX" to get a mail with a special index in the mail box (old behavior). So MAILINDEX=1 gives the first non deleted mail in the mail box. Fixes #2789 Closes #2815 | |||
2018-07-26 | docs/CURLOPT_URL: fix indentation | Christopher Head | |
The statement, “The application does not have to keep the string around after setting this option,” appears to be indented under the RTMP paragraph. It actually applies to all protocols, not just RTMP. Eliminate the extra indentation. Closes #2788 | |||
2018-04-30 | CURLOPT_URL.3: add ENCODING section [ci skip] | Daniel Stenberg | |
Feedback-by: Michael Kilburn | |||
2018-04-17 | docs: fix typos | Jakub Wilk | |
Closes https://github.com/curl/curl/pull/2503 | |||
2017-01-13 | docs: Add note about libcurl copying strings to CURLOPT_* manpages | Frank Gevaerts | |
Closes #1169 | |||
2016-02-14 | opt-docs: add more references | Daniel Stenberg | |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-08-31 | man-pages: more SEE ALSO links | Daniel Stenberg | |
2015-08-22 | CURLOPT_DEFAULT_PROTOCOL: added | Nathaniel Waisbrot | |
- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default protocol for schemeless URLs. - Add new tool option --proto-default to expose CURLOPT_DEFAULT_PROTOCOL. In the case of schemeless URLs libcurl will behave in this way: When the option is used libcurl will use the supplied default. When the option is not used, libcurl will follow its usual plan of guessing from the hostname and falling back to 'http'. | |||
2015-03-20 | CURLOPT_URL.3: spelling! | Daniel Stenberg | |
Reported-by: Frank Gevaerts | |||
2015-03-20 | CURLOPT_URL.3: Added "SECURITY CONCERNS" | Daniel Stenberg | |
2014-11-30 | docs: Updated for the SMB protocol | Bill Nagel | |
This patch updates the documentation for the SMB/CIFS protocol. | |||
2014-10-21 | opts: added examples | Daniel Stenberg | |
2014-07-30 | opts: fixed some typos | Dan Fandrich | |
2014-06-20 | opts: fixed some typos | Dan Fandrich | |
2014-06-19 | CURLOPT_URL: move up the text from "Notes" | Daniel Stenberg | |
2014-06-18 | opts: document CURLE_OUT_OF_MEMORY as RETURN VALUE | Dan Fandrich | |
2014-06-18 | opts: fixed a few typos | Dan Fandrich | |
2014-06-17 | opts: 9 more options as separate man pages | Daniel Stenberg | |