Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-04 | Eric's updated version | Daniel Stenberg | |
2001-12-04 | Eric's #include fixes for better macos compiles | Daniel Stenberg | |
2001-12-04 | Eric brought some files for macos compiles | Daniel Stenberg | |
2001-12-04 | i'm soooo funny | Daniel Stenberg | |
2001-12-04 | added macos files to the distribution archive | Daniel Stenberg | |
2001-12-04 | more comments | Daniel Stenberg | |
2001-12-04 | MacOS (not Mac OS X) compilation files | Daniel Stenberg | |
2001-12-04 | Eric's update | Daniel Stenberg | |
2001-12-03 | the happy events so far today | Daniel Stenberg | |
2001-12-03 | As Eric Lavigne pointed out, the ftp response reader MUST cache data that | Daniel 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-03 | test case 126 added, this uses RETRWEIRDO that makes the FTP server send two | Daniel Stenberg | |
responses at once, to excerise the part of curl to make sure it can cache (parts of) responses properly. | |||
2001-12-03 | Eric nailed a but in strnequal() for macintosh | Daniel Stenberg | |
2001-12-03 | the final ftp ipv6 support has been added! | Daniel Stenberg | |
2001-12-03 | updates | Daniel Stenberg | |
2001-12-03 | updated the copyright year range | Daniel Stenberg | |
2001-12-03 | cool.haxx.se now only allows http downloads | Daniel Stenberg | |
2001-12-03 | modified the stack trace section slightly | Daniel Stenberg | |
2001-12-03 | pre7 and pre8 details | Daniel Stenberg | |
2001-12-03 | test127~ should not be included! | Daniel Stenberg | |
2001-12-02 | more careful re-use of connections when SSL is used over proxies | Daniel Stenberg | |
2001-12-02 | SM renamed the debug DLL | Daniel Stenberg | |
2001-12-02 | added a in_addr_t #define | Daniel Stenberg | |
2001-11-30 | documented CURLOPT_HTTP_VERSION and CURLOPT_FTP_USE_EPSV | Daniel Stenberg | |
2001-11-30 | added --disable-epsv | Daniel Stenberg | |
2001-11-30 | no include, no const in strdup | Daniel Stenberg | |
2001-11-30 | fixed the option parser to not loop when a long option is specified | Daniel Stenberg | |
2001-11-29 | remove the command file after each test | Daniel Stenberg | |
2001-11-29 | test126 renamed to test190 as it has to be last among the FTP tests because | Daniel Stenberg | |
of some problems in the test server :-/ | |||
2001-11-29 | test 127 --disable-epsv | Daniel Stenberg | |
2001-11-29 | --disable-epsv | Daniel Stenberg | |
2001-11-29 | fixes for tru64, fixes for mac | Daniel Stenberg | |
2001-11-29 | disabling EPSV is now possible | Daniel Stenberg | |
2001-11-29 | stdin is file descriptor 0 | Daniel Stenberg | |
2001-11-29 | mac fixes | Daniel Stenberg | |
2001-11-29 | added mac stuff | Daniel Stenberg | |
2001-11-29 | updated mac specific include files | Daniel Stenberg | |
2001-11-29 | unix newlines | Daniel Stenberg | |
2001-11-29 | wrongly set binary | Daniel Stenberg | |
2001-11-28 | mucho stuff since pre6! | Daniel Stenberg | |
2001-11-28 | added CURLOPT_FTP_USE_EPSV | Daniel Stenberg | |
2001-11-28 | in_addr_t added | Daniel Stenberg | |
2001-11-28 | CURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent libcurl from | Daniel Stenberg | |
attempting to use EPSV before the standard PASV. | |||
2001-11-28 | fill memory with junk on malloc() | Daniel Stenberg | |
2001-11-28 | now sets a type for in_addr_t even if it isn't found in the #include files | Daniel Stenberg | |
like on my linux box | |||
2001-11-28 | more more more MORE | Daniel Stenberg | |
2001-11-28 | the perform "state machine" is more explained now | Daniel Stenberg | |
2001-11-28 | mods | Daniel Stenberg | |
2001-11-28 | adjusted to new FTP commands in the command sequence | Daniel Stenberg | |
2001-11-28 | Added an in_addr_t check | Daniel Stenberg | |
2001-11-28 | EPSV and SIZE adjustments | Daniel Stenberg | |