aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Expand)Author
2007-09-13Version 7.17.0 (13 September 2007)Daniel Stenberg
2007-09-11Daniel S (12 September 2007)Daniel Stenberg
2007-09-07TFTP now reports the "not defined" TFTP error code 0 as an error,Dan Fandrich
2007-09-07Added test case 1007 to test permission problem when uploading with TFTPDan Fandrich
2007-09-05Curl_GetFTPResponse() now checks and properly deals with the fact that theDaniel Stenberg
2007-09-05Minix doesn't support getsockopt on UDP sockets or send/recv on TCPDan Fandrich
2007-08-31Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich
2007-08-31Made some of the error strings returned by the *strerror functions moreDan Fandrich
2007-08-30Added more accurate error code returns from SFTP operations. Added testDan Fandrich
2007-08-30Renamed several libcurl error codes and options to make them more generalDan Fandrich
2007-08-24Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointedDaniel Stenberg
2007-08-23Porting library to OS/400Patrick Monnerat
2007-08-22Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointedDaniel Stenberg
2007-08-22Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointedDaniel Stenberg
2007-08-20Based on a patch by Christian Vogt, the FTP code now sets the upcomingDaniel Stenberg
2007-08-17- Robson Braga Araujo filed bug report #1776232Daniel Stenberg
2007-08-17Robson Braga Araujo filed bug report #1776235Daniel Stenberg
2007-08-17Song Ma provided a patch that cures a problem libcurl has when doing resumeDaniel Stenberg
2007-08-14Andrew Wansink provided an NTLM bugfix: in the case the server sets the flagDaniel Stenberg
2007-08-11Allen Pulsifer provided a patch that makes libcurl set the expected downloadDaniel Stenberg
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
2007-08-08Song Ma noted a zlib memory leak in the illegal compressed headerDan Fandrich
2007-08-04Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work onDaniel Stenberg
2007-08-02Scott Cantor filed bug report #1766320Daniel Stenberg
2007-08-02Dmitriy Sergeyev reported a regression: resumed file:// transfers brokeDaniel Stenberg
2007-08-01Patrick Monnerat and I modified libcurl so that now it *copies* all stringsDaniel Stenberg
2007-08-01Greg Morse reported a problem with POSTing using ANYAUTH to a server requiringDaniel Stenberg
2007-07-30Peter O'Gorman pointed out (and fixed) that the non-blocking check inDaniel Stenberg
2007-07-30give credit to Greg ZavertnikDaniel Stenberg
2007-07-29Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad useDaniel Stenberg
2007-07-23Implemented the parts of Patrick Monnerat's OS/400 patch that introducesDaniel Stenberg
2007-07-23Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich
2007-07-22HTTP Digest auth fix on a re-used connectionDaniel Stenberg
2007-07-22Added test case 354 that makes a simple FTP retrieval without password, whichDaniel Stenberg
2007-07-20PWD for SFTP is fixedDaniel Stenberg
2007-07-20Ralf S. Engelschall filed bug report #1757328Daniel Stenberg
2007-07-19libssh2 fixDaniel Stenberg
2007-07-17Fixed test cases 613 and 614 by improving the log postprocessor to handleDan Fandrich
2007-07-17Jofell Gallardo posted a libcurl log using FTP that exposed a bug which madeDaniel Stenberg
2007-07-13Colin Hogben filed bug report #1750274Daniel Stenberg
2007-07-13Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn'tDaniel Stenberg
2007-07-12Made the krb5 code build with Heimdal's GSSAPI libDaniel Stenberg
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
2007-07-12Shmulik Regev found an (albeit rare) case where the proxy CONNECT operationDaniel Stenberg
2007-07-11Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation:Daniel Stenberg
2007-07-10Shmulik Regev:Daniel Stenberg
2007-07-10Giancarlo Formicuccia reported and fixed a problem with a closed connectionDaniel Stenberg
2007-07-10Force the time zone to GMT in the cookie tests in case the user isDan Fandrich
2007-07-107.16.4 prepsDaniel Stenberg
2007-07-05Gavrie Philipson provided a patch that will use a more specific errorJames Housley