a7913a62 | 10-Oct-2004 |
Daniel Stenberg |
If long is 8 bytes we can use strtol() to get 64 bit numbers and won't need our strtoll() replacement function. |
6d1b37b3 | 10-Oct-2004 |
Daniel Stenberg |
Prevent a longjmp warning by moving the rc assign within Curl_resolv(). Andy Cedilnik reported. Warning on HP-UX? |
34750cc7 | 10-Oct-2004 |
Daniel Stenberg |
Use LL suffix for long long constants if the compiler supports it, to prevent warnings. |
af677c4e | 10-Oct-2004 |
Daniel Stenberg |
If long long is supported, check if [num]LL is supported for numerical constants. |
298076e0 | 08-Oct-2004 |
Daniel Stenberg |
--enable-ares on AIX has problem |
0d2cdd97 | 08-Oct-2004 |
Daniel Stenberg |
Use 'struct lifreq' and SIOCGLIFADDR |
eb5d3b5a | 08-Oct-2004 |
Daniel Stenberg |
killed trailing whitespace |
76637759 | 08-Oct-2004 |
Daniel Stenberg |
if basename was found, check for a prototype and if none was found, provide our own in the formdata.c file to prevent warnings on systems without it |
fe46572f | 08-Oct-2004 |
Daniel Stenberg |
prevent warning with comparison between signed and unsigned |
a6d4d3ee | 07-Oct-2004 |
Daniel Stenberg |
use curlx_strnequal() from the private lib sources instead of strncasecmp() for maximum portability |
62f97f18 | 07-Oct-2004 |
Daniel Stenberg |
use curl_strnequal(), not strncasecmp() |
253ff7b2 | 07-Oct-2004 |
Daniel Stenberg |
Gisle's new fix, the old file:// leak |
c274e516 | 07-Oct-2004 |
Daniel Stenberg |
use tld_strerror() only if previously detected, since otherwise we can't work with libidn < 0.5.6 |
1239e483 | 07-Oct-2004 |
Daniel Stenberg |
check for tld_strerror |
52313cba | 06-Oct-2004 |
Gisle Vanem |
Added tld_check_name(). |
071218a2 | 06-Oct-2004 |
Gisle Vanem |
Fixed tld_check_name(). idna_to_unicode_lzlz() should never fail, but return FALSE if 'uc_name == NULL' just in case. |
f0d6cc23 | 06-Oct-2004 |
Gisle Vanem |
USE_LIBIDN: Added Top-level-domain (TLD) check for host->name. Only print a warning if check fails. |
ceefe2e2 | 06-Oct-2004 |
Daniel Stenberg |
test resume and redirect |
9a2aed7d | 06-Oct-2004 |
Daniel Stenberg |
Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed f
Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if the new URL would provide the resumed file. Test case 188 added to verify the fix (together with existing test 99).
show more ...
|
a91a7535 | 06-Oct-2004 |
Gisle Vanem |
*** empty log message *** |
01acbfa1 | 06-Oct-2004 |
Daniel Stenberg |
updates of today |
49b2896a | 06-Oct-2004 |
Daniel Stenberg |
avoid warnings on systems with this member set const |
39af394a | 06-Oct-2004 |
Daniel Stenberg |
removed tabs and trailing whitespace from source |
5c7dcc6c | 06-Oct-2004 |
Daniel Stenberg |
Dan Fandrich fix for hosts that need both -lnsl and -lsocket |
6c5ea2af | 06-Oct-2004 |
Daniel Stenberg |
untabify |