aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-22re-intended the code curl-styleDaniel Stenberg
2004-01-22zlib fix for the help text, stroll usage on mingw/djgppDaniel Stenberg
2004-01-22return curl_off_t instead of long long, to work on more platformsDaniel Stenberg
2004-01-22Gisle Vanem fixed the compressed help text zlib codeDaniel Stenberg
2004-01-22it has strtollDaniel Stenberg
2004-01-22Gisle Vanem's fix, mingw as strtollDaniel Stenberg
2004-01-22attempt to fix 64bit seeking for Windows, does it work?Daniel Stenberg
2004-01-22font-lock the curl_off_t type instead of the off_tDaniel Stenberg
2004-01-22header file fixingDaniel Stenberg
2004-01-22use curl_off_t instead of off_tDaniel Stenberg
2004-01-22use curl_off_t instead of off_t!Daniel Stenberg
2004-01-22Instead of checking the off_t size, we use the source dir version of theDaniel Stenberg
curl.h header and then check for the size of the curl_off_t type.
2004-01-22s/not/noteDaniel Stenberg
2004-01-22curl_off_t is the new type for large file supportDaniel Stenberg
HttpPost is not defined anymore
2004-01-22use the proper type for formposts, not the deprecated oneDaniel Stenberg
2004-01-22added the missing proto for the still unused quit functionDaniel Stenberg
2004-01-22mark the option betterDaniel Stenberg
2004-01-22start working on 7.11.1Daniel Stenberg
2004-01-22release time!Daniel Stenberg
2004-01-22no large files on windows just yetDaniel Stenberg
2004-01-21updatesDaniel Stenberg
2004-01-21updated yearDaniel Stenberg
2004-01-21removed Basic in the initial response to see if it makes any differenceDaniel Stenberg
in the failure frequency
2004-01-21use the proper timecond defines, not the obsolete ones I've removed! ;-)Daniel Stenberg
The initial QUIT-sending code is added, but not yet used due to the issues previously mentioned on the mailing list.
2004-01-21use the proper timecond defines, not the obsolete ones!Daniel Stenberg
2004-01-21Byron's fixesDaniel Stenberg
2004-01-21old timecond defines removedDaniel Stenberg
2004-01-21Removed defines with TIMECOND_ prefixes. They have been obsolte since April 22Daniel Stenberg
2002, and if this causes anyone any problems now it is very easy to just add CURL_ to the names. This corrects this name space pollution.
2004-01-21clarified where VERBOSE output goesDaniel Stenberg
2004-01-19David Byron's --trace fixDaniel Stenberg
2004-01-19David Byron cleaned up how --trace with no option was treated, and alsoDaniel Stenberg
arguments in a config file without a required parameter!
2004-01-19two minor build quirksDaniel Stenberg
2004-01-19nothing left for 7.11.0, the remaining items were moved to 7.11.1 as plannedDaniel Stenberg
2004-01-16added this test, this is basicly a copy of test 91 but we return the firstDaniel Stenberg
response with a size 5 instead of size 0, to see if this has an impact on the failure frequency - test 91 still fails occationally.
2004-01-16Gisle Vanem's patch for variables that "might be used uninitialized"Daniel Stenberg
2004-01-16silly meDaniel Stenberg
2004-01-16Avoid Curl_if2ip() on Interix as well. Fix by Rodney.Daniel Stenberg
2004-01-16removed unused stuffDaniel Stenberg
2004-01-15use the %dk display for one extra k of progressDaniel Stenberg
2004-01-15automake 1.8 adjustmentDaniel Stenberg
2004-01-15Added escaping of the function name in the AC_DEFUN() macros, so thatDaniel Stenberg
automake 1.8+ stops complaining!
2004-01-15Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docsDaniel Stenberg
I reworded some of the intial paragraphs to avoid 'NOTE2'
2004-01-15now compressed out of the boxDaniel Stenberg
2004-01-15issue 22 (better compressed manual) is fixedDaniel Stenberg
2004-01-15check for limits.h as wellDaniel Stenberg
2004-01-15added missing parenthesisDaniel Stenberg
2004-01-15spell-fixed a commentDaniel Stenberg
now errors out if built with off_t > 32 bits but without strtoll()
2004-01-14clarified the recent fix, added credDaniel Stenberg
2004-01-14rearranged the connect() call so that there's no interleaved #ifdef, to makeDaniel Stenberg
it compiler better on amigaos
2004-01-14Curl_resolv fixDaniel Stenberg