4427d914 | 26-Feb-2004 |
Daniel Stenberg |
runtests.pl now provides the srcdir to the ftpserver so that it can pass that to loadtest properly. |
0c03ed60 | 26-Feb-2004 |
Daniel Stenberg |
modified loadtest() to produce better error message when it fails to load a test file |
0c3c1b39 | 26-Feb-2004 |
Daniel Stenberg |
The build logs were created in the "wrong" dir and thus never removed after use, this is an attempt to fix this. |
9b09193c | 25-Feb-2004 |
Daniel Stenberg |
today's work |
b2cff767 | 25-Feb-2004 |
Daniel Stenberg |
typecast to int when printfing CURLcode |
37817667 | 25-Feb-2004 |
Daniel Stenberg |
use %ld when printfing longs |
f9b2b794 | 25-Feb-2004 |
Daniel Stenberg |
disable the use of long double, we don't use it |
5168b32f | 25-Feb-2004 |
Daniel Stenberg |
if ares is present, run aclocal in that dir before autoconf is run |
03737583 | 25-Feb-2004 |
Daniel Stenberg |
added the better debug option logic from curl by adding acinclude.m4 to the configure stuff |
df94c7ae | 25-Feb-2004 |
Daniel Stenberg |
Based on a patch by Greg Hewgill I modified how long long is used, as we can use a 64bit type with MSVC that is a long long equivalent. |
6bd2de0c | 25-Feb-2004 |
Daniel Stenberg |
set debug options when using the icc compiler |
82c31256 | 25-Feb-2004 |
Daniel Stenberg |
better formatting of the share options |
403cbbe0 | 25-Feb-2004 |
Daniel Stenberg |
mark the function name |
9a7e3437 | 25-Feb-2004 |
Daniel Stenberg |
added CURLOPT_SHARE |
4fa58560 | 25-Feb-2004 |
Daniel Stenberg |
Moved most of the set-debug-options-depending-on-compiler logic to the new CURL_CC_DEBUG_OPTS function in acinclude.m4 |
be62b27c | 25-Feb-2004 |
Daniel Stenberg |
Output $CC and $CFLAGS as well. A Tor Arntsen patch. |
3be66f3a | 25-Feb-2004 |
Daniel Stenberg |
Don't check for HAVE_ defines in this header file, it is meant to be public and we can't depend on configure-defines in it. This logic is borrowed from the public curl headers. |
089bdaed | 25-Feb-2004 |
Daniel Stenberg |
fix |
0d367412 | 25-Feb-2004 |
Daniel Stenberg |
Dan Fandrich fixed a minor flaw in Dominick's fix! |
fce6783b | 23-Feb-2004 |
Daniel Stenberg |
check for a few basic header files |
48bc26e7 | 23-Feb-2004 |
Daniel Stenberg |
include sys/select.h |
f128fae7 | 23-Feb-2004 |
Daniel Stenberg |
fixed some warnings in the (both new and old) base64 usage |
800fa31b | 23-Feb-2004 |
Daniel Stenberg |
features no one seem to care much about are now moved over to the 7.11.2 release |
2ae44208 | 23-Feb-2004 |
Daniel Stenberg |
make newer MSCV7 compilers use _strtoi64() as a strtoll() replacement |
8ba042cf | 23-Feb-2004 |
Daniel Stenberg |
limit rate and windows timeouts |