aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-12-04MacOS (not Mac OS X) compilation filesDaniel Stenberg
2001-12-04Eric's updateDaniel Stenberg
2001-12-03the happy events so far todayDaniel Stenberg
2001-12-03As Eric Lavigne pointed out, the ftp response reader MUST cache data thatDaniel Stenberg
is not dealt with when we find an end-of-response line, as there might be important stuff even after the correct line. So on subsequent invokes, the cached data must be used!
2001-12-03test case 126 added, this uses RETRWEIRDO that makes the FTP server send twoDaniel Stenberg
responses at once, to excerise the part of curl to make sure it can cache (parts of) responses properly.
2001-12-03Eric nailed a but in strnequal() for macintoshDaniel Stenberg
2001-12-03the final ftp ipv6 support has been added!Daniel Stenberg
2001-12-03updatesDaniel Stenberg
2001-12-03updated the copyright year rangeDaniel Stenberg
2001-12-03cool.haxx.se now only allows http downloadsDaniel Stenberg
2001-12-03modified the stack trace section slightlyDaniel Stenberg
2001-12-03pre7 and pre8 detailsDaniel Stenberg
2001-12-03test127~ should not be included!Daniel Stenberg
2001-12-02more careful re-use of connections when SSL is used over proxiesDaniel Stenberg
2001-12-02SM renamed the debug DLLDaniel Stenberg
2001-12-02added a in_addr_t #defineDaniel Stenberg
2001-11-30documented CURLOPT_HTTP_VERSION and CURLOPT_FTP_USE_EPSVDaniel Stenberg
2001-11-30added --disable-epsvDaniel Stenberg
2001-11-30no include, no const in strdupDaniel Stenberg
2001-11-30fixed the option parser to not loop when a long option is specifiedDaniel Stenberg
2001-11-29remove the command file after each testDaniel Stenberg
2001-11-29test126 renamed to test190 as it has to be last among the FTP tests becauseDaniel Stenberg
of some problems in the test server :-/
2001-11-29test 127 --disable-epsvDaniel Stenberg
2001-11-29--disable-epsvDaniel Stenberg
2001-11-29fixes for tru64, fixes for macDaniel Stenberg
2001-11-29disabling EPSV is now possibleDaniel Stenberg
2001-11-29stdin is file descriptor 0Daniel Stenberg
2001-11-29mac fixesDaniel Stenberg
2001-11-29added mac stuffDaniel Stenberg
2001-11-29updated mac specific include filesDaniel Stenberg
2001-11-29unix newlinesDaniel Stenberg
2001-11-29wrongly set binaryDaniel Stenberg
2001-11-28mucho stuff since pre6!Daniel Stenberg
2001-11-28added CURLOPT_FTP_USE_EPSVDaniel Stenberg
2001-11-28in_addr_t addedDaniel Stenberg
2001-11-28CURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent libcurl fromDaniel Stenberg
attempting to use EPSV before the standard PASV.
2001-11-28fill memory with junk on malloc()Daniel Stenberg
2001-11-28now sets a type for in_addr_t even if it isn't found in the #include filesDaniel Stenberg
like on my linux box
2001-11-28more more more MOREDaniel Stenberg
2001-11-28the perform "state machine" is more explained nowDaniel Stenberg
2001-11-28modsDaniel Stenberg
2001-11-28adjusted to new FTP commands in the command sequenceDaniel Stenberg
2001-11-28Added an in_addr_t checkDaniel Stenberg
2001-11-28EPSV and SIZE adjustmentsDaniel Stenberg
2001-11-28Added EPSV which is now unconditionally always tried before PASV, whichDaniel Stenberg
makes it work reaaaaly nicely on IPv6-enabled hosts! Added SIZE before RETR is made, always done on downloads. It makes us know the size prior to download much more frequently. Unfortunately, this breaks all the FTP test cases. *fixfixfix*
2001-11-28use in_addr_t for inet_addr() return code. Now, now portable is this *REALLY*?Daniel Stenberg
We should add some configure tests for this!
2001-11-28used in the new multi interface, not yet actually part of libcurl butDaniel Stenberg
added to CVS to make them available to others
2001-11-27support para makes more sense nowDaniel Stenberg
2001-11-27languageDaniel Stenberg
2001-11-27the list of contributors are in the THANKS file these daysDaniel Stenberg