Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-22 | THANKS: added 24 new contributors from the 7.31.0 release | Daniel Stenberg | |
2013-06-20 | Use opened body.out file and write content to it. | Guenter Knauf | |
2013-06-18 | TODO: mention the DANE patch from March | Daniel Stenberg | |
2013-06-15 | TODO: HTTP2/SPDY support | Daniel Stenberg | |
2013-06-14 | curl_easy_setopt.3: clarify CURLOPT_PROGRESSFUNCTION frequency | Daniel Stenberg | |
Make it clearer that the CURLOPT_PROGRESSFUNCTION callback will be called more frequently than once per second when things are happening. | |||
2013-06-13 | curl_multi_wait.3: clarify the numfds counter | Daniel Stenberg | |
2013-06-11 | KNOWN_BUGS: #82 failed build with Borland compiler | Daniel Stenberg | |
2013-06-08 | curl_easy_setopt.3: HTTP header with no content | Peter Gal | |
Update the documentation on how to specify a HTTP header with no content. | |||
2013-06-03 | libcurl-tutorial.3: added a section on IPv6 | Dan Fandrich | |
Also added a (correctly-escaped) backslash to the autoexec.bat example file and a new Windows character device name with a colon as examples of other characters that are special and potentially dangerous (this reverts and reworks commit 7d8d2a54). | |||
2013-06-03 | curl_multi_wait: reduce timeout if the multi handle wants to | Daniel Stenberg | |
If the multi handle's pending timeout is less than what is passed into this function, it will now opt to use the shorter time anyway since it is a very good hint that the handle wants to process something in a shorter time than what otherwise would happen. curl_multi_wait.3 was updated accordingly to clarify This is the reason for bug #1224 Bug: http://curl.haxx.se/bug/view.cgi?id=1224 Reported-by: Andrii Moiseiev | |||
2013-05-28 | libcurl-tutorial.3: remove incorrect backslash | Daniel Stenberg | |
A single backslash in the content is not legal nroff syntax. Reported and fixed by: Eric S. Raymond Bug: http://curl.haxx.se/bug/view.cgi?id=1234 | |||
2013-05-28 | curl_formadd.3: fixed wrong "end-marker" syntax | Daniel Stenberg | |
Reported and fixed by: Eric S. Raymond Bug: http://curl.haxx.se/bug/view.cgi?id=1233 | |||
2013-05-28 | curl.1: clarify that --silent still outputs data | Daniel Stenberg | |
2013-05-21 | KNOWN_BUGS: curl -OJC- fails to resume | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=1169 | |||
2013-05-20 | curl_easy_setopt.3: expand the PROGRESSFUNCTION section | Daniel Stenberg | |
Explain the callback and its arguments better and with more descriptive text. | |||
2013-05-19 | tarball: include the xmlstream example | Daniel Stenberg | |
2013-05-19 | xmlstream: XML stream parsing example source code | David Strauss | |
Add an XML stream parsing example using Expat. Add missing ignore for the binary from an unrelated example. | |||
2013-05-11 | Updated zlib version in build files. | Guenter Knauf | |
2013-05-06 | curl.1: document escape sequences recognized by -E | Kamil Dudka | |
2013-04-30 | TODO: Updated following the addition of CURLOPT_SASL_IR | Steve Holme | |
2013-04-28 | DOCS: Corrected line length of recent Secure Transport changes | Steve Holme | |
2013-04-27 | darwinssl: add TLS crypto authentication | Nick Zitzmann | |
Users using the Secure Transport (darwinssl) back-end can now use a certificate and private key to authenticate with a site using TLS. Because Apple's security system is based around the keychain and does not have any non-public function to create a SecIdentityRef data structure from data loaded outside of the Keychain, the certificate and private key have to be loaded into the Keychain first (using the certtool command line tool or the Security framework's C API) before we can find it and use it. | |||
2013-04-27 | Corrected version numbers after bump | Steve Holme | |
2013-04-27 | DOCS: Updated following the addition of CURLOPT_SASL_IR | Steve Holme | |
Documented the the option in curl_easy_setopt() and added it to symbols-in-versions. | |||
2013-04-25 | TODO: Corrected copy/paste typo | Steve Holme | |
2013-04-25 | TODO: Added new ideas for future SMTP, POP3 and IMAP features | Steve Holme | |
2013-04-25 | TODO: Updated following the addition of ;auth=<MECH> support | Steve Holme | |
2013-04-25 | DOCS: Minor rewording / clarification of host name protocol detection | Steve Holme | |
2013-04-24 | DOCS: Added reference to IETF draft for SMTP URL Interface | Steve Holme | |
...when mentioning login options. Additional minor clarification of "Windows builds" to be "Windows builds with SSPI"as a way of enabling NTLM as Windows builds may be built with OpenSSL to enable NTLM or without NTLM support altogether. | |||
2013-04-23 | HISTORY: Fix spelling error. | Linus Nielsen Feltzing | |
2013-04-23 | DOCS: Reworked the scheme calculation explanation under CURLOPT_URL | Steve Holme | |
2013-04-23 | HISTORY: correct some years/dates | Daniel Stenberg | |
Thanks to archive.org's wayback machine I updated this document with some facts from the early httpget/urlget web page: http://web.archive.org/web/19980216125115/http://www.inf.ufrgs.br/~sagula/urlget.html | |||
2013-04-22 | DOCS: Added information about login options to CURLOPT_USERPWD | Steve Holme | |
2013-04-22 | DOCS: Added information about login options in the URL | Steve Holme | |
2013-04-18 | usercertinmem.c: add example showing user cert in memory | Ishan SinghLevett | |
Relies on CURLOPT_SSL_CTX_FUNCTION, which is OpenSSL specific | |||
2013-04-16 | docs/libcurl: fix formatting in manpage | Dave Reisner | |
Commit c3ea3eb6 introduced some minor cosmetic errors in curl_mutli_socket_action(3). | |||
2013-04-15 | FAQ: mention that the network connection can be monitored | Dan Fandrich | |
Also note the prohibition on sharing handles across threads. | |||
2013-04-12 | libcurl-share.3: update what it does and does not share. | David Strauss | |
Update sharing interface documentation to provide exhaustive list of what it does and does not share. | |||
2013-04-12 | THANKS: remove duplicated names | Daniel Stenberg | |
2013-04-12 | THANKS: added people from the 7.30.0 RELEASE-NOTES | Daniel Stenberg | |
2013-04-05 | curl_global_init.3: improve description of CURL_GLOBAL_ALL | Kamil Dudka | |
Reported by: Tomas Mlcoch | |||
2013-04-05 | examples/multi-single.c: fix the order of destructions | Kamil Dudka | |
... so that it adheres to the API documentation. Reported by: Tomas Mlcoch | |||
2013-04-03 | curl_easy_setopt.3: CURLOPT_HTTPGET disables CURLOPT_UPLOAD | Daniel Stenberg | |
2013-04-01 | Added dns and connect time to output. | Guenter Knauf | |
2013-03-30 | BINDINGS: BBHTTP is a cocoa binding, Julia has a binding | Daniel Stenberg | |
2013-03-27 | multi-uv.c: remove unused variable | Clemens Gruber | |
2013-03-27 | Added libuv example multi-uv.c | Clemens Gruber | |
2013-03-18 | FEATURES: Small tidy up for constancy and grammar | Steve Holme | |
2013-03-18 | TODO: Reordered the protocol and security sections | Steve Holme | |
Moved SMTP, POP3, IMAP and New Protocol sections to be listed after the other protocols (FTP, HTTP and TELNET) and SASL to be after SSL and GnuTLS as these are all security related. Additionally fixed numbering of the SSL and GnuTLS sections as they weren't consecutive. | |||
2013-03-16 | FEATURES: Expanded the supported enhanced IMAP command list | Steve Holme | |