aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-24Tor Arntsen's major ispell patchDaniel Stenberg
2004-03-24Tor Arntsen's mkdir-fix to make this run with perl 5.0005Daniel Stenberg
2004-03-24Avoid doing chdir .., as it breaks the ability to use symlinks properly.Daniel Stenberg
chdir to absolute directory names instead. (this flaw exists in the shell version too)
2004-03-24added check for strerror_r()Daniel Stenberg
2004-03-24include curl/curlver.h instead since this only needs the version definesDaniel Stenberg
2004-03-23error messages and new test scriptDaniel Stenberg
2004-03-23we are progressingDaniel Stenberg
2004-03-23distribute testcurl.pl too starting nowDaniel Stenberg
2004-03-23Greg Hewgill's version of testcurl.sh rewritten in perl for greaterDaniel Stenberg
portability. I put it in this directory instead of the root since I think perhaps it makes more sense.
2004-03-23keep current_speed as an curl_off_t for better precision at higher speedsDaniel Stenberg
if large file support is available
2004-03-23switch() on the right variable!Daniel Stenberg
2004-03-23curl_strequal() returns int, keep return variables in an intDaniel Stenberg
2004-03-23make the variables that hold the result of strlen() size_tDaniel Stenberg
2004-03-23stricter variable type usageDaniel Stenberg
2004-03-23variable type usage cleanup to please picky compilersDaniel Stenberg
2004-03-23get strlen() results in a size_t, delete 'register'Daniel Stenberg
2004-03-23made time2str() use longs internally instead to prevent compiler warningsDaniel Stenberg
when converting to ints
2004-03-23added explicit typecasts to prevent compiler warnings on variable conversionsDaniel Stenberg
2004-03-23If localbind fails, provide a more portable error message.Daniel Stenberg
2004-03-23minor update by KevinDaniel Stenberg
2004-03-23src/version.h was not properly made!Daniel Stenberg
2004-03-23progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fixDaniel Stenberg
2004-03-23it actually fits to make a NNNd NNh display so this can be used up toDaniel Stenberg
999 days
2004-03-23Fixed the time fields no never get wider than 8 letters. They can now switchDaniel Stenberg
to a "days + hours" or even "just days" display if the time value is very large. I also switched several calculations over to fixed-point instead of the previous doubles.
2004-03-23int/size_t cleanupDaniel Stenberg
2004-03-23minor variable type cleanupsDaniel Stenberg
2004-03-23minor edits to make picky compilers whine lessDaniel Stenberg
2004-03-23changed the long to int typecasts to see if icc 8.0 complains less on thisDaniel Stenberg
2004-03-22Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is setDaniel Stenberg
true.
2004-03-22Kevin Roth's updates to handle a new requirement from the Cygwin folks toDaniel Stenberg
package man and doc files in a slightly different location.
2004-03-22crap files to get the dirs made when checked out from CVSDaniel Stenberg
2004-03-22container to get this dir madeDaniel Stenberg
2004-03-22Make the axp/README ia64/README vax/README files get included as well.Daniel Stenberg
They're 0-bytes files, but make the dirs get created!
2004-03-22fixed the ntlm problem with longish passwordsDaniel Stenberg
2004-03-22vms fixes committedDaniel Stenberg
2004-03-22Enabled 'NT responses' in the NTLM type-3 message.Daniel Stenberg
2004-03-22fixed /I "." for the debug build tooDaniel Stenberg
2004-03-22add /I "." to include ca-bundle.h properlyDaniel Stenberg
2004-03-22issue 27 fixed, moved libcurl version defines to its own header fileDaniel Stenberg
2004-03-22include the new curlver instead, since all this wants is the version infoDaniel Stenberg
2004-03-22Introducing curl/curlver.h for keeping the curl version info only.Daniel Stenberg
2004-03-21files moved here from the $ROOT/src dirDaniel Stenberg
2004-03-21removed deleted filesDaniel Stenberg
2004-03-21Marty Kuhrt's adjustments for a cleaner VMS buildDaniel Stenberg
2004-03-21Marty Kuhrt's VMS updatesDaniel Stenberg
2004-03-21recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch)Daniel Stenberg
2004-03-21use tabs, not spaces!Daniel Stenberg
2004-03-19Added the Version 7.11.1 markerDaniel Stenberg
2004-03-19starting a new cycleDaniel Stenberg
2004-03-18irix configure fix and a msvc project file updateDaniel Stenberg