History log of /curl/ (Results 32251 – 32275 of 33760)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3d4bb3be14-Aug-2001 Daniel Stenberg

fixed picky compiler warnings, unused arguments, const at proper places and
I also indented the source code to fit curl "standard"

0c063f8514-Aug-2001 Daniel Stenberg

Curl_httpchunk_read now takes size_t size arguments instead of the previous
ssize_t

c11a1bf714-Aug-2001 Daniel Stenberg

made some char * into const char * and I removed the check for size > 0
in the add_buffer function.

f195502014-Aug-2001 Daniel Stenberg

added const to the prompt char * in the proto

4df9d94414-Aug-2001 Daniel Stenberg

added typecast when converting const char * to char *

9a7fc9ce14-Aug-2001 Daniel Stenberg

added const to the function protos

9fa464aa14-Aug-2001 Daniel Stenberg

Curl_ftpsendf's third argument is now a const char *

d95ed06a14-Aug-2001 Daniel Stenberg

corrected the size_t weirdness. Expect size_t to be unsigned. Moved most
over to ssize_t that is signed. Removed all the special-purpose VMS #ifdefs
that were added for this.

5abe5f6614-Aug-2001 Daniel Stenberg

added a few consts and a few typecasts to please picky compiler options

e9e5197c14-Aug-2001 Daniel Stenberg

size_t => ssize_t, removed the special VMS fix for that purpose

7b4b166714-Aug-2001 Daniel Stenberg

added typecasts when converting from unsigned int to int

e32641d414-Aug-2001 Daniel Stenberg

Added an empty win32_cleanup for non-windows systems to prevent compiler
warnings, changed the Curl_open() call as the second argument was never
used anyway

1603f64714-Aug-2001 Daniel Stenberg

removed the *done() function as it served no purpose, added type casts when
converting from 'const char *' to 'char *' to please my picky compiler
options

c892613814-Aug-2001 Daniel Stenberg

commented out empty else blocks to shut up pedantic compilers

ab6c8a0614-Aug-2001 Daniel Stenberg

Added 'const' to the string arrays

f35b6e9014-Aug-2001 Daniel Stenberg

corrected dubious use of the same variable twice in a function call,
gcc 3.0 warned about it

b495653013-Aug-2001 Daniel Stenberg

curl_formparse() should no longer have any size-limit in the data section
after this patch from Peter Todd

f8c357e410-Aug-2001 Daniel Stenberg

corrected minor source indentation error

4b6c240810-Aug-2001 Daniel Stenberg

moved the download/upload speed calculations, to be made on every invoke
of the progressupdate, as on very quick transfers they wouldn't always get
calculated!

022ea42209-Aug-2001 sm

Fixed bugs for building debug and SSL lib in VC makefile

b54b68ac09-Aug-2001 Daniel Stenberg

Added CURLOPT_HTTPGET and CURLOPT_SSL_VERIFYHOST, added notes to the two
timeout-options that they don't work in multi-threaded programs.

1ddf290709-Aug-2001 Daniel Stenberg

non-blocking connect please

33dc9c1f09-Aug-2001 Daniel Stenberg

strip off user-agent before checking protocol

f112cc1409-Aug-2001 Daniel Stenberg

The redirected error stream was closed before curl_easy_cleanup() was made,
and when VERBOSE was enabled, that used the stream. Also, the stream was
closed even if we looped to get more files

The redirected error stream was closed before curl_easy_cleanup() was made,
and when VERBOSE was enabled, that used the stream. Also, the stream was
closed even if we looped to get more files.
Corrects Dustin Boswell's bug report #441610

show more ...

5de3988409-Aug-2001 Daniel Stenberg

removied $Id:$ again, this is treated as a binary file and then that field
isn't updated! :-O

1...<<1291129212931294129512961297129812991300>>...1351