aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-03-08store size as size_tDaniel Stenberg
2004-03-08don't use 'register'Daniel Stenberg
2004-03-08size_t/int/long fixesDaniel Stenberg
2004-03-08we must not only support long long for Largefile to work, we must haveDaniel Stenberg
2004-03-05issue 12 fixed, the final known outstanding issue to be done before 7.11.1Daniel Stenberg
2004-03-05issue 12 fixDaniel Stenberg
2004-03-05another include to prevent warningsDaniel Stenberg
2004-03-05two fixes, one new mirrorDaniel Stenberg
2004-03-05clonkDaniel Stenberg
2004-03-05more fixing to make the progress/getinfo stuff to work properly when doingDaniel Stenberg
2004-03-05clearly tell that these are ftp response timeoutsDaniel Stenberg
2004-03-05Major rewrite of the test HTTP server to allow more fancy features to makeDaniel Stenberg
2004-03-05'make clean' should only remove the generated html files, index.html is notDaniel Stenberg
2004-03-05mention the D bindingDaniel Stenberg
2004-03-05Multiple updates, most of them being proper formatting to create nice htmlDaniel Stenberg
2004-03-04issue 12 fix is pending and is working in develDaniel Stenberg
2004-03-04When following to a new URL, we must make sure to call Curl_done() first,Daniel Stenberg
2004-03-04Andrés García's patch to prevent warnings while compiling with mingw, mainlyDaniel Stenberg
2004-03-04use size_t for the data, but keep the protos use ssize_t to better fitDaniel Stenberg
2004-03-04include the proper header file tooDaniel Stenberg
2004-03-04fix progress data to be updated properly for file: transfers, as reportedDaniel Stenberg
2004-03-04prevent harmless compiler warningDaniel Stenberg
2004-03-04David Byron's version resource fixDaniel Stenberg
2004-03-04new "version resource" file for windows buildsDaniel Stenberg
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
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
2004-03-03tv_sec is an int, so we explicitly typecast the result of long - long toDaniel Stenberg
2004-03-03attempted typecase to silence the MIPSpro warning:Daniel Stenberg
2004-03-03#ifdef #define #undef circus to prevent compiler warnings on #if operationsDaniel Stenberg
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
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
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
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