Age | Commit message (Expand) | Author |
2008-12-28 | Anthony Bryan reported this outputs wrong in the PDF and I've now tried to | Daniel Stenberg |
2008-12-19 | expand the CURLOPT_POSTREDIR explanation | Daniel Stenberg |
2008-12-10 | - Internet Explorer had a broken HTTP digest authentication before v7 and | Daniel Stenberg |
2008-12-09 | Documented CURLOPT_CONNECT_ONLY as being useful only on HTTP URLs. | Dan Fandrich |
2008-11-05 | mention the speed unit for the _SPEED_LARGE options from bug #2226722 | Daniel Stenberg |
2008-10-28 | Mention more restrictions on timeouts when using signals | Dan Fandrich |
2008-10-17 | remove some spurious line-endings | Yang Tse |
2008-10-16 | CURLOPT_POST301 => CURLOPT_POSTREDIR | Dan Fandrich |
2008-10-16 | - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that then | Daniel Stenberg |
2008-10-16 | correct version number for the certinfo addition | Daniel Stenberg |
2008-10-09 | Fixed a leftover reference to CURLOPT_FTP_SSL (thanks to Carlos Alloatti | Dan Fandrich |
2008-10-08 | - Igor Novoseltsev brought a patch that introduced two new options to | Daniel Stenberg |
2008-09-07 | SOCKS5_RESOLVE_LOCAL was just never added as an option! | Daniel Stenberg |
2008-09-05 | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg |
2008-08-28 | Fixed a couple of typos | Dan Fandrich |
2008-08-20 | Added an edited version of Vincent Le Normand's documentation of SFTP quote | Dan Fandrich |
2008-07-30 | - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL | Daniel Stenberg |
2008-07-23 | Eliminated references to TRUE and FALSE since those identifiers aren't | Dan Fandrich |
2008-07-23 | - I went over the curl_easy_setopt man page and replaced most references to | Daniel Stenberg |
2008-07-10 | (Added in the section for CURLOPT_DNS_CACHE_TIMEOUT, pointed out on the | Daniel Stenberg |
2008-06-08 | 7.19.0 is next | Daniel Stenberg |
2008-06-08 | the next release is now called 7.19.0 | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | Daniel Stenberg |
2008-06-06 | mention added in 7.18.3 | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for | Daniel Stenberg |
2008-05-24 | Nikolai Kondrashov provided a clarification for CURLOPT_HEADERFUNCTION | Daniel Stenberg |
2008-04-10 | clarify the COOKIE option a bit | Daniel Stenberg |
2008-03-25 | spell it out loudly and clearly that CURLOPT_SSL_CTX_FUNCTION is only | Daniel Stenberg |
2008-03-11 | Recommend passing a 1 as parameter to CURLOPT_SSLENGINE_DEFAULT rather than | Daniel Stenberg |
2008-03-11 | - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only | Michal Marek |
2008-02-19 | applied patch to disable SSLv2 by default; discussion: | Gunter Knauf |
2008-01-11 | Daniel Egger made CURLOPT_RANGE work on file:// URLs the very same way it | Daniel Stenberg |
2008-01-10 | Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow | Daniel Stenberg |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg |
2008-01-05 | Based on further discussion on curl-library, I reverted yesterday's SOCKS5 | Daniel Stenberg |
2008-01-04 | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg |
2008-01-02 | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg |
2007-12-08 | mention how to enable chunked encoding for POSTs | Daniel Stenberg |
2007-12-02 | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg |
2007-11-20 | clarify somewhat what happens to some data when a share is set to be used | Daniel Stenberg |
2007-10-15 | Mention first version with CURLOPT_COPYPOSTFIELDS. | Dan Fandrich |
2007-10-15 | Fix dynamic CURLOPT_POSTFIELDS bug: back to static. | Patrick Monnerat |
2007-10-09 | Add a paragraph about CURLOPT_CUSTOMREQUEST not actually changing libcurl's | Daniel Stenberg |
2007-10-05 | Alexey Pesternikov documented CURLOPT_OPENSOCKETDATA and | Daniel Stenberg |
2007-10-05 | Michael Wallner made the CULROPT_COOKIELIST option support a new magic | Daniel Stenberg |
2007-10-03 | Based on a patch brought by Johnny Luong, libcurl now offers | Daniel Stenberg |
2007-10-02 | CURLOPT_POST301 section, added by Philip Langdale | Daniel Stenberg |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-07 | Usage of the BCURLOPT_PROGRESSFUNCTION callback is not recommended when using | Daniel Stenberg |