d56c0384 | 06-May-2004 |
Daniel Stenberg |
little fixes |
d3d5cdf3 | 06-May-2004 |
Daniel Stenberg |
removed the warning if libidn isn't found |
af43ce73 | 06-May-2004 |
Daniel Stenberg |
very minor output change |
84b52e92 | 06-May-2004 |
Daniel Stenberg |
simplied the creation of new urls |
0aa7d11c | 06-May-2004 |
Daniel Stenberg |
%ld for long |
933f7cec | 06-May-2004 |
Daniel Stenberg |
int/long fix |
8e73e553 | 06-May-2004 |
Daniel Stenberg |
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! |
55c015c1 | 06-May-2004 |
Daniel Stenberg |
typo AGAIN |
bde6c668 | 06-May-2004 |
Daniel Stenberg |
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. |
58387b91 | 06-May-2004 |
Daniel Stenberg |
printf %s with plain 'char *', not unsigned ones to silence icc's picky warnings |
6f74820c | 06-May-2004 |
Daniel Stenberg |
if no strerror_r prototype is found, we provide our own to prevent picky compilers to warn |
af72f198 | 06-May-2004 |
Daniel Stenberg |
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 |
3fc831f9 | 06-May-2004 |
Daniel Stenberg |
typecast the unsigned long to plain long to prevent compiler warnings |
9f660862 | 06-May-2004 |
Daniel Stenberg |
unused variable removed |
1354671c | 06-May-2004 |
Daniel Stenberg |
use %ld to printf now.tv_sec |
1175a226 | 06-May-2004 |
Daniel Stenberg |
curlx.h is a header to add to the release archive(s) |
358b72bb | 05-May-2004 |
Daniel Stenberg |
fixed typo |
6c408c88 | 05-May-2004 |
Daniel Stenberg |
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. |
9cf04dff | 05-May-2004 |
Daniel Stenberg |
hm, avoid division by zero more carefully with that new percentage math |
6bdcfecb | 05-May-2004 |
Daniel Stenberg |
Joe Halpin fixed the warning on the typecast from data pointer to function pointer! |
3f21fe60 | 05-May-2004 |
Daniel Stenberg |
Gisle fixed the percentage to work, I adjusted it slightly to not as easily overflow on 32bit filesize-systems |
b2c290e4 | 05-May-2004 |
Daniel Stenberg |
Gisle-fix: constified the 'interface' argument. |
bc5b2fa1 | 05-May-2004 |
Daniel Stenberg |
Gisle fix: curl_formparse is gone. |
32a9554c | 05-May-2004 |
Daniel Stenberg |
Gisle fixed: don't reference 'mem' if it's NULL. |
afc1ed60 | 05-May-2004 |
Daniel Stenberg |
initiate variables properly to default to no auth for server and proxy |