aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2007-05-22Andre Guibert de Bruet fixed a memory leak when PKCS #12 parsing failedDaniel Stenberg
2007-05-22Andre Guibert de Bruet fixed a memory leak in the function that verifies theDaniel Stenberg
2007-05-18Feng Tu reported that curl -w did wrong on TFTP transfers inDaniel Stenberg
2007-05-17they spell five with a v...Daniel Stenberg
2007-05-17Feng Tu pointed out a division by zero error in the TFTP connect timeoutDaniel Stenberg
2007-05-17Added support for compiling under Minix 3.1.3 using ACK.Dan Fandrich
2007-05-15Added support for quote commands before a transfer using SFTP and testDan Fandrich
2007-05-14Added SFTP directory listing test case 613.Dan Fandrich
2007-05-09Kristian Gunstone fixed a problem where overwriting an uploaded file withDan Fandrich
2007-05-08Added FTPS test cases 406 and 407Dan Fandrich
2007-05-08CURLE_FTP_COULDNT_STOR_FILE is now known as CURLE_UPLOAD_FAILED. This isDaniel Stenberg
2007-05-07James Bursa fixed a bug in the multi handle code that made the connectionDaniel Stenberg
2007-05-06extended the description for the curl_multi_socket_action() changeDaniel Stenberg
2007-05-02Anders Gustafsson remarked that requiring CURLOPT_HTTP_VERSION set to 1.0Daniel Stenberg
2007-05-02Tobias Rundstrom reported a problem they experienced with xmms2 and recentDaniel Stenberg
2007-05-02- Jeff Pohlmeyer improved the hiperfifo.c example to use theDaniel Stenberg
2007-05-02- Set the timeout for easy handles to expire really soon after addition orDaniel Stenberg
2007-05-02Merged _all_ old changelogs into the single CHANGES.0 file. Having a new oneDaniel Stenberg
2007-04-30Improved the test harness to allow running test servers on other thanDan Fandrich
2007-04-28Peter O'Gorman fixed libcurl to not init GnuTLS as early as we did before,Daniel Stenberg
2007-04-28Frank Hempel fixed a curl_easy_duphandle() crash on a handle that hadDaniel Stenberg
2007-04-26Peter O'Gorman found a problem with SCP downloads when the downloaded fileDaniel Stenberg
2007-04-25Added support in runtests.pl for "!n" test numbers to disable individual tests.Dan Fandrich
2007-04-25Sonia Subramanian brought our attention to a problem that happens if you setDaniel Stenberg
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse
2007-04-24Robert Iakobashvili made the 'master_buffer' get allocated first once it isDaniel Stenberg
2007-04-23Added tests 610-612 to test more SFTP post-quote commands.Dan Fandrich
2007-04-22- Song Ma's warning if -r/--range is given with a "bad" range, also noted inDaniel Stenberg
2007-04-21Daniel Black filed bug #1704675 (http://curl.haxx.se/bug/view.cgi?id=1704675)Daniel Stenberg
2007-04-20- Save one call to curlx_tvnow(), which calls gettimeofday(), in each ofYang Tse
2007-04-18- James Housley made SFTP uploads use libssh2's non-blocking API (if available)Daniel Stenberg
2007-04-18- Prevent the internal progress meter from updating more frequently than onceDaniel Stenberg
2007-04-18Added test cases 296, 297 and 298 to test --ftp-method handlingDan Fandrich
2007-04-16- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is aDaniel Stenberg
2007-04-16Jay Austin added "DH PARAMETERS" to the stunnel.pem certificateDaniel Stenberg
2007-04-13Added test cases 294 and 295 to test --ftp-account handlingDan Fandrich
2007-04-13Fix test case 534 which started to fail 2007-04-13 due to the existanceYang Tse
2007-04-12Song Ma found a memory leak in the if2ip code if you pass in an interfaceDaniel Stenberg
2007-04-117.16.2Daniel Stenberg
2007-04-10Ravi Pratap provided fixes for HTTP pipeliningDaniel Stenberg
2007-04-10configure script will ignore --enable-sspi option for non-native WindowsYang Tse
2007-04-08Nick Zitzmann did ssh.c cleanupsDaniel Stenberg
2007-04-03Rob Jones fixed better #ifdef'ing for a bunch of #include lines.Daniel Stenberg
2007-04-02Nick Zitzmann made CURLOPT_POSTQUOTE work for SFTP as well.Daniel Stenberg
2007-04-01Robert Iakobashvili made curl_multi_remove_handle() a lot faster when manyDaniel Stenberg
2007-04-01Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg
2007-03-31"Pixel" fixed a problem that appeared when you used -f with user+passwordDaniel Stenberg
2007-03-30Don't tear down the ftp connection if the maximum filesize was exceededDan Fandrich
2007-03-27New Internal wrapper function Curl_select() around select (2), itYang Tse
2007-03-26Fix dateYang Tse