3fcc9677 | 25-Jan-2001 |
Daniel Stenberg |
use recv()/send() instead of read()/write() with sockets |
1552bd9c | 25-Jan-2001 |
Daniel Stenberg |
sendf is now only Curl_sendf Curl_write() and Curl_read() are here |
939c0c55 | 25-Jan-2001 |
Daniel Stenberg |
removed two compiler warnings |
f0b9aefd | 25-Jan-2001 |
Daniel Stenberg |
Curl_read() and Curl_write() are now used for reading/writing sockets. Some functions changed prototype due to this change as well. |
11f3c51e | 25-Jan-2001 |
Daniel Stenberg |
Get get-ftp-response function is now using Curl_read() for reading from a socket. Curl_ConnectHTTPProxyTunnel changed prototype. |
1a329b98 | 25-Jan-2001 |
Daniel Stenberg |
replaced sendf() calls with Curl_sendf() |
29bcba9a | 24-Jan-2001 |
Daniel Stenberg |
Ingo Ralf Blum's cygwin fixes |
1716dbb6 | 24-Jan-2001 |
Daniel Stenberg |
Robert Weaver's win32 getenv fix, my added comments in some files |
16ecfcf6 | 24-Jan-2001 |
Daniel Stenberg |
Added Robert Weaver as contributor |
8bafc369 | 24-Jan-2001 |
Daniel Stenberg |
fixed the comment for 'path' |
8a751205 | 24-Jan-2001 |
Daniel Stenberg |
added comments all over |
3d96ee74 | 24-Jan-2001 |
Daniel Stenberg |
extended the gname field one byte to avoid a possible overflow added lots of explaining comments |
b3dbdfa3 | 24-Jan-2001 |
Daniel Stenberg |
Robert Weaver's fix |
25bad589 | 23-Jan-2001 |
Daniel Stenberg |
generated by autoheader |
0b6cd750 | 23-Jan-2001 |
Daniel Stenberg |
ipv6 adjustments |
7872cc13 | 23-Jan-2001 |
Daniel Stenberg |
Enabled support for IPv6-style IP-addresses if ENABLE_IPV6 is set. If it isn't, curl will return an error when such an address is used. |
210aa437 | 23-Jan-2001 |
Daniel Stenberg |
big reorg to make it not exit when it fails, but instead just not do any globbing, it makes IPv6 support easier and smoother to add. |
6f438bc8 | 23-Jan-2001 |
Daniel Stenberg |
Added 'ipv6 enabled' for ipv6 compiled versions |
65840f1f | 22-Jan-2001 |
Daniel Stenberg |
Added simple IPv6 recognition support |
5fc492e5 | 22-Jan-2001 |
Daniel Stenberg |
Bj�rn's progress meter fix, new test cases and ftpserver.pl patch |
abcd1e7d | 22-Jan-2001 |
Daniel Stenberg |
Bj�rn Stenberg's patch for making the progress meter betterlooking |
6429c378 | 22-Jan-2001 |
Daniel Stenberg |
the custom reply engine was not inited properly |
d830f104 | 22-Jan-2001 |
Daniel Stenberg |
test case 121 |
3d6fcbf9 | 22-Jan-2001 |
Daniel Stenberg |
Added test case 120, ftp with '-Q -' |
609be218 | 22-Jan-2001 |
Daniel Stenberg |
Removed the deprecated -c and -t from the --help output. |