Age | Commit message (Expand) | Author |
2004-03-23 | curl_strequal() returns int, keep return variables in an int | Daniel Stenberg |
2004-03-23 | make the variables that hold the result of strlen() size_t | Daniel Stenberg |
2004-03-23 | stricter variable type usage | Daniel Stenberg |
2004-03-23 | variable type usage cleanup to please picky compilers | Daniel Stenberg |
2004-03-23 | get strlen() results in a size_t, delete 'register' | Daniel Stenberg |
2004-03-23 | made time2str() use longs internally instead to prevent compiler warnings | Daniel Stenberg |
2004-03-23 | added explicit typecasts to prevent compiler warnings on variable conversions | Daniel Stenberg |
2004-03-23 | If localbind fails, provide a more portable error message. | Daniel Stenberg |
2004-03-23 | minor update by Kevin | Daniel Stenberg |
2004-03-23 | src/version.h was not properly made! | Daniel Stenberg |
2004-03-23 | progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fix | Daniel Stenberg |
2004-03-23 | it actually fits to make a NNNd NNh display so this can be used up to | Daniel Stenberg |
2004-03-23 | Fixed the time fields no never get wider than 8 letters. They can now switch | Daniel Stenberg |
2004-03-23 | int/size_t cleanup | Daniel Stenberg |
2004-03-23 | minor variable type cleanups | Daniel Stenberg |
2004-03-23 | minor edits to make picky compilers whine less | Daniel Stenberg |
2004-03-23 | changed the long to int typecasts to see if icc 8.0 complains less on this | Daniel Stenberg |
2004-03-22 | Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is set | Daniel Stenberg |
2004-03-22 | Kevin Roth's updates to handle a new requirement from the Cygwin folks to | Daniel Stenberg |
2004-03-22 | crap files to get the dirs made when checked out from CVS | Daniel Stenberg |
2004-03-22 | container to get this dir made | Daniel Stenberg |
2004-03-22 | Make the axp/README ia64/README vax/README files get included as well. | Daniel Stenberg |
2004-03-22 | fixed the ntlm problem with longish passwords | Daniel Stenberg |
2004-03-22 | vms fixes committed | Daniel Stenberg |
2004-03-22 | Enabled 'NT responses' in the NTLM type-3 message. | Daniel Stenberg |
2004-03-22 | fixed /I "." for the debug build too | Daniel Stenberg |
2004-03-22 | add /I "." to include ca-bundle.h properly | Daniel Stenberg |
2004-03-22 | issue 27 fixed, moved libcurl version defines to its own header file | Daniel Stenberg |
2004-03-22 | include the new curlver instead, since all this wants is the version info | Daniel Stenberg |
2004-03-22 | Introducing curl/curlver.h for keeping the curl version info only. | Daniel Stenberg |
2004-03-21 | files moved here from the $ROOT/src dir | Daniel Stenberg |
2004-03-21 | removed deleted files | Daniel Stenberg |
2004-03-21 | Marty Kuhrt's adjustments for a cleaner VMS build | Daniel Stenberg |
2004-03-21 | Marty Kuhrt's VMS updates | Daniel Stenberg |
2004-03-21 | recognize and use ACLOCAL_FLAGS if set (Thomas Schwinge patch) | Daniel Stenberg |
2004-03-21 | use tabs, not spaces! | Daniel Stenberg |
2004-03-19 | Added the Version 7.11.1 marker | Daniel Stenberg |
2004-03-19 | starting a new cycle | Daniel Stenberg |
2004-03-18 | irix configure fix and a msvc project file update | Daniel Stenberg |
2004-03-18 | Mitz Wark's reported Digest re-negotiate problem is issue 30. | Daniel Stenberg |
2004-03-18 | For IRIX systems we must pick the "correct" lib dirs for the particular | Daniel Stenberg |
2004-03-17 | added http_ntlm.[ch] and inet_pton.[ch], pointed out by Watz | Daniel Stenberg |
2004-03-17 | Günter Knauf's update, mainly converted to plain old C comments. | Daniel Stenberg |
2004-03-17 | new netware-related files added to the distribution | Daniel Stenberg |
2004-03-17 | Günter Knauf's NetWare changes. | Daniel Stenberg |
2004-03-17 | nonsense comments removed | Daniel Stenberg |
2004-03-16 | mention yesterday's man page update frenzy | Daniel Stenberg |
2004-03-16 | issue 29 has a bug report mentioning details | Daniel Stenberg |
2004-03-16 | removed the min() macro define | Daniel Stenberg |
2004-03-16 | random updates | Daniel Stenberg |