History log of /curl/ (Results 28551 – 28575 of 33765)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
91018f4f05-May-2004 Daniel Stenberg

AC_CHECK_TOOL is prolly better to use when checking for ar

fb086b5705-May-2004 Daniel Stenberg

slightly odd fix to prevent -Wunreachable-code to warn

3fc39a6e05-May-2004 Daniel Stenberg

alert the user if 'sed' or 'ar' couldn't be found, as it might very well
render a build impossible

6062ac7c05-May-2004 Daniel Stenberg

made the progress meter display not overflow even if _very_ large files
are transfered. The maximum size we support now is 8 exabytes, which equals
to 8192 petabytes...

caf7854a05-May-2004 Daniel Stenberg

if the values allow it, avoid floting point math for the current speed

6def089205-May-2004 Daniel Stenberg

additional typecasts in an attempt to avoid compiler warnings when switching
from 64 bit types to 32 bit ones

1c0744bd05-May-2004 Daniel Stenberg

removed bad free()

7591e07b05-May-2004 Daniel Stenberg

do the alarm time-left math using unsigned longs since that is what alarm()
returns and uses as input and converting to signed generates warnings and
actually risks loss of accuracy

35ab93f405-May-2004 Daniel Stenberg

fix_hostname() now (void)s the conn argument to prevent warnings on non-idn
enabled builds

dcf5e52b05-May-2004 Daniel Stenberg

ERR_error_string() returns an unsigned long so we should use one of those
for the return code

aae521d005-May-2004 Daniel Stenberg

gcc 3.4 now uses the -Wunreachable-code option, I believe we can make older
ones use this too...

78e6508e05-May-2004 Daniel Stenberg

check the size of size_t for lib/mprintf.c

4d9517f005-May-2004 Daniel Stenberg

prevent warnings when using the gcc option -Wunreachable-code

a331aa0205-May-2004 Daniel Stenberg

make the memlimit final NULL return get written to stderr as wella

679cabb505-May-2004 Daniel Stenberg

mention the LICENSE-MIXING document

7332350e05-May-2004 Daniel Stenberg

minor update edits

69f4dda705-May-2004 Daniel Stenberg

added a third URL to the torture testing, this one also hangs at some point
for a reason I don't know

c19c3bd104-May-2004 Daniel Stenberg

multipart formposts should be more streamy

76ff92b804-May-2004 Daniel Stenberg

bail out when an add_buffer() function returns failure

4250637e04-May-2004 Daniel Stenberg

improved the cleaning up of memory when we fail to resolve names due to
out of memory (thanks to 'runtests.pl -t')

08d1da1004-May-2004 Daniel Stenberg

check malloc() return code

9e31a05304-May-2004 Daniel Stenberg

removed more leftovers from the formparse function

2960d37d04-May-2004 Daniel Stenberg

removed curl_formparse() from the library

c63af5fc04-May-2004 Daniel Stenberg

Gisle made item 38, now there's only one low-prio task left...

fc6eff1304-May-2004 Daniel Stenberg

General HTTP authentication cleanup and fixes

1...<<1141114211431144114511461147114811491150>>...1351