- Feb 20, 2004
-
-
Daniel Stenberg authored
only accept return code 7 to indicate that there's no server present.
-
- Feb 19, 2004
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
this will make us exclude icc 8.0 etc.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a corresponding -isystem, if using gcc, to inhibit warnings on those headers.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
we bail out!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
better detect test suite failures remove the buildlog at exit make a random buildlog file name, now in the same dir where the build dir is created checks if the ares build succeeded
-
Daniel Stenberg authored
to find the files/dirs to remove so that it still works if we "die" after having done a 'cd'
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
use as aggressive warning options as possible for the used compiler version.
-
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.
-