eb2da7ec | 28-Nov-2001 |
Daniel Stenberg |
mucho stuff since pre6! |
01ed950b | 28-Nov-2001 |
Daniel Stenberg |
added CURLOPT_FTP_USE_EPSV |
b1076e0a | 28-Nov-2001 |
Daniel Stenberg |
in_addr_t added |
332eb765 | 28-Nov-2001 |
Daniel Stenberg |
CURLOPT_FTP_USE_EPSV can now be set to FALSE to prevent libcurl from attempting to use EPSV before the standard PASV. |
cfdcf5c9 | 28-Nov-2001 |
Daniel Stenberg |
fill memory with junk on malloc() |
820de919 | 28-Nov-2001 |
Daniel Stenberg |
now sets a type for in_addr_t even if it isn't found in the #include files like on my linux box |
a32cd520 | 28-Nov-2001 |
Daniel Stenberg |
more more more MORE |
b93a60da | 28-Nov-2001 |
Daniel Stenberg |
the perform "state machine" is more explained now |
e2844f5e | 28-Nov-2001 |
Daniel Stenberg |
mods |
cabb46db | 28-Nov-2001 |
Daniel Stenberg |
adjusted to new FTP commands in the command sequence |
d09b4369 | 28-Nov-2001 |
Daniel Stenberg |
Added an in_addr_t check |
10fdb1d7 | 28-Nov-2001 |
Daniel Stenberg |
EPSV and SIZE adjustments |
f0d3fccd | 28-Nov-2001 |
Daniel Stenberg |
Added EPSV which is now unconditionally always tried before PASV, which makes it work reaaaaly nicely on IPv6-enabled hosts! Added SIZE before RETR is made, always done on downloads. It makes
Added EPSV which is now unconditionally always tried before PASV, which 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*
show more ...
|
aff19f64 | 28-Nov-2001 |
Daniel Stenberg |
use in_addr_t for inet_addr() return code. Now, now portable is this *REALLY*? We should add some configure tests for this! |
15a56b42 | 28-Nov-2001 |
Daniel Stenberg |
used in the new multi interface, not yet actually part of libcurl but added to CVS to make them available to others |
d3706814 | 27-Nov-2001 |
Daniel Stenberg |
support para makes more sense now |
6513dcef | 27-Nov-2001 |
Daniel Stenberg |
language |
81f22465 | 27-Nov-2001 |
Daniel Stenberg |
the list of contributors are in the THANKS file these days |
dccc77a3 | 27-Nov-2001 |
Daniel Stenberg |
Eric Lavigne updates |
13ac89af | 27-Nov-2001 |
Daniel Stenberg |
for building on Mac before OS X |
ffefcab1 | 27-Nov-2001 |
Daniel Stenberg |
greep at mindspring.com provided an index.html file that links to all the existing HTML documents. It makes it easier to browse all the docs with your browser. |
0226b53b | 27-Nov-2001 |
Daniel Stenberg |
EPSV details |
bbf80d0f | 27-Nov-2001 |
Daniel Stenberg |
commented out the EPSV support |
6003f24f | 27-Nov-2001 |
Daniel Stenberg |
initial code added to support EPSV (IPv6-style PASV) |
4382a80b | 27-Nov-2001 |
Daniel Stenberg |
recent changes |