History log of /curl/ (Results 28151 – 28175 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5a70e42402-Jul-2004 Daniel Stenberg

I prefer CURLOPT_WRITEDATA before CURLOPT_FILE

e4caa98902-Jul-2004 Daniel Stenberg

snprintf instead of sprintf,
better support for HUGE files with the -# progress bar

c211a7c602-Jul-2004 Daniel Stenberg

added typecasts to please compilers

7876c07802-Jul-2004 Daniel Stenberg

variable type cleanup to hush compilers,
killed trailing whitespace

aedadfc702-Jul-2004 Daniel Stenberg

explicit typecasts to double to prevent warnings about implicit conversions
that might lose accuracy

2046a6b902-Jul-2004 Daniel Stenberg

curl_share_cleanup fix

d1d53b2b02-Jul-2004 Daniel Stenberg

make clean now removes getdate.c

950aa1c702-Jul-2004 Daniel Stenberg

configure --disable-http works these days

a9572bf802-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!

5a93f50301-Jul-2004 Daniel Stenberg

typecase the argument to curl_easy_strerror() to a CURLcode to please
picky compilers

60af1cbc01-Jul-2004 Daniel Stenberg

djgpp fixes by Gisle

8952ef9301-Jul-2004 Daniel Stenberg

Gisle's win32-fix. 'errno' is not used for errors when socket() fails on
Windows.

b350d5da01-Jul-2004 Daniel Stenberg

Gisle added makefile for djgpp builds

6df3bf3601-Jul-2004 Daniel Stenberg

--trace fix

35840a2c01-Jul-2004 Daniel Stenberg

make functions use size_t instead of int next major update

090b89cc01-Jul-2004 Daniel Stenberg

Variable type cleanups to please the picky MIPSPro compiler.

f05d47dd01-Jul-2004 Daniel Stenberg

variable type cleanup to fix picky compiler warnings

fcfd4bef01-Jul-2004 Daniel Stenberg

typecast to prevent picky compiler warning

18dc8fbc01-Jul-2004 Daniel Stenberg

typecast to int when the variable is int!

d9ceee1c01-Jul-2004 Daniel Stenberg

Gisle's djgpp magic

097281f401-Jul-2004 Daniel Stenberg

Gisle Vanem made this build fine with djgpp and the Watt-32 stack.

087748c401-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

e351877401-Jul-2004 Daniel Stenberg

spellfixed comments

574e911330-Jun-2004 Daniel Stenberg

Another Gisle update

ce945bd230-Jun-2004 Daniel Stenberg

5K array on the stack is a big hefty, it is now allocated with malloc
instead

1...<<1121112211231124112511261127112811291130>>...1351