5a70e424 | 02-Jul-2004 |
Daniel Stenberg |
I prefer CURLOPT_WRITEDATA before CURLOPT_FILE |
e4caa989 | 02-Jul-2004 |
Daniel Stenberg |
snprintf instead of sprintf, better support for HUGE files with the -# progress bar |
c211a7c6 | 02-Jul-2004 |
Daniel Stenberg |
added typecasts to please compilers |
7876c078 | 02-Jul-2004 |
Daniel Stenberg |
variable type cleanup to hush compilers, killed trailing whitespace |
aedadfc7 | 02-Jul-2004 |
Daniel Stenberg |
explicit typecasts to double to prevent warnings about implicit conversions that might lose accuracy |
2046a6b9 | 02-Jul-2004 |
Daniel Stenberg |
curl_share_cleanup fix |
d1d53b2b | 02-Jul-2004 |
Daniel Stenberg |
make clean now removes getdate.c |
950aa1c7 | 02-Jul-2004 |
Daniel Stenberg |
configure --disable-http works these days |
a9572bf8 | 02-Jul-2004 |
Daniel Stenberg |
Andr�s Garc�a found out the share cleanup code crashes when you cleanup and there are not lock/unlock functions set! |
5a93f503 | 01-Jul-2004 |
Daniel Stenberg |
typecase the argument to curl_easy_strerror() to a CURLcode to please picky compilers |
60af1cbc | 01-Jul-2004 |
Daniel Stenberg |
djgpp fixes by Gisle |
8952ef93 | 01-Jul-2004 |
Daniel Stenberg |
Gisle's win32-fix. 'errno' is not used for errors when socket() fails on Windows. |
b350d5da | 01-Jul-2004 |
Daniel Stenberg |
Gisle added makefile for djgpp builds |
6df3bf36 | 01-Jul-2004 |
Daniel Stenberg |
--trace fix |
35840a2c | 01-Jul-2004 |
Daniel Stenberg |
make functions use size_t instead of int next major update |
090b89cc | 01-Jul-2004 |
Daniel Stenberg |
Variable type cleanups to please the picky MIPSPro compiler. |
f05d47dd | 01-Jul-2004 |
Daniel Stenberg |
variable type cleanup to fix picky compiler warnings |
fcfd4bef | 01-Jul-2004 |
Daniel Stenberg |
typecast to prevent picky compiler warning |
18dc8fbc | 01-Jul-2004 |
Daniel Stenberg |
typecast to int when the variable is int! |
d9ceee1c | 01-Jul-2004 |
Daniel Stenberg |
Gisle's djgpp magic |
097281f4 | 01-Jul-2004 |
Daniel Stenberg |
Gisle Vanem made this build fine with djgpp and the Watt-32 stack. |
087748c4 | 01-Jul-2004 |
Daniel Stenberg |
don't close the trace stream until _after_ the easy handle has been cleaned up, as that can send traces too |
e3518774 | 01-Jul-2004 |
Daniel Stenberg |
spellfixed comments |
574e9113 | 30-Jun-2004 |
Daniel Stenberg |
Another Gisle update |
ce945bd2 | 30-Jun-2004 |
Daniel Stenberg |
5K array on the stack is a big hefty, it is now allocated with malloc instead |