f8426a2c | 23-Mar-2004 |
Daniel Stenberg |
stricter variable type usage |
0c791d1e | 23-Mar-2004 |
Daniel Stenberg |
variable type usage cleanup to please picky compilers |
c4a89d29 | 23-Mar-2004 |
Daniel Stenberg |
get strlen() results in a size_t, delete 'register' |
306ff564 | 23-Mar-2004 |
Daniel Stenberg |
made time2str() use longs internally instead to prevent compiler warnings when converting to ints |
1c652dfc | 23-Mar-2004 |
Daniel Stenberg |
added explicit typecasts to prevent compiler warnings on variable conversions |
1f61e7f8 | 23-Mar-2004 |
Daniel Stenberg |
If localbind fails, provide a more portable error message. |
1a5f190e | 23-Mar-2004 |
Daniel Stenberg |
minor update by Kevin |
57003344 | 23-Mar-2004 |
Daniel Stenberg |
src/version.h was not properly made! |
f44b6555 | 23-Mar-2004 |
Daniel Stenberg |
progress meter fix, CURLINFO_CONTENT_LENGTH_DOWNLOAD fix, cygwin package fix |
0aa720fa | 23-Mar-2004 |
Daniel Stenberg |
it actually fits to make a NNNd NNh display so this can be used up to 999 days |
d44f3f84 | 23-Mar-2004 |
Daniel Stenberg |
Fixed the time fields no never get wider than 8 letters. They can now switch to a "days + hours" or even "just days" display if the time value is very large. I also switched several calculati
Fixed the time fields no never get wider than 8 letters. They can now switch 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.
show more ...
|
d426db3d | 23-Mar-2004 |
Daniel Stenberg |
int/size_t cleanup |
0fd88d7c | 23-Mar-2004 |
Daniel Stenberg |
minor variable type cleanups |
4e84ac4d | 23-Mar-2004 |
Daniel Stenberg |
minor edits to make picky compilers whine less |
da5c8a12 | 23-Mar-2004 |
Daniel Stenberg |
changed the long to int typecasts to see if icc 8.0 complains less on this |
76c36688 | 22-Mar-2004 |
Daniel Stenberg |
Makes CURLINFO_CONTENT_LENGTH_DOWNLOAD work even if CURLOPT_NOBODY is set true. |
651c8d3b | 22-Mar-2004 |
Daniel Stenberg |
Kevin Roth's updates to handle a new requirement from the Cygwin folks to package man and doc files in a slightly different location. |
a8a946d7 | 22-Mar-2004 |
Daniel Stenberg |
crap files to get the dirs made when checked out from CVS |
c5c00560 | 22-Mar-2004 |
Daniel Stenberg |
container to get this dir made |
97886f93 | 22-Mar-2004 |
Daniel Stenberg |
Make the axp/README ia64/README vax/README files get included as well. They're 0-bytes files, but make the dirs get created! |
a784bd07 | 22-Mar-2004 |
Daniel Stenberg |
fixed the ntlm problem with longish passwords |
4aacf656 | 22-Mar-2004 |
Daniel Stenberg |
vms fixes committed |
dd1ba763 | 22-Mar-2004 |
Daniel Stenberg |
Enabled 'NT responses' in the NTLM type-3 message. |
a4ea5a40 | 22-Mar-2004 |
Daniel Stenberg |
fixed /I "." for the debug build too |
69060b13 | 22-Mar-2004 |
Daniel Stenberg |
add /I "." to include ca-bundle.h properly |