Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-03 | tv_sec is an int, so we explicitly typecast the result of long - long to | Daniel Stenberg | |
an int when we assign it. | |||
2004-03-03 | attempted 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 operations | Daniel Stenberg | |
with undefined variables. | |||
2004-03-03 | removed include stuff now handled by test.h | Daniel Stenberg | |
2004-03-03 | We let this file include more generic headers that many libtests need anyway | Daniel 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-03 | Tom Bates' adjustment to build on his nsr-tandem-nsk. | Daniel Stenberg | |
2004-03-03 | rename struct FILE to FILEPROTO, to prevent it from causing trouble with | Daniel Stenberg | |
the plain old FILE typedef. | |||
2004-03-03 | Dan Fandrich fixed some GSS detection flaws | Daniel Stenberg | |
2004-03-02 | corrected the reuse_fresh condition | Daniel Stenberg | |
2004-03-02 | large file in jan 2004 | Daniel Stenberg | |
2004-03-02 | various updates | Daniel Stenberg | |
2004-03-02 | two items fixed, one so old I don't think its valid anymore | Daniel Stenberg | |
2004-03-02 | display src/config.h as well after configure as run | Daniel Stenberg | |
2004-03-02 | Yet another curl_off_t printf format attempt, we now exclude the %-letter from | Daniel Stenberg | |
FORMAT_OFF_T to allow additional options to get specified, like with '"%5" FORMAT_OFF_T'. | |||
2004-03-02 | Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined. | Daniel Stenberg | |
2004-03-02 | CURLOPT_MUTE is obsolete since a long while, we don't need to set it! | Daniel Stenberg | |
2004-03-02 | clean the html and pdf files | Daniel Stenberg | |
2004-03-02 | use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of | Daniel Stenberg | |
having to redef that name | |||
2004-03-02 | - we switch to simply use FORMAT_OFF_T internally | Daniel 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-01 | the CURLOPT_FRESH_CONNECT fix | Daniel Stenberg | |
2004-03-01 | a fair day's work! | Daniel Stenberg | |
2004-03-01 | Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables. | Daniel Stenberg | |
2004-03-01 | Now uses CURL_FORMAT_OFF_T instead of %Od | Daniel 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-01 | large_file is a new feature we can require for a specific test | Daniel Stenberg | |
2004-03-01 | support 'large_file' as a feature to require for specific tests (such as | Daniel Stenberg | |
test 99) | |||
2004-03-01 | check for CURL_VERSION_LARGEFILE in the feature bitmask | Daniel Stenberg | |
2004-03-01 | set CURL_VERSION_LARGEFILE if we support large files | Daniel Stenberg | |
2004-03-01 | define ENABLE_64BIT if we have enabled 64bit large files | Daniel Stenberg | |
define our internal CURL_FORMAT_OFF_T define, we don't use the global one! | |||
2004-03-01 | fixed the test code to work | Daniel Stenberg | |
2004-03-01 | * Added CURL_VERSION_LARGEFILE | Daniel 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-01 | added test 99, very basic initial large file test | Daniel Stenberg | |
2004-03-01 | global dns cache is not nice, we consider it obsolete starting now | Daniel Stenberg | |
2004-03-01 | Ignore the dreaded aclocal warnings on underquoted definitions that the | Daniel Stenberg | |
recent autoconf annoyingly introduced. | |||
2004-03-01 | Perhaps -Wundef is better on gcc versions after 2.95, since the autobuild | Daniel Stenberg | |
on FreeBSD gives us lots of warnings in system headers and I suspect this option is what causes them! | |||
2004-03-01 | When setting aggressive pedantic compiler options, display what options | Daniel Stenberg | |
that were set. For easier debugging/changing of this. | |||
2004-03-01 | removed an unnecessary shift and splut up som weird two-statements-per-line | Daniel Stenberg | |
code | |||
2004-03-01 | Use the z-option to printf %d for size_t printf. z is supported by the | Daniel Stenberg | |
libcurl *printf and by Linux printf(). This should make the code work nicely even for 64bit size_ts. | |||
2004-03-01 | Support 'z' for size_t-sized integer printing, as in %zd or %zx. | Daniel Stenberg | |
2004-03-01 | Only consider the fresh-connection option on the first connection made, not | Daniel Stenberg | |
on followed redirections etc. This should fix the bug #905365, which caused NTLM to fail with the option set. | |||
2004-03-01 | Moved two 7.11.2 issues over to the more general TODO docs. | Daniel Stenberg | |
2004-03-01 | minor spellfix | Daniel Stenberg | |
2004-03-01 | intend the top-level blurb to make it easier to discard it from the web | Daniel Stenberg | |
site output | |||
2004-03-01 | Tor and David | Daniel Stenberg | |
2004-03-01 | mention how to make a curl handle use the share | Daniel Stenberg | |
2004-03-01 | Only attempt to send the FTP QUIT command if we actually have a FTP struct. | Daniel Stenberg | |
2004-03-01 | in Curl_disonnect(): call the protocol-specific disconnect function before we | Daniel Stenberg | |
unlink the "current" connection struct from the connection cache. | |||
2004-03-01 | Report the correct size when 'verifiedserver' is requested. | Daniel Stenberg | |
2004-02-29 | Dirk Manske fixed the attempt to install the removed errmem manpage | Daniel Stenberg | |
2004-02-27 | using roffit 0.6 we can get <a href> links with the --mandir option | Daniel Stenberg | |
2004-02-27 | formatting update to produce better links with the new roffit version | Daniel Stenberg | |