- Feb 23, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
operation!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cleared up some ssize_t/size_t mixups
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
previously.
-
- Feb 22, 2004
-
-
Daniel Stenberg authored
-
- Feb 21, 2004
-
-
Daniel Stenberg authored
int to various types
-
Daniel Stenberg authored
compilers
-
- Feb 20, 2004
-
-
Daniel Stenberg authored
This works by magicly starting up a new thread that can be killed when the timeout is reached. testtesttest!
-
Daniel Stenberg authored
one to prevent that.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and I doubt anyone else uses it. Better preprocessor magic for the O flag (for curl_off_t printing) to prevent compiler warnings.
-
Daniel Stenberg authored
it collides with another MAX define on some platforms (like netbsd 1.6.1)
-
Daniel Stenberg authored
-
- Feb 19, 2004
-
-
Daniel Stenberg authored
default netrc file. We now read and uses HOME _before_ we use getpwuid() to better allow users to move around HOME to use different .netrc files without having to rely on even blacker magic.
-
Daniel Stenberg authored
linked separately by the application. This function is not provided by the libcurl API. It can only be accessed by apps if they compile and use this particular source code.
-
- Feb 18, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
argument to also not force the casual includer to know about the socklen_t type.
-
Daniel Stenberg authored
sockaddr *. This has the added benefit that source files that include memdebug.h doesn't have to know about "sockaddr".
-
Daniel Stenberg authored
my_getaddrinfo() (caused a warning by the IRIX MIPSPro compiler). Also clarified the situation for the 3-arg version of gethostbyname_r() with a huge comment.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
be. Simply skip the pruning.
-
- 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.
-