Daniel Stenberg
|
686ba84128
|
James Bursa's fix to make this deal with malloc(0) as OK to free()
|
2004-05-07 18:54:09 +00:00 |
|
Daniel Stenberg
|
3394c01826
|
We don't support any long protocol names so we can use a smaller buffer.
Also, make sure we have room for the trailing zero, only scan to size-1.
Gisle Vanem reported.
|
2004-05-07 18:46:28 +00:00 |
|
Daniel Stenberg
|
d67ea8c7ad
|
count the formdata size using a 64bit size if avaialble
|
2004-05-07 09:50:49 +00:00 |
|
Daniel Stenberg
|
535046430a
|
Made the lib/curllib.dsp file get generated automaticly
|
2004-05-07 09:45:33 +00:00 |
|
Daniel Stenberg
|
9aebdff219
|
don't use a magic define name
|
2004-05-07 09:42:23 +00:00 |
|
Daniel Stenberg
|
90da930131
|
This file is now generated at dist-time.
|
2004-05-07 09:41:28 +00:00 |
|
Daniel Stenberg
|
fbdc1b1e3d
|
Generate curllib.dsp on dist.time from msvcproj.head msvcproj.foot and the
known source files. Not actually verified to work yet.
|
2004-05-07 09:41:05 +00:00 |
|
Daniel Stenberg
|
e942df755b
|
get the display host name properly
|
2004-05-07 06:18:47 +00:00 |
|
Daniel Stenberg
|
91c8be3628
|
removed two odd comments
|
2004-05-06 15:17:10 +00:00 |
|
Daniel Stenberg
|
d56c03840b
|
little fixes
|
2004-05-06 15:11:16 +00:00 |
|
Daniel Stenberg
|
d3d5cdf305
|
removed the warning if libidn isn't found
|
2004-05-06 15:05:23 +00:00 |
|
Daniel Stenberg
|
af43ce73e5
|
very minor output change
|
2004-05-06 15:04:04 +00:00 |
|
Daniel Stenberg
|
84b52e92f4
|
simplied the creation of new urls
|
2004-05-06 13:29:04 +00:00 |
|
Daniel Stenberg
|
0aa7d11cc9
|
%ld for long
|
2004-05-06 13:21:32 +00:00 |
|
Daniel Stenberg
|
933f7cecae
|
int/long fix
|
2004-05-06 12:44:08 +00:00 |
|
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 |
|