Age | Commit message (Expand) | Author |
2008-06-11 | - I did a cleanup of the internal generic SSL layer and how the various SSL | Daniel Stenberg |
2008-06-10 | - I made the OpenSSL code build again with OpenSSL 0.9.6. The CRLFILE | 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 | Moved all changes from 2007 from CHANGES to CHANGES.0 | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | 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 | 7.18.2 | Daniel Stenberg |
2008-06-03 | Fixed a problem where telnet data would be lost if an EWOULDBLOCK | Dan Fandrich |
2008-06-01 | (committed this for Marty Kuhrt:) | Daniel Stenberg |
2008-05-28 | - Emil Romanus found a problem and helped me repeat it. It occured when using | Daniel Stenberg |
2008-05-28 | - Jeff Weber reported memory leaks with aborted SCP and SFTP transfers and | Daniel Stenberg |
2008-05-26 | - Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identified | Daniel Stenberg |
2008-05-26 | Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS | Daniel Stenberg |
2008-05-26 | David Rosenstrauch reported that header files spnegohelp.h and | Yang Tse |
2008-05-22 | Made sure to pass longs in to curl_easy_setopt where necessary in the | Dan Fandrich |
2008-05-19 | - When trying to repeat a multi interface problem I fell over a few multi | Daniel Stenberg |
2008-05-13 | Added test case 556 that uses curl_easy_send() and curl_easy_recv() | Daniel Stenberg |
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-09 | - Stefan Krause reported a busy-looping case when using the multi interface | Daniel Stenberg |
2008-05-09 | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek |
2008-05-07 | - Liam Healy filed the debian bug report #480044 | Daniel Stenberg |
2008-05-07 | Christopher Palow provided the patch (edited by me) that introduces | Yang Tse |
2008-05-03 | - Yuriy Sosov pointed out a configure fix for detecting c-ares when that is | Daniel Stenberg |
2008-05-03 | - Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice | Daniel Stenberg |
2008-05-03 | - Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAY | Daniel Stenberg |
2008-05-01 | - Bart Whiteley provided a patch that made libcurl work properly when an app | Daniel Stenberg |
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg |
2008-04-29 | improved easy interface resolving timeout handling in c-ares enabled builds | Yang Tse |
2008-04-29 | Added test 1028 to test an HTTP redirect to a FTP URL. | Dan Fandrich |
2008-04-28 | - Norbert Frese filed bug report #1951588: "Problem with curlftpfs and | Daniel Stenberg |
2008-04-26 | mention the automake problems and solution even though it doesn't strictly | Daniel Stenberg |
2008-04-25 | Add 'timeout' and 'delay' attributes support for the test harness <command> s... | Yang Tse |
2008-04-25 | Made --stderr able to redirect all stderr messages. | Dan Fandrich |
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich |
2008-04-18 | Added test cases 1026 and 1027 to do some rudimentary tests on the --manual | Dan Fandrich |
2008-04-14 | allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, as | Michal Marek |
2008-04-14 | - Stefan Krause reported a case where the OpenSSL handshake phase wasn't | Daniel Stenberg |
2008-04-14 | - Andre Guibert de Bruet fixed a second case of not checking the malloc() | Daniel Stenberg |
2008-04-14 | - Sandor Feldi reported bug #1942022 | Daniel Stenberg |
2008-04-14 | - Brock Noland reported that curl behaved differently depending on which order | Daniel Stenberg |
2008-04-12 | - Andre Guibert de Bruet found and fixed a case where malloc() was called but | Daniel Stenberg |
2008-04-10 | Added test case 1025 to test a command-line cookie with Location: following | Dan Fandrich |
2008-04-10 | Added test case 1024 to test a scenario similar to the one reported | Dan Fandrich |
2008-04-07 | - Fix the MIT / Heimdal check for good: | Michal Marek |
2008-04-05 | - Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properly | Daniel Stenberg |
2008-04-05 | - Based on the Debian bug report #474224 that complained about the FTP error | Daniel Stenberg |
2008-04-04 | Added test627 to test SFTP with CURLOPT_NOBODY | Dan Fandrich |