Daniel Stenberg
|
8e73e55336
|
Michael Benedict brought a fix that fills in the errorbuffer properly
when ares fails to resolve a name. This was fixed before but somehow has
fallen out again!
|
2004-05-06 11:10:51 +00:00 |
|
Daniel Stenberg
|
55c015c136
|
typo AGAIN
|
2004-05-06 11:02:50 +00:00 |
|
Daniel Stenberg
|
bde6c6685e
|
When using the icc compiler, we also ignore remark #1418 "external definition
with no prior declaration" since this is a habit we have in the code.
|
2004-05-06 10:58:57 +00:00 |
|
Daniel Stenberg
|
58387b91f9
|
printf %s with plain 'char *', not unsigned ones to silence icc's picky
warnings
|
2004-05-06 10:57:07 +00:00 |
|
Daniel Stenberg
|
6f74820cfc
|
if no strerror_r prototype is found, we provide our own to prevent picky
compilers to warn
|
2004-05-06 10:49:40 +00:00 |
|
Daniel Stenberg
|
af72f198ba
|
removed the unused 'len' variable, made use of the ptr pointer even if no
extra lib is used to prevent compiler warnings ("variable set but not used")
on that case
|
2004-05-06 07:32:30 +00:00 |
|
Daniel Stenberg
|
3fc831f9eb
|
typecast the unsigned long to plain long to prevent compiler warnings
|
2004-05-06 07:24:47 +00:00 |
|
Daniel Stenberg
|
9f660862ec
|
unused variable removed
|
2004-05-06 07:22:32 +00:00 |
|
Daniel Stenberg
|
1354671c90
|
use %ld to printf now.tv_sec
|
2004-05-06 07:21:19 +00:00 |
|
Daniel Stenberg
|
1175a226e3
|
curlx.h is a header to add to the release archive(s)
|
2004-05-06 07:19:58 +00:00 |
|
Daniel Stenberg
|
358b72bb12
|
fixed typo
|
2004-05-05 20:12:59 +00:00 |
|
Daniel Stenberg
|
6c408c885a
|
Temporary disable the logic that runs gdb on a core dump, as it can't blindly
assume that the curl file is a proper binary, it is often a script file
produced by libtool.
|
2004-05-05 14:34:35 +00:00 |
|
Daniel Stenberg
|
9cf04dff6a
|
hm, avoid division by zero more carefully with that new percentage math
|
2004-05-05 14:22:46 +00:00 |
|
Daniel Stenberg
|
6bdcfecbcf
|
Joe Halpin fixed the warning on the typecast from data pointer to function
pointer!
|
2004-05-05 14:08:52 +00:00 |
|
Daniel Stenberg
|
3f21fe60fc
|
Gisle fixed the percentage to work, I adjusted it slightly to not as easily
overflow on 32bit filesize-systems
|
2004-05-05 13:44:44 +00:00 |
|
Daniel Stenberg
|
b2c290e40e
|
Gisle-fix: constified the 'interface' argument.
|
2004-05-05 13:42:23 +00:00 |
|
Daniel Stenberg
|
bc5b2fa12c
|
Gisle fix: curl_formparse is gone.
|
2004-05-05 13:42:05 +00:00 |
|
Daniel Stenberg
|
32a9554c92
|
Gisle fixed: don't reference 'mem' if it's NULL.
|
2004-05-05 13:41:54 +00:00 |
|
Daniel Stenberg
|
afc1ed60f7
|
initiate variables properly to default to no auth for server and proxy
|
2004-05-05 13:00:03 +00:00 |
|
Daniel Stenberg
|
91018f4f24
|
AC_CHECK_TOOL is prolly better to use when checking for ar
|
2004-05-05 10:26:51 +00:00 |
|
Daniel Stenberg
|
fb086b57a8
|
slightly odd fix to prevent -Wunreachable-code to warn
|
2004-05-05 09:20:08 +00:00 |
|
Daniel Stenberg
|
3fc39a6efb
|
alert the user if 'sed' or 'ar' couldn't be found, as it might very well
render a build impossible
|
2004-05-05 09:17:53 +00:00 |
|
Daniel Stenberg
|
6062ac7c37
|
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...
|
2004-05-05 08:43:23 +00:00 |
|
Daniel Stenberg
|
caf7854a3c
|
if the values allow it, avoid floting point math for the current speed
|
2004-05-05 07:45:21 +00:00 |
|
Daniel Stenberg
|
6def0892ea
|
additional typecasts in an attempt to avoid compiler warnings when switching
from 64 bit types to 32 bit ones
|
2004-05-05 07:30:52 +00:00 |
|
Daniel Stenberg
|
1c0744bde6
|
removed bad free()
|
2004-05-05 07:20:08 +00:00 |
|
Daniel Stenberg
|
7591e07b7c
|
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
|
2004-05-05 07:17:37 +00:00 |
|
Daniel Stenberg
|
35ab93f484
|
fix_hostname() now (void)s the conn argument to prevent warnings on non-idn
enabled builds
|
2004-05-05 07:08:31 +00:00 |
|
Daniel Stenberg
|
dcf5e52b62
|
ERR_error_string() returns an unsigned long so we should use one of those
for the return code
|
2004-05-05 07:01:33 +00:00 |
|
Daniel Stenberg
|
aae521d086
|
gcc 3.4 now uses the -Wunreachable-code option, I believe we can make older
ones use this too...
|
2004-05-05 06:59:27 +00:00 |
|
Daniel Stenberg
|
78e6508e22
|
check the size of size_t for lib/mprintf.c
|
2004-05-05 06:57:49 +00:00 |
|
Daniel Stenberg
|
4d9517f0b4
|
prevent warnings when using the gcc option -Wunreachable-code
|
2004-05-05 06:57:26 +00:00 |
|
Daniel Stenberg
|
a331aa0221
|
make the memlimit final NULL return get written to stderr as wella
|
2004-05-05 06:57:04 +00:00 |
|
Daniel Stenberg
|
679cabb532
|
mention the LICENSE-MIXING document
|
2004-05-05 06:12:24 +00:00 |
|
Daniel Stenberg
|
7332350e85
|
minor update edits
|
2004-05-05 06:11:57 +00:00 |
|
Daniel Stenberg
|
69f4dda74a
|
added a third URL to the torture testing, this one also hangs at some point
for a reason I don't know
|
2004-05-05 06:11:13 +00:00 |
|
Daniel Stenberg
|
c19c3bd15a
|
multipart formposts should be more streamy
|
2004-05-04 14:36:29 +00:00 |
|
Daniel Stenberg
|
76ff92b811
|
bail out when an add_buffer() function returns failure
|
2004-05-04 14:27:07 +00:00 |
|
Daniel Stenberg
|
4250637e7d
|
improved the cleaning up of memory when we fail to resolve names due to
out of memory (thanks to 'runtests.pl -t')
|
2004-05-04 13:40:30 +00:00 |
|
Daniel Stenberg
|
08d1da106e
|
check malloc() return code
|
2004-05-04 13:39:24 +00:00 |
|
Daniel Stenberg
|
9e31a0536e
|
removed more leftovers from the formparse function
|
2004-05-04 09:31:04 +00:00 |
|
Daniel Stenberg
|
2960d37d71
|
removed curl_formparse() from the library
|
2004-05-04 08:24:13 +00:00 |
|
Daniel Stenberg
|
c63af5fc01
|
Gisle made item 38, now there's only one low-prio task left...
|
2004-05-04 07:54:08 +00:00 |
|
Daniel Stenberg
|
fc6eff13b5
|
General HTTP authentication cleanup and fixes
|
2004-05-04 07:52:53 +00:00 |
|
Daniel Stenberg
|
e7ee1ccf45
|
Gisle fixed the problem with ldap_search_s() fails with "filter error": a case
of using 'lud_filter' after freeing 'lud_dn'.
|
2004-05-03 15:01:34 +00:00 |
|
Daniel Stenberg
|
98bf69f8f1
|
improved the name of the test
|
2004-05-03 14:57:58 +00:00 |
|
Daniel Stenberg
|
0363fbc411
|
Added --proxy-digest, added the standard curl source header to this file.
|
2004-05-03 14:55:31 +00:00 |
|
Daniel Stenberg
|
e3bc92ae53
|
fixed the pdf and html for the strerror functions
|
2004-05-03 14:40:22 +00:00 |
|
Daniel Stenberg
|
27e76021e9
|
Added support for --proxy-digest
|
2004-05-03 11:56:18 +00:00 |
|
Daniel Stenberg
|
93dde29979
|
don't free(NULL)
|
2004-05-03 09:17:49 +00:00 |
|