Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-15 | MANUAL review | Ant Bryan | |
2012-08-10 | curl.1: shorten lines, avoid referring to libcurl instead of curl | Daniel Stenberg | |
2012-08-10 | curl.1: fix more consistent wording | Ant Bryan | |
"If this option is used several times, the last one will be used." uniformity | |||
2012-08-09 | docs: update the links to cipher-suites supported by NSS | Kamil Dudka | |
... and make the list of cipher-suites in nss.c readable by humans. Bug: http://curl.haxx.se/mail/archive-2012-08/0016.html | |||
2012-08-08 | docs: mention CURLSSH_AUTH_AGENT | Armel Asselin | |
2012-08-08 | curl.1: minor format fix for --data-ascii | Daniel Stenberg | |
... and removal of trailing whitespace on a single line | |||
2012-08-07 | curl man page cleanup | Ant Bryan | |
2012-08-07 | TODO: support DANE, we already support gnutls without gcrypt | Daniel Stenberg | |
2012-07-28 | TODO: Updated after 7.27.0 release | Steve Holme | |
Removed APOP and SASL authentication from the POP3 section and metalink support from the client section as these features were implemented in this release. Moved adding gssapi to SASL into it's own section rather than repeat it for each protocol. | |||
2012-07-28 | THANKS: 12 new contributors from the 7.27.0 release | Daniel Stenberg | |
2012-07-27 | Update man page info on --metalink and typo. | Ant Bryan | |
2012-07-24 | curl_easy_setopt: fix typo | Daniel Stenberg | |
Reported by: Santhana Todatry | |||
2012-07-21 | Fixed typo. | Guenter Knauf | |
2012-07-20 | Fixed some typos in documentation | Dan Fandrich | |
2012-07-12 | Added error checking for curl_global_init(). | Guenter Knauf | |
2012-07-12 | Added curl_global_* functions. | Guenter Knauf | |
2012-07-12 | docs: mention CURL_GLOBAL_DEFAULT | Daniel Stenberg | |
2012-07-12 | Added curl_global_* functions. | Guenter Knauf | |
2012-07-11 | Added pointer to FAQ for linkage errors. | Guenter Knauf | |
2012-07-09 | docs: switch to proper UTF-8 for text file encoding | Daniel Stenberg | |
2012-07-08 | KNOWN_BUGS: #80 Curl doesn't recognize certs in DER format | Daniel Stenberg | |
2012-07-08 | KNOWN_BUGS: #79 - any RCPT TO failure makes and error | Daniel Stenberg | |
2012-07-07 | KNOWN_BUGS: NTLM with unicode works with schannel/winssl! | Daniel Stenberg | |
Bug #75 updated with additional info, still remains for builds with other backends. | |||
2012-07-04 | Removed non-used variable. | Guenter Knauf | |
2012-07-04 | Added error checking for samples. | Guenter Knauf | |
2012-07-03 | docs: clarify how to start with curl_multi_socket_action | Daniel Stenberg | |
Mention the CURL_SOCKET_TIMEOUT argument in step 6 of the typical application. | |||
2012-07-03 | MinGW makefile tweaks for running from sh. | Guenter Knauf | |
Added function macros to make path converting easier. Added CROSSPREFIX to all compile tools. | |||
2012-07-03 | HTTP-COOKIES: clarified and modified layout | Daniel Stenberg | |
2012-07-03 | HTTP-COOKIES: use the FAQ document layout | Daniel Stenberg | |
2012-07-03 | HTTP-COOKIES: added cookie documentation | Daniel Stenberg | |
2012-07-02 | errors: CURLM_CALL_MULTI_PERFORM is not returned anymore | Daniel Stenberg | |
2012-06-25 | curl.1: Updated Metalink description in man page | Tatsuhiro Tsujikawa | |
Documented that --include will be ignored if both --metalink and --include are specified. Also documented that a Metalink file in the local file system cannot be used if FILE protocol is disabled. | |||
2012-06-24 | DOCS: Added clarification to CURLOPT_CUSTOMREQUEST for the POP3 protocol | Steve Holme | |
Bug: http://curl.haxx.se/mail/lib-2012-06/0302.html Reported by: Nagai H | |||
2012-06-14 | curl.1: 7.27.0 seems next release | Yang Tse | |
2012-06-13 | schannel: remove version number and identify its use with 'schannel' literal | Yang Tse | |
Version number is removed in order to make this info consistent with how we do it with other MS and Linux system libraries for which we don't provide this info. Identifier changed from 'WinSSPI' to 'schannel' given that this is the actual provider of the SSL/TLS support. libcurl can still be built with SSPI and without SCHANNEL support. | |||
2012-06-11 | sspi: Updated RELEASE-NOTES, FEATURES and THANKS | Marc Hoersken | |
2012-06-06 | Added hint for pkg-config wrapper script. | Guenter Knauf | |
2012-06-06 | Updated Android section with recent NDK. | Guenter Knauf | |
The r7b had some bugs, and shouldnt be used. | |||
2012-06-04 | curl_easy_setopt.3: proto updates + cleanups | Daniel Stenberg | |
- For all *FUNCTION options, they now all show the complete prototype in the description. Previously some of them would just refer to a typedef'ed function pointer in the curl.h header. - I made the phrasing of that "Pass a pointer to a function that matches the following prototype" the same for all *FUNCTION option descriptions. - I removed some uses of 'should'. I think I sometimes over-use this word as in many places I actually mean MUST or otherwise more specific and not-so-optional synonyms. | |||
2012-06-03 | THANKS: 16 new contributors from the 7.26.0 release | Daniel Stenberg | |
2012-06-03 | DOCS: Fixed list in Section 18.2 not displaying correctly on web site | Steve Holme | |
2012-06-03 | DOCS: Corrected missed heading renumbering from commit 530675a1ad7 | Steve Holme | |
2012-06-03 | DOCS: Added IMAP and LDAP sections | Steve Holme | |
Added new sections 11. IMAP and 12. LDAP to document adding SASL based authentication. Renumbered current sections 11 to 17 as 13 to 19. Additionally added 19.10 Add CURLOPT_MAIL_CLIENT option. | |||
2012-05-27 | DOCS: Corrected the "Added in" version number for CURLOPT_MAIL_AUTH | Steve Holme | |
Additionally corrected another RFC link that I missed yesterday. | |||
2012-05-27 | Enabled OpenSSL static linkage. | Guenter Knauf | |
2012-05-26 | Removed trailing space | Tatsuhiro Tsujikawa | |
2012-05-26 | Add Metalink information and --metalink option to man page | ant | |
2012-05-26 | Add Metalink information and --metalink option to man page | ant | |
2012-05-26 | Adds Metalink information to INSTALL | ant | |
2012-05-26 | DOCS: Fixed line spacing of authentication examples in CURLOPT_URL | Steve Holme | |