Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-11-28 | Added EPSV which is now unconditionally always tried before PASV, which | Daniel 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-28 | use 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-28 | used in the new multi interface, not yet actually part of libcurl but | Daniel Stenberg | |
added to CVS to make them available to others | |||
2001-11-27 | support para makes more sense now | Daniel Stenberg | |
2001-11-27 | language | Daniel Stenberg | |
2001-11-27 | the list of contributors are in the THANKS file these days | Daniel Stenberg | |
2001-11-27 | Eric Lavigne updates | Daniel Stenberg | |
2001-11-27 | for building on Mac before OS X | Daniel Stenberg | |
2001-11-27 | greep at mindspring.com provided an index.html file that links to all the | Daniel Stenberg | |
existing HTML documents. It makes it easier to browse all the docs with your browser. | |||
2001-11-27 | EPSV details | Daniel Stenberg | |
2001-11-27 | commented out the EPSV support | Daniel Stenberg | |
2001-11-27 | initial code added to support EPSV (IPv6-style PASV) | Daniel Stenberg | |
2001-11-27 | recent changes | Daniel Stenberg | |
2001-11-26 | made the -C more correct and detailed | Daniel Stenberg | |
2001-11-23 | Andrés García's minor fix to make it compile on win32 | Daniel Stenberg | |
2001-11-22 | recent fixes | Daniel Stenberg | |
2001-11-22 | this fix seems to make the connect fail properly even on IPv4-only Linux | Daniel Stenberg | |
machines! | |||
2001-11-22 | updated the list of machines | Daniel Stenberg | |
2001-11-22 | Eric fixed a wild write | Daniel Stenberg | |
2001-11-22 | Eric found a missing comma!! | Daniel Stenberg | |
2001-11-22 | Fixed release-ssl build | sm | |
2001-11-22 | Undefine long_long - not supported by VC | sm | |