- Feb 15, 2004
-
-
Daniel Stenberg authored
SO_BINDTODEVICE is present, to prevent compiler warnings about the variable
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Removed some dates/names in the comments.
-
- Feb 13, 2004
-
-
Daniel Stenberg authored
Curl_write in CURLcode, to keep the picky compilers happy
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
more" when the previous approach. Known to work on Linux, possibly on other platforms as well.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
sure this doesn't get weird on 64bit archs.
-
Daniel Stenberg authored
-
- Feb 12, 2004
-
-
Daniel Stenberg authored
archs, also no longer typecast pointers to ints as that is a nono on 64bit systems.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
with anyway and thus caused picky compiler to warn.
-
- Feb 11, 2004
-
-
Daniel Stenberg authored
-
- Feb 09, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
getaddrinfo() implementation.
-
- Feb 06, 2004
-
-
Daniel Stenberg authored
following a location. After discussions with Tim Baker.
-
Daniel Stenberg authored
we avoid it where possible.
-
Daniel Stenberg authored
The standards don't actually allow typecasts between data and functions so some picky compilers warn about this.
-
- Feb 05, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
chunky coding of uploads
-
Daniel Stenberg authored
-
Daniel Stenberg authored
picky compiler warnings
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
PORT Provide better error messages to allow debugging if one if the ipv6-related name functions fail in the ftp_use_port() function. This might help us diagnose the problems on AIX. Also make sure getaddrinfo() uses NULL and not "0" for the service argument.
-
Daniel Stenberg authored
-
- Feb 03, 2004
-
-
Daniel Stenberg authored
response reading function
-
Daniel Stenberg authored
-
- Feb 02, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
NOTE that this breaks ares-compatibility, we have now officially taken the turn into the c-ares path. We will now officially depend on c-ares for asynch name resolves.
-
Daniel Stenberg authored
as well, and when failing and not getting a timeout we now include the error message ares can provide us with.
-
Daniel Stenberg authored
this allows the HTTP code to *not* return a failure just because no data has been received from the server
-
Daniel Stenberg authored
-