- Feb 27, 2004
-
-
Daniel Stenberg authored
it disconnects the TCP connection, like a good ftp client should!
-
- Feb 26, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fopen() as well.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
NULL without violating protocol.
-
- Feb 25, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
can use a 64bit type with MSVC that is a long long equivalent.
-
- Feb 23, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
that this file is out of date!
-
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().
-