Age | Commit message (Expand) | Author |
2008-06-12 | My first attempt at documenting what we try to support and make curl run with | 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-08 | - curl the tool now deals with its command line options somewhat differently! | 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-06-06 | - Added CURLINFO_PRIMARY_IP as a new information retrievable with | Daniel Stenberg |
2008-06-04 | new contributors from the 7.18.2 release | Daniel Stenberg |
2008-05-29 | Added a new "13. Web Login" chapter | Daniel Stenberg |
2008-05-27 | Known bug #55, libcurl fails to build with MIT Kerberos for Windows (KfW) | Yang Tse |
2008-05-26 | Added Haiku OS, sorted the list of i386 OSes | Daniel Stenberg |
2008-05-24 | Christopher Palow's multi interface docs updates | Daniel Stenberg |
2008-05-24 | Nikolai Kondrashov provided a clarification for CURLOPT_HEADERFUNCTION | Daniel Stenberg |
2008-05-23 | Added some more to do items and a known bug. | Dan Fandrich |
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich |
2008-05-19 | change the code style to be more curlish, and changed some of the output | Daniel Stenberg |
2008-05-16 | removed lots of warnings | Daniel Stenberg |
2008-05-15 | Included stdint.h to get the intptr_t type (needed on OpenBSD at least). | Dan Fandrich |
2008-05-12 | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg |
2008-05-09 | Internal time differences now use monotonic time source if available. | Yang Tse |
2008-05-01 | 53. SFTP busy-loop problem when doing SFTP uploads. | Daniel Stenberg |
2008-04-30 | Christian Vogt told us about OS21 in | Daniel Stenberg |
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg |
2008-04-23 | Mention that P.I.P.S. is needed for Symbian. | Dan Fandrich |
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich |
2008-04-21 | added Haskell binding, unified the formatting somewhat | Daniel Stenberg |
2008-04-12 | return 0 not -1 at end of data! | Daniel Stenberg |
2008-04-10 | mention what happens to the data when a write callback returns pause | Daniel Stenberg |
2008-04-10 | clarify the COOKIE option a bit | Daniel Stenberg |
2008-04-09 | "tag" the function referals properly | Daniel Stenberg |
2008-04-04 | Give a hint as to why a url_fopen failed. | Dan Fandrich |
2008-04-03 | Made sure that curl_global_init is called in all the multithreaded | Dan Fandrich |
2008-04-02 | removed unused var. | Gunter Knauf |
2008-04-01 | Eetu contributed back in 2000... | Daniel Stenberg |
2008-03-31 | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg |
2008-03-31 | Changed the makefile so the doc/examples/ programs are never built in a | Dan Fandrich |
2008-03-30 | added people from the 7.18.1 release announcement | Daniel Stenberg |
2008-03-25 | spell it out loudly and clearly that CURLOPT_SSL_CTX_FUNCTION is only | Daniel Stenberg |
2008-03-13 | --ftp-create-dirs works on SFTP as well | Dan Fandrich |
2008-03-13 | fix code that is normally #ifdef'ed out | 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-03-06 | spellchecked | Daniel Stenberg |
2008-03-06 | curl_multi_timeout() is really not recommended with curl_multi_socket()-based | Daniel Stenberg |
2008-02-27 | Michal Marek's cleanup of how curl_easy_setopt() is used in examples and | Daniel Stenberg |
2008-02-23 | now builds and runs with GnuTLS-built libcurls too | Daniel Stenberg |
2008-02-21 | fixed missing header; changed bail out from exit() to return(). | Gunter Knauf |
2008-02-20 | reformatted comment. | Gunter Knauf |
2008-02-20 | added read callback function in order to prevent crashs on Win32 when linked ... | Gunter Knauf |