summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump VERSIONINFO for the upcoming releaseDaniel Stenberg2008-11-011-2/+2
* - Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg2008-11-016-27/+62
* Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availabilityYang Tse2008-11-013-6/+6
* WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is ...Yang Tse2008-11-013-10/+42
* init_resolve_thread() needs 'hints' on the native form.Gisle Vanem2008-11-011-2/+2
* Added '#define HAVE_GETADDRINFO'.Gisle Vanem2008-11-011-0/+7
* Added curl_addrinfo.obj. Rearranged alphabetically.Gisle Vanem2008-11-011-29/+35
* Fix typos.Gisle Vanem2008-11-011-3/+3
* Cleaned up in preparation for release next week. I'd say the remaining bugsDaniel Stenberg2008-10-311-6/+13
* fix OOM handlingYang Tse2008-10-311-8/+23
* NetWare LIBC target has getaddrinfo() and freeaddrinfo()Yang Tse2008-10-302-0/+4
* Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()Yang Tse2008-10-305-42/+79
* remove bogus whitespaceYang Tse2008-10-301-2/+2
* check for freeaddrinfo() at configuration phaseYang Tse2008-10-304-2/+196
* These two variables are now Curl_addrinfo pointersYang Tse2008-10-301-1/+1
* remove bogus commentYang Tse2008-10-301-1/+0
* update aclocal file serial numberYang Tse2008-10-302-2/+2
* Use our Curl_addrinfo definition even when an addrinfo struct is available.Yang Tse2008-10-3010-209/+446
* remove verification of the freeability of the addrinfo struct pointer membersYang Tse2008-10-302-294/+0
* SLOWDOWN actually causes a 0.01 second delay between bytesDan Fandrich2008-10-301-1/+1
* --ftp-method was added in 7.15.1. This mention ends up a bit oddly formattedDaniel Stenberg2008-10-291-0/+1
* Fixed a bug that caused a few bytes of garbage to be sent after aDan Fandrich2008-10-293-3/+12
* fix commentYang Tse2008-10-291-2/+2
* make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDRYang Tse2008-10-294-272/+264
* Mention more restrictions on timeouts when using signalsDan Fandrich2008-10-281-7/+13
* added an extra set of braces to unconfuse emacs and then I re-indented aDaniel Stenberg2008-10-281-108/+108
* fix leftoverYang Tse2008-10-282-4/+4
* Tweaked the include paths to work in CodeWarriorDan Fandrich2008-10-282-5/+5
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-284-0/+152
* Changed the "resolve" test precheck program to verify that an IPv6 socketDan Fandrich2008-10-282-25/+46
* curlx.h isn't a system include file so it gets double quotesDan Fandrich2008-10-281-1/+1
* Initial attempt to detect at configuration time if the getaddrinfo()Yang Tse2008-10-285-45/+527
* Philippe Vaucher pointed out this use of an outdated option name...Daniel Stenberg2008-10-281-2/+2
* fix test # 558 and 559 CFLAGSYang Tse2008-10-281-2/+2
* Added rawstr.c to some more non-configure curl makefilesDan Fandrich2008-10-272-2/+6
* don't skip tests 558 and 559 on i686 icc autobuildsYang Tse2008-10-271-1/+1
* test #558 tests internal hash create/destroyYang Tse2008-10-275-35/+88
* Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj.Gisle Vanem2008-10-271-3/+15
* Skip test #558 when libcurl is built with hidden symbolsYang Tse2008-10-272-14/+47
* For tracing purposes log a fake call to getaddrinfoYang Tse2008-10-271-0/+7
* add null-pointer checkYang Tse2008-10-272-2/+4
* avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfoYang Tse2008-10-271-1/+30
* convert test #558 into something more interesting, attemptingYang Tse2008-10-262-115/+71
* test #558 verifies loop operation using malloc() and free()Yang Tse2008-10-265-2/+186
* add missing header inclusionsYang Tse2008-10-253-4/+13
* Added experimental support for zlib and OpenSSL on Symbian OS.Dan Fandrich2008-10-255-9/+46
* icc adjustments:Yang Tse2008-10-252-8/+4
* add missing header inclusionsYang Tse2008-10-251-8/+19
* Stop using in6addr_any because it's not available everywhere (e.g. Symbian)Dan Fandrich2008-10-241-1/+3
* Added rawstr.c to Symbian curl buildDan Fandrich2008-10-241-0/+4