aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-01bump VERSIONINFO for the upcoming releaseDaniel Stenberg
2008-11-01- Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg
in man resolv.conf: causes round robin selection of nameservers from among those listed. This has the effect of spreading the query load among all listed servers, rather than having all clients try the first listed server first every time. You can enable it with ARES_OPT_ROTATE
2008-11-01Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availabilityYang Tse
2008-11-01WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ↵Yang Tse
quite convoluted, compiler dependant and in some cases even build target dependat.
2008-11-01init_resolve_thread() needs 'hints' on the native form.Gisle Vanem
2008-11-01Added '#define HAVE_GETADDRINFO'.Gisle Vanem
2008-11-01Added curl_addrinfo.obj. Rearranged alphabetically.Gisle Vanem
2008-11-01Fix typos.Gisle Vanem
2008-10-31Cleaned up in preparation for release next week. I'd say the remaining bugsDaniel Stenberg
risk getting postponed for 7.19.2.
2008-10-31fix OOM handlingYang Tse
2008-10-30NetWare LIBC target has getaddrinfo() and freeaddrinfo()Yang Tse
2008-10-30Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()Yang Tse
implementation from lib/hostip6.c to lib/curl_addrinfo.c and prototypes from lib/hostip.h to lib/curl_addrinfo.h
2008-10-30remove bogus whitespaceYang Tse
2008-10-30check for freeaddrinfo() at configuration phaseYang Tse
2008-10-30These two variables are now Curl_addrinfo pointersYang Tse
2008-10-30remove bogus commentYang Tse
2008-10-30update aclocal file serial numberYang Tse
2008-10-30Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse
Use a wrapper function to call system's getaddrinfo().
2008-10-30remove verification of the freeability of the addrinfo struct pointer membersYang Tse
2008-10-30SLOWDOWN actually causes a 0.01 second delay between bytesDan Fandrich
2008-10-29--ftp-method was added in 7.15.1. This mention ends up a bit oddly formattedDaniel Stenberg
but I'm not in the mood to fight nroff right now...
2008-10-29Fixed a bug that caused a few bytes of garbage to be sent after aDan Fandrich
curl_easy_pause() during a chunky upload. Reported by Steve Roskowski.
2008-10-29fix commentYang Tse
2008-10-29make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse
and CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME internal to CHECK_FUNC_GETADDRINFO
2008-10-28Mention more restrictions on timeouts when using signalsDan Fandrich
2008-10-28added an extra set of braces to unconfuse emacs and then I re-indented aDaniel Stenberg
section of the code that was odd-looking previously
2008-10-28fix leftoverYang Tse
2008-10-28Tweaked the include paths to work in CodeWarriorDan Fandrich
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse
function returns an addrinfo with an unfreeable ai_canonname member ptr.
2008-10-28Changed the "resolve" test precheck program to verify that an IPv6 socketDan Fandrich
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.
2008-10-28curlx.h isn't a system include file so it gets double quotesDan Fandrich
2008-10-28Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse
function returns an addrinfo with an unfreeable ai_addr member ptr.
2008-10-28Philippe Vaucher pointed out this use of an outdated option name...Daniel Stenberg
2008-10-28fix test # 558 and 559 CFLAGSYang Tse
2008-10-27Added rawstr.c to some more non-configure curl makefilesDan Fandrich
2008-10-27don't skip tests 558 and 559 on i686 icc autobuildsYang Tse
2008-10-27test #558 tests internal hash create/destroyYang Tse
test #559 tests internal hash create/add/destroy
2008-10-27Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj.Gisle Vanem
2008-10-27Skip test #558 when libcurl is built with hidden symbolsYang Tse
2008-10-27For tracing purposes log a fake call to getaddrinfoYang Tse
when allocating/building the fake Curl_addrinfo.
2008-10-27add null-pointer checkYang Tse
2008-10-27avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfoYang Tse
2008-10-26convert test #558 into something more interesting, attemptingYang Tse
now to minimally exercise some internal hash routines.
2008-10-26test #558 verifies loop operation using malloc() and free()Yang Tse
2008-10-25add missing header inclusionsYang Tse
2008-10-25Added experimental support for zlib and OpenSSL on Symbian OS.Dan Fandrich
2008-10-25icc adjustments:Yang Tse
Select ANSI C89 dialect plus GNU extensions, again.
2008-10-25add missing header inclusionsYang Tse
2008-10-24Stop using in6addr_any because it's not available everywhere (e.g. Symbian)Dan Fandrich
and isn't strictly needed here.
2008-10-24Added rawstr.c to Symbian curl buildDan Fandrich