Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-21 | David Byron's fix to allow the speed-limit logic work even if you set | Daniel Stenberg | |
limit-rate. It does work on the expense of the rate limiter. | |||
2004-02-21 | added some extra typecasts to prevent compiler warnings when converting | Daniel Stenberg | |
int to various types | |||
2004-02-21 | inlcude krb4.h to get the proto for Curl_krb_kauth() to satisfy picky | Daniel Stenberg | |
compilers | |||
2004-02-20 | Gisle Vanem brings name resolving timeout possibilities to windows people. | Daniel Stenberg | |
This works by magicly starting up a new thread that can be killed when the timeout is reached. testtesttest! | |||
2004-02-20 | that icc attempt in configure | Daniel Stenberg | |
2004-02-20 | Some compilers warn on completely empty source files, we provide a blank | Daniel Stenberg | |
one to prevent that. | |||
2004-02-20 | Convert functions to ANSI-style declaration to prevent compiler warnings | Daniel Stenberg | |
2004-02-20 | When the built-in manual is disabled, we generate a function doing nothing | Daniel Stenberg | |
just to avoid making a totally empty file. Just to avoid compiler warnings. | |||
2004-02-20 | No longer support Z as a flag to print size_t, it isn't used by libcurl | Daniel Stenberg | |
and I doubt anyone else uses it. Better preprocessor magic for the O flag (for curl_off_t printing) to prevent compiler warnings. | |||
2004-02-20 | cool.haxx.se, no longer sourceforge | Daniel Stenberg | |
2004-02-20 | Only use -Wstrict-prototypes with gcc 3.3 or later. | Daniel Stenberg | |
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. | |||
2004-02-20 | include sys/select.h to prevent picky compiler warnings when using select() | Daniel Stenberg | |
without proto | |||
2004-02-20 | we call the macro CURLMAX() isntead of MAX(), just because it turned up | Daniel Stenberg | |
it collides with another MAX define on some platforms (like netbsd 1.6.1) | |||
2004-02-20 | oops, missed a define when I changed from Curl_ to curlx_ | Daniel Stenberg | |
2004-02-20 | fix protos to prevent warnings | Daniel Stenberg | |
2004-02-20 | added getpart.h for the spitout() proto | Daniel Stenberg | |
2004-02-20 | %HTTPPORT supported in subVariables | Daniel Stenberg | |
2004-02-20 | mention what ports the test suite uses | Daniel Stenberg | |
2004-02-20 | When trying to see if there's a friendly http server on "our" port, we | Daniel Stenberg | |
only accept return code 7 to indicate that there's no server present. | |||
2004-02-19 | -Wcast-align is a bit too annoying | Daniel Stenberg | |
2004-02-19 | Anything that looks like gcc 5.0 or more is no longer treated as gcc. I hope | Daniel Stenberg | |
this will make us exclude icc 8.0 etc. | |||
2004-02-19 | refer to FILEFORMAT | Daniel Stenberg | |
2004-02-19 | When --enable-debug is used, for every -I provided to $CPPFLAGS we add | Daniel Stenberg | |
a corresponding -isystem, if using gcc, to inhibit warnings on those headers. | |||
2004-02-19 | Tor Arntsen's tiny fix! | Daniel Stenberg | |
2004-02-19 | if not yacc or bison is found, check if we *really* need it, and if we do | Daniel Stenberg | |
we bail out! | |||
2004-02-19 | fixed the no-ssl version to return int as well | Daniel Stenberg | |
2004-02-19 | provide protos to the functions to prevent warnings | Daniel Stenberg | |
2004-02-19 | typecast the type to an int on return | Daniel Stenberg | |
2004-02-19 | return int from test() | Daniel Stenberg | |
2004-02-19 | provide a test() proto | Daniel Stenberg | |
2004-02-19 | use a die and a log function to die and log texts | Daniel Stenberg | |
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 | |||
2004-02-19 | remove the build.log too at exit, and also use the proper $pwd prefix | Daniel Stenberg | |
to find the files/dirs to remove so that it still works if we "die" after having done a 'cd' | |||
2004-02-19 | very minor phrase edit | Daniel Stenberg | |
2004-02-19 | fixes from the recent days | Daniel Stenberg | |
2004-02-19 | check for standard headers when --enable-debug is used | Daniel Stenberg | |
2004-02-19 | Doug Porter's patch that changes the order of preferences on how to find the | Daniel Stenberg | |
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. | |||
2004-02-19 | If --enable-debug is used and gcc, we figure out which version and then we | Daniel Stenberg | |
use as aggressive warning options as possible for the used compiler version. | |||
2004-02-19 | item 19 is considered fixed until we get to hear differently | Daniel Stenberg | |
item 25 is now dealt with using the curlx_ prefix, mentioned in detail here: http://curl.haxx.se/mail/lib-2004-02/0215.html | |||
2004-02-19 | Use the strtoofft.h header file from the lib directory, as we are now | Daniel Stenberg | |
officially using library-code when building the app (at least for the platforms that don't have a strtoll() on their own). | |||
2004-02-19 | Remade to use curlx_-prefix. This means this function can be compiled and | Daniel Stenberg | |
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. | |||
2004-02-18 | AIX and Tru64 have what Tor calls "horribly broken 'which' programs" so we | Daniel Stenberg | |
now scan the PATH ourself to find the path to (g)libtool | |||
2004-02-18 | removed some "jhrg" from comments | Daniel Stenberg | |
2004-02-18 | I removed the socklen_t requirement from memdebug.h, so we don't need to | Daniel Stenberg | |
figure it out here anymore to build debug builds. | |||
2004-02-18 | Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rd | Daniel Stenberg | |
argument to also not force the casual includer to know about the socklen_t type. | |||
2004-02-18 | Modified curl_accept() to take a 'void *' in the 2nd argument instead of | Daniel Stenberg | |
sockaddr *. This has the added benefit that source files that include memdebug.h doesn't have to know about "sockaddr". | |||
2004-02-18 | No longer uses the 'ret' variable in the plain ipv4-version of | Daniel Stenberg | |
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. | |||
2004-02-18 | The --enable-debug option really requires this to be built as part of curl. | Daniel Stenberg | |
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. | |||
2004-02-18 | simplified and better commented config.h include logic | Daniel Stenberg | |
2004-02-18 | Make sure dns cache timeout -1 really means forever, as it is documented to | Daniel Stenberg | |
be. Simply skip the pruning. | |||
2004-02-17 | fix the help text for --manual if built without manual | Daniel Stenberg | |