- Oct 28, 2008
-
-
Daniel Stenberg authored
section of the code that was odd-looking previously
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
function returns an addrinfo with an unfreeable ai_canonname member ptr.
-
Dan Fandrich authored
can be created before resolving the IPv6 name. In the context of running a test, it doesn't make sense to run an IPv6 test when a host is resolvable but IPv6 isn't usable. This should fix failures of test 1085 on hosts with library and DNS support for IPv6 but where actual use of IPv6 has been administratively disabled.
-
Dan Fandrich authored
-
Yang Tse authored
function returns an addrinfo with an unfreeable ai_addr member ptr.
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Oct 27, 2008
-
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
test #559 tests internal hash create/add/destroy
-
Gisle Vanem authored
-
Yang Tse authored
-
Yang Tse authored
when allocating/building the fake Curl_addrinfo.
-
Yang Tse authored
-
Yang Tse authored
-
- Oct 26, 2008
- Oct 25, 2008
-
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
Select ANSI C89 dialect plus GNU extensions, again.
-
Yang Tse authored
-
- Oct 24, 2008
-
-
Dan Fandrich authored
and isn't strictly needed here.
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Select precise floating-point model, otherwise doubles are less than 64-bit wide icc test adjustment: Select c89 dialect
-
Yang Tse authored
-
- Oct 23, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
inclusion by the curl tool without colliding with the curl_strequal functions.
-
Yang Tse authored
Enable more icc warnings. Optimization disabling options used only for icc 9.1
-
Yang Tse authored
configure is unable of finding out if it has glibc-style or POSIX-style, trying to ensure that this condition does not go unnoticed.
-
Daniel Stenberg authored
-
Dan Fandrich authored
don't have prototypes. They didn't serve any useful purpose here, anyway.
-
Dan Fandrich authored
-
Dan Fandrich authored
Changed checkprefix() to use it and those instances of strnequal() that compare host names or other protocol strings that are defined to be independent of case in the C locale. This should fix a few more Turkish locale problems.
-