Age | Commit message (Expand) | Author |
2008-02-20 | - Fixed test case 405 to not fail when libcurl is built with GnuTLS | Daniel Stenberg |
2008-02-20 | mention removal of SSLv2 by default. | Gunter Knauf |
2008-02-20 | - Based on initial work done by Gautam Kachroo to address a bug, we now keep | Daniel Stenberg |
2008-02-20 | - We no longer support setting the CURLOPT_URL option from inside a callback | Daniel Stenberg |
2008-02-19 | Added test309 to test HTTP redirect to HTTPS URL | Dan Fandrich |
2008-02-18 | - We're no longer providing a very old ca-bundle in the curl tarball. You can | Daniel Stenberg |
2008-02-17 | - Jerome Muffat-Meridol helped me fix Curl_done() to close the current | Daniel Stenberg |
2008-02-15 | - Made the gnutls code path not even try to get the server cert if no peer | Daniel Stenberg |
2008-02-15 | - Pooyan McSporran found and fixed a flaw where you first would do a normal | Daniel Stenberg |
2008-02-11 | Yang Tse pointed out a few remaining quirks from my timeout refactoring from | Daniel Stenberg |
2008-02-10 | Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points | Yang Tse |
2008-02-09 | Added key words to all SSL-using tests so they can be skipped if necessary. | Dan Fandrich |
2008-02-08 | - Mike Hommey filed and fixed bug report #1889856 | Daniel Stenberg |
2008-02-08 | To verify that the sftp server is actually running, responsive and that | Yang Tse |
2008-02-08 | G�nter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and | Daniel Stenberg |
2008-02-08 | Added tests 1022 and 1023 to validate output of curl-config --version and | Dan Fandrich |
2008-02-07 | - Refactored a lot of timeout code into a few functions in an attempt to make | Daniel Stenberg |
2008-02-06 | Fix problem in strdup replacement when dealing with absolutely huge strings. | Yang Tse |
2008-02-03 | - Dmitry Kurochkin cleaned up the pipelining code and removed the need for and | Daniel Stenberg |
2008-01-31 | - Niklas Angebrand made the cookie support in libcurl properly deal with the | Daniel Stenberg |
2008-01-31 | - Dmitry Kurochkin moved several struct fields from the connectdata struct to | Daniel Stenberg |
2008-01-29 | - Dmitry Kurochkin fixed Curl_done() for pipelining, as it could previously | Daniel Stenberg |
2008-01-29 | - Michal Marek fixed minor mistake in test case 553 that prevented it from | Daniel Stenberg |
2008-01-28 | 7.18.0 | Daniel Stenberg |
2008-01-27 | Dmitry Kurochkin: In "real world" testing I found more bugs in | Daniel Stenberg |
2008-01-25 | - Kevin Reed filed bug report #1879375 | Daniel Stenberg |
2008-01-24 | and Igor Franchuk is his name! | Daniel Stenberg |
2008-01-23 | "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and so | Daniel Stenberg |
2008-01-22 | check availability of poll.h header at configuration time, and include | Yang Tse |
2008-01-21 | Dmitry Kurochkin removed the cancelled state for pipelining, as we agreed | Daniel Stenberg |
2008-01-21 | Disable ldap support for cygwin builds, since it breaks whole build process. | Yang Tse |
2008-01-18 | Lau Hang Kin found and fixed a problem with the multi interface when doing | Daniel Stenberg |
2008-01-17 | Don't abort tests 518 and 537 when unable to raise the open-file soft limit | Yang Tse |
2008-01-16 | Nathan Coulter's patch that makes runtests.pl respect the PATH when figuring | Daniel Stenberg |
2008-01-16 | fix handling of out of memory in the command line tool that afected | Yang Tse |
2008-01-16 | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | Daniel Stenberg |
2008-01-15 | Calls to Curl_failf() are not supposed to provide a trailing newline as the | Daniel Stenberg |
2008-01-15 | I made the torture test on test 530 go through. This was actually due to | Daniel Stenberg |
2008-01-14 | Joe Malicki filed bug report #1871269 | Daniel Stenberg |
2008-01-12 | I re-arranged the curl --help output. All the options are now sorted on | 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-11 | I made the curl tool switch from using CURLOPT_IOCTLFUNCTION to now use the | Daniel Stenberg |
2008-01-10 | Michal Marek made curl-config --libs not include /usr/lib64 in the output | Daniel Stenberg |
2008-01-10 | Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow | Daniel Stenberg |
2008-01-10 | Nikitinskit Dmitriy filed bug report #1868255 | Daniel Stenberg |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg |
2008-01-06 | Jeff Johnson filed bug report #1863171 | 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 |