Age | Commit message (Expand) | Author |
2007-09-05 | Curl_GetFTPResponse() now checks and properly deals with the fact that the | Daniel Stenberg |
2007-08-31 | Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED. | Dan Fandrich |
2007-08-30 | Renamed several libcurl error codes and options to make them more general | Dan Fandrich |
2007-08-30 | Made Curl_GetFTPResponse() use lots less code and instead use the proper | Daniel Stenberg |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich |
2007-08-24 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-22 | Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed | Daniel Stenberg |
2007-08-20 | Based on a patch by Christian Vogt, the FTP code now sets the upcoming | Daniel Stenberg |
2007-08-17 | - Robson Braga Araujo filed bug report #1776232 | Daniel Stenberg |
2007-08-17 | Robson Braga Araujo filed bug report #1776235 | Daniel Stenberg |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-07-29 | Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use | Daniel Stenberg |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-21 | Make the pointers of a few static const arrays const, too, for safety. | Dan Fandrich |
2007-07-20 | Ralf S. Engelschall filed bug report #1757328 | Daniel Stenberg |
2007-07-20 | Made some const arrays static to avoid unnecessary stack usage. | Dan Fandrich |
2007-07-17 | Jofell Gallardo posted a libcurl log using FTP that exposed a bug which made | Daniel Stenberg |
2007-07-13 | Daniel Cater made libcurl build with CURL_NO_OLDIES defined (which doesn't | Daniel Stenberg |
2007-07-01 | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg |
2007-07-01 | Song Ma helped me verify and extend a fix for doing FTP over a SOCKS4/5 proxy | Daniel Stenberg |
2007-06-24 | As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and | Daniel Stenberg |
2007-06-19 | and fix another flaw in the singlecwd case when we get ftp://site.com/, also | Daniel Stenberg |
2007-06-18 | make the ftp-method multicwd case possible to LIST the root directory of a | Daniel Stenberg |
2007-04-25 | Fixed an out of memory handling issue. | Dan Fandrich |
2007-04-22 | Avoid an unnecessary call to gettimeofday() when | Yang Tse |
2007-04-12 | Work around an out of memory situation in Curl_ftp_done instead of | Dan Fandrich |
2007-04-11 | Fixed some out of memory handling issues. | Dan Fandrich |
2007-04-10 | Ravi Pratap provided fixes for HTTP pipelining | Daniel Stenberg |
2007-03-31 | Removed check for ftpcode being NULL, as later it is derefenced unconditionally | Daniel Stenberg |
2007-03-30 | Pointer "cur_pos" dereferenced before NULL check, found by coverity.com scan. | Daniel Stenberg |
2007-03-30 | Don't tear down the ftp connection if the maximum filesize was exceeded | Dan Fandrich |
2007-03-27 | Update message | Yang Tse |
2007-03-26 | Internal function Curl_select() renamed to Curl_socket_ready() | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-03-25 | fix compiler warning | Yang Tse |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-02-20 | New FTP CCC functionality - adds passive and active mode to accomodate for di... | Linus Nielsen Feltzing |
2007-02-19 | and fix warnings due to lack of protos | Daniel Stenberg |
2007-02-19 | - Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and | Daniel Stenberg |
2007-02-16 | use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling | Yang Tse |
2007-02-16 | - Duncan Mac-Vicar Prett and Michal Marek reported problems with resetting | Daniel Stenberg |
2007-02-06 | compiler warning fix | Yang Tse |
2007-02-05 | - Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS | Daniel Stenberg |
2007-02-01 | compiler warning fix | Yang Tse |
2007-02-01 | compiler warning fix | Yang Tse |
2007-01-24 | Only shut down SSL if the CCC command succeeded. | Dan Fandrich |
2007-01-16 | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg |
2007-01-08 | Correct error code for CCC/SSL shutdown failure | Linus Nielsen Feltzing |
2007-01-05 | - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to | Daniel Stenberg |
2006-12-22 | - Robert Foreman provided a prime example snippet showing how libcurl would | Daniel Stenberg |