aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-01-23define SIZEOF_CURL_OFF_T if not already definedDaniel Stenberg
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
2004-01-22s/not/noteDaniel Stenberg
2004-01-22curl_off_t is the new type for large file supportDaniel Stenberg
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
2004-01-21use the proper timecond defines, not the obsolete ones I've removed! ;-)Daniel Stenberg
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
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
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
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
2004-01-15Peter Sylvester's CURLOPT_SSL_CTX_FUNCTION docsDaniel Stenberg
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
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