- Feb 20, 2004
-
-
Daniel Stenberg authored
one to prevent that.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
just to avoid making a totally empty file. Just to avoid compiler warnings.
-
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
-
Daniel Stenberg authored
It is working with earlier versions, but when I use it with 3.0.3, I can't get it to ignore errors in "system headers" with -isystem so we get excessive amounts of warnings on SSL headers which is very annoying.
-
Daniel Stenberg authored
without proto
-
Daniel Stenberg authored
it collides with another MAX define on some platforms (like netbsd 1.6.1)
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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".
-