87a1c703 | 03-Mar-2004 |
Daniel Stenberg |
removed include stuff now handled by test.h |
6e3fa90c | 03-Mar-2004 |
Daniel Stenberg |
We let this file include more generic headers that many libtests need anyway to reduce the amount of #include stuff in each single libNNN.c file. unistd.h was added to prevent select() warnin
We let this file include more generic headers that many libtests need anyway to reduce the amount of #include stuff in each single libNNN.c file. unistd.h was added to prevent select() warnings on FreeBSD
show more ...
|
b2ef4073 | 03-Mar-2004 |
Daniel Stenberg |
Tom Bates' adjustment to build on his nsr-tandem-nsk. |
e2f70302 | 03-Mar-2004 |
Daniel Stenberg |
rename struct FILE to FILEPROTO, to prevent it from causing trouble with the plain old FILE typedef. |
533519cc | 03-Mar-2004 |
Daniel Stenberg |
Dan Fandrich fixed some GSS detection flaws |
7c85be94 | 02-Mar-2004 |
Daniel Stenberg |
corrected the reuse_fresh condition |
89829093 | 02-Mar-2004 |
Daniel Stenberg |
large file in jan 2004 |
7cb10a18 | 02-Mar-2004 |
Daniel Stenberg |
various updates |
33d67c68 | 02-Mar-2004 |
Daniel Stenberg |
two items fixed, one so old I don't think its valid anymore |
e46b5719 | 02-Mar-2004 |
Daniel Stenberg |
display src/config.h as well after configure as run |
353f7641 | 02-Mar-2004 |
Daniel Stenberg |
Yet another curl_off_t printf format attempt, we now exclude the %-letter from FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'. |
9f437269 | 02-Mar-2004 |
Daniel Stenberg |
Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined. |
45391178 | 02-Mar-2004 |
Daniel Stenberg |
CURLOPT_MUTE is obsolete since a long while, we don't need to set it! |
eddeb49f | 02-Mar-2004 |
Daniel Stenberg |
clean the html and pdf files |
7ab3b5b3 | 02-Mar-2004 |
Daniel Stenberg |
use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of having to redef that name |
00d5f886 | 02-Mar-2004 |
Daniel Stenberg |
- we switch to simply use FORMAT_OFF_T internally - Also, we must not assume that SIZEOF_CURL_OFF_T is defined, as this file gets included from the ares dir at times and then it isn't defined. |
49daeaf8 | 01-Mar-2004 |
Daniel Stenberg |
the CURLOPT_FRESH_CONNECT fix |
d03fbf5d | 01-Mar-2004 |
Daniel Stenberg |
a fair day's work! |
cb72a80f | 01-Mar-2004 |
Daniel Stenberg |
Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. |
71d81f1f | 01-Mar-2004 |
Daniel Stenberg |
Now uses CURL_FORMAT_OFF_T instead of %Od Fixed the check for bad resumes. Made test case 99 work and proved a bug in test case ... eh, was it 32? |
b0c51d19 | 01-Mar-2004 |
Daniel Stenberg |
large_file is a new feature we can require for a specific test |
71335e5b | 01-Mar-2004 |
Daniel Stenberg |
support 'large_file' as a feature to require for specific tests (such as test 99) |
c9b23ca0 | 01-Mar-2004 |
Daniel Stenberg |
check for CURL_VERSION_LARGEFILE in the feature bitmask |
7983ec84 | 01-Mar-2004 |
Daniel Stenberg |
set CURL_VERSION_LARGEFILE if we support large files |
8cb2a686 | 01-Mar-2004 |
Daniel Stenberg |
define ENABLE_64BIT if we have enabled 64bit large files define our internal CURL_FORMAT_OFF_T define, we don't use the global one! |