- Feb 16, 2004
-
-
Daniel Stenberg authored
code fine on ares!
-
Daniel Stenberg authored
to memdebug the ares stuff as well.
-
Daniel Stenberg authored
same channel during the whole curl handle's life until curl_easy_cleanup().
-
Daniel Stenberg authored
is a valid pointer, but instead always depend on the passed-in dns pointer. This happens to be NULL when the connection is re-used...
-
Daniel Stenberg authored
and memset
-
Daniel Stenberg authored
to properly work with SOCKS5 proxies. I also included some ascii art describing the SOCKS5 response, as RFC1928 describes. Jeff provided details in bug report #741841 and here: http://curl.haxx.se/mail/lib-2004-02/0181.html
-
- Feb 15, 2004
-
-
Daniel Stenberg authored
seems to correct some host cache screw-ups I could reproduce.
-
Daniel Stenberg authored
-
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
-