aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-03show curl --version output as wellDaniel Stenberg
2004-03-03largefile bit for the version_info and now winsock 1.1 onlyDaniel Stenberg
2004-03-03David Byron's work on making libcurl only require winsock 1.1 on WindowsDaniel Stenberg
machines.
2004-03-03three days of changesDaniel Stenberg
2004-03-03more variable type cleanupsDaniel Stenberg
2004-03-03our timeout values are longs while 'tv_sec' is intDaniel Stenberg
2004-03-03make the backup variable of the same kind as the data it backups! ;-)Daniel Stenberg
2004-03-03some more size_t usage, and two added typecasts when converting from size_tDaniel Stenberg
to long (MIPSpro warnings)
2004-03-03tv_sec is an int, so we explicitly typecast the result of long - long toDaniel Stenberg
an int when we assign it.
2004-03-03attempted typecase to silence the MIPSpro warning:Daniel Stenberg
cc-1506 cc: REMARK File = ../../curl/ares/ares__read_line.c, Line = 46 There is an implicit conversion from "unsigned long" to "int"; rounding, sign extension, or loss of accuracy may result. if (!fgets(*buf + offset, *bufsize - offset, fp))
2004-03-03#ifdef #define #undef circus to prevent compiler warnings on #if operationsDaniel Stenberg
with undefined variables.
2004-03-03removed include stuff now handled by test.hDaniel Stenberg
2004-03-03We let this file include more generic headers that many libtests need anywayDaniel Stenberg
to reduce the amount of #include stuff in each single libNNN.c file. unistd.h was added to prevent select() warnings on FreeBSD
2004-03-03Tom Bates' adjustment to build on his nsr-tandem-nsk.Daniel Stenberg
2004-03-03rename struct FILE to FILEPROTO, to prevent it from causing trouble withDaniel Stenberg
the plain old FILE typedef.
2004-03-03Dan Fandrich fixed some GSS detection flawsDaniel Stenberg
2004-03-02corrected the reuse_fresh conditionDaniel Stenberg
2004-03-02large file in jan 2004Daniel Stenberg
2004-03-02various updatesDaniel Stenberg
2004-03-02two items fixed, one so old I don't think its valid anymoreDaniel Stenberg
2004-03-02display src/config.h as well after configure as runDaniel Stenberg
2004-03-02Yet another curl_off_t printf format attempt, we now exclude the %-letter fromDaniel Stenberg
FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'.
2004-03-02Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined.Daniel Stenberg
2004-03-02CURLOPT_MUTE is obsolete since a long while, we don't need to set it!Daniel Stenberg
2004-03-02clean the html and pdf filesDaniel Stenberg
2004-03-02use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity ofDaniel Stenberg
having to redef that name
2004-03-02- we switch to simply use FORMAT_OFF_T internallyDaniel Stenberg
- 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.
2004-03-01the CURLOPT_FRESH_CONNECT fixDaniel Stenberg
2004-03-01a fair day's work!Daniel Stenberg
2004-03-01Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.Daniel Stenberg
2004-03-01Now uses CURL_FORMAT_OFF_T instead of %OdDaniel Stenberg
Fixed the check for bad resumes. Made test case 99 work and proved a bug in test case ... eh, was it 32?
2004-03-01large_file is a new feature we can require for a specific testDaniel Stenberg
2004-03-01support 'large_file' as a feature to require for specific tests (such asDaniel Stenberg
test 99)
2004-03-01check for CURL_VERSION_LARGEFILE in the feature bitmaskDaniel Stenberg
2004-03-01set CURL_VERSION_LARGEFILE if we support large filesDaniel Stenberg
2004-03-01define ENABLE_64BIT if we have enabled 64bit large filesDaniel Stenberg
define our internal CURL_FORMAT_OFF_T define, we don't use the global one!
2004-03-01fixed the test code to workDaniel Stenberg
2004-03-01* Added CURL_VERSION_LARGEFILEDaniel Stenberg
* If CURL_NO_OLDIES is defined, we hide all obsolete functions/options. * CURL_FORMAT_OFF_T is defined for portable printf()ing of curl_off_t types (although not with curl_mprintf()!)
2004-03-01added test 99, very basic initial large file testDaniel Stenberg
2004-03-01global dns cache is not nice, we consider it obsolete starting nowDaniel Stenberg
2004-03-01Ignore the dreaded aclocal warnings on underquoted definitions that theDaniel Stenberg
recent autoconf annoyingly introduced.
2004-03-01Perhaps -Wundef is better on gcc versions after 2.95, since the autobuildDaniel Stenberg
on FreeBSD gives us lots of warnings in system headers and I suspect this option is what causes them!
2004-03-01When setting aggressive pedantic compiler options, display what optionsDaniel Stenberg
that were set. For easier debugging/changing of this.
2004-03-01removed an unnecessary shift and splut up som weird two-statements-per-lineDaniel Stenberg
code
2004-03-01Use the z-option to printf %d for size_t printf. z is supported by theDaniel Stenberg
libcurl *printf and by Linux printf(). This should make the code work nicely even for 64bit size_ts.
2004-03-01Support 'z' for size_t-sized integer printing, as in %zd or %zx.Daniel Stenberg
2004-03-01Only consider the fresh-connection option on the first connection made, notDaniel Stenberg
on followed redirections etc. This should fix the bug #905365, which caused NTLM to fail with the option set.
2004-03-01Moved two 7.11.2 issues over to the more general TODO docs.Daniel Stenberg
2004-03-01minor spellfixDaniel Stenberg
2004-03-01intend the top-level blurb to make it easier to discard it from the webDaniel Stenberg
site output