- Feb 19, 2004
-
-
Daniel Stenberg authored
item 25 is now dealt with using the curlx_ prefix, mentioned in detail here: http://curl.haxx.se/mail/lib-2004-02/0215.html
-
Daniel Stenberg authored
officially using library-code when building the app (at least for the platforms that don't have a strtoll() on their own).
-
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
now scan the PATH ourself to find the path to (g)libtool
-
Daniel Stenberg authored
-
Daniel Stenberg authored
figure it out here anymore to build debug builds.
-
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
When using it, we now set the include path to better find the devel curl headers, and we check for the socklen_t type since the curl memdebug stuff needs it.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
be. Simply skip the pruning.
-
- Feb 17, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
memory leaks etc.
-
- Feb 16, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
code fine on ares!
-
Daniel Stenberg authored
to memdebug the ares stuff as well.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
same channel during the whole curl handle's life until curl_easy_cleanup().
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
-
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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Removed some dates/names in the comments.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 13, 2004
-
-
Daniel Stenberg authored
Curl_write in CURLcode, to keep the picky compilers happy
-
Daniel Stenberg authored
-