91018f4f | 05-May-2004 |
Daniel Stenberg |
AC_CHECK_TOOL is prolly better to use when checking for ar |
fb086b57 | 05-May-2004 |
Daniel Stenberg |
slightly odd fix to prevent -Wunreachable-code to warn |
3fc39a6e | 05-May-2004 |
Daniel Stenberg |
alert the user if 'sed' or 'ar' couldn't be found, as it might very well render a build impossible |
6062ac7c | 05-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... |
caf7854a | 05-May-2004 |
Daniel Stenberg |
if the values allow it, avoid floting point math for the current speed |
6def0892 | 05-May-2004 |
Daniel Stenberg |
additional typecasts in an attempt to avoid compiler warnings when switching from 64 bit types to 32 bit ones |
1c0744bd | 05-May-2004 |
Daniel Stenberg |
removed bad free() |
7591e07b | 05-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 |
35ab93f4 | 05-May-2004 |
Daniel Stenberg |
fix_hostname() now (void)s the conn argument to prevent warnings on non-idn enabled builds |
dcf5e52b | 05-May-2004 |
Daniel Stenberg |
ERR_error_string() returns an unsigned long so we should use one of those for the return code |
aae521d0 | 05-May-2004 |
Daniel Stenberg |
gcc 3.4 now uses the -Wunreachable-code option, I believe we can make older ones use this too... |
78e6508e | 05-May-2004 |
Daniel Stenberg |
check the size of size_t for lib/mprintf.c |
4d9517f0 | 05-May-2004 |
Daniel Stenberg |
prevent warnings when using the gcc option -Wunreachable-code |
a331aa02 | 05-May-2004 |
Daniel Stenberg |
make the memlimit final NULL return get written to stderr as wella |
679cabb5 | 05-May-2004 |
Daniel Stenberg |
mention the LICENSE-MIXING document |
7332350e | 05-May-2004 |
Daniel Stenberg |
minor update edits |
69f4dda7 | 05-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 |
c19c3bd1 | 04-May-2004 |
Daniel Stenberg |
multipart formposts should be more streamy |
76ff92b8 | 04-May-2004 |
Daniel Stenberg |
bail out when an add_buffer() function returns failure |
4250637e | 04-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') |
08d1da10 | 04-May-2004 |
Daniel Stenberg |
check malloc() return code |
9e31a053 | 04-May-2004 |
Daniel Stenberg |
removed more leftovers from the formparse function |
2960d37d | 04-May-2004 |
Daniel Stenberg |
removed curl_formparse() from the library |
c63af5fc | 04-May-2004 |
Daniel Stenberg |
Gisle made item 38, now there's only one low-prio task left... |
fc6eff13 | 04-May-2004 |
Daniel Stenberg |
General HTTP authentication cleanup and fixes |