Age | Commit message (Expand) | Author |
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 |
2008-02-19 | applied patch to disable SSLv2 by default; discussion: | Gunter Knauf |
2008-02-19 | fix for new codestyle. | Gunter Knauf |
2008-02-19 | made changes to work with Win32; | Gunter Knauf |
2008-02-18 | added makefile for MingW32 to build most of the samples. | Gunter Knauf |
2008-02-18 | moved sample program defines into separate Makefile.inc so that other makefil... | Gunter Knauf |
2008-02-18 | just mention in --cacert that curl normally has a default ca cert path built-in | Daniel Stenberg |
2008-02-18 | the ca-bundle is no longer shipped | Daniel Stenberg |
2008-02-18 | - We're no longer providing a very old ca-bundle in the curl tarball. You can | Daniel Stenberg |
2008-02-08 | fixed a typo. | Gunter Knauf |
2008-02-08 | and mention make ca-bundle in the 1.11 faq entry as well | Daniel Stenberg |
2008-02-08 | for step 5, mention that we can now generate an own version locally if wanted | Daniel Stenberg |
2008-02-07 | ca-bundle.crt documentational updates that more clearly describe the bundle | Daniel Stenberg |
2008-02-03 | threaded-ssl.c is a little example that does multi-threaded downloads from | Daniel Stenberg |
2008-02-03 | it is stable now... | Daniel Stenberg |
2008-01-31 | bug 51 may possibly be fixed, and as such it is not a known bug anymore: | Daniel Stenberg |
2008-01-29 | - Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously | Daniel Stenberg |
2008-01-28 | Added peeps from the 7.18.0 release annoucement | Daniel Stenberg |
2008-01-28 | Add the three currently discussed bugs that won't make it into the 7.18.0 | Daniel Stenberg |
2008-01-25 | using anyauth isn't unconditionally an extra roundtrip | Daniel Stenberg |
2008-01-25 | just wanted to mention two uclinux archs I've tried libcurl builds on myself | Daniel Stenberg |
2008-01-23 | update openssl version | Yang Tse |
2008-01-20 | This is a multi threaded application that uses a progress bar to show | Daniel Stenberg |
2008-01-17 | the java binding is not really maintained | Daniel Stenberg |
2008-01-15 | I made the torture test on test 530 go through. This was actually due to | Daniel Stenberg |
2008-01-15 | Michal Marek's improved .curlrc syntax description | Daniel Stenberg |
2008-01-14 | 5.3 support FF3 sqlite cookie files | Daniel Stenberg |
2008-01-12 | Eric Landes provided the patch (edited by me) that introduces the | Daniel Stenberg |
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 | added the --retry problems mention on the curl-library list today | 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-04 | 14.3 extend CURLOPT_SOCKOPTFUNCTION prototype | Daniel Stenberg |
2008-01-02 | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg |
2007-12-27 | --libcurl was added in 7.16.1, a useful information | Daniel Stenberg |