aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2004-01-14fixed the Curl_resolv()'s return code when the looked up host was alreadyDaniel Stenberg
in the cache (Vincent Bronner)
2004-01-14HAVE_LIMITS_HDaniel Stenberg
2004-01-14Gisle Vanem updated the code for win32 and djgpp builds.Daniel Stenberg
2004-01-13indented and formatted the VMS-specific code more in the same style asDaniel Stenberg
other curl code
2004-01-13Luck Call made win32 password prompting support backspaceDaniel Stenberg
2004-01-13we no longer distribute the non-working tests 400 - 403Daniel Stenberg
2004-01-13added a comment about this not being the original getdate.y version, it hasDaniel Stenberg
been modified
2004-01-13source header addedDaniel Stenberg
2004-01-13use the *correct* header!Daniel Stenberg
2004-01-13zlib patch, amigaos patchDaniel Stenberg