aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Expand)Author
2006-07-23Added getopt() processing.Gisle Vanem
2006-07-22Added getopt() processing of [-t {a|aaaa}].Gisle Vanem
2006-07-22Added CVS id.Gisle Vanem
2006-07-222nd try adding CVS id.Gisle Vanem
2006-07-22Added CVS id.Gisle Vanem
2006-07-22Use ares_free_string() to avoid detecting leaks.Gisle Vanem
2006-07-22If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set.Gisle Vanem
2006-07-14Fix compiler warningYang Tse
2006-07-14Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...Yang Tse
2006-07-11Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse
2006-07-07Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse
2006-07-07Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse
2006-07-07Using backslashes and slashes in the strings of the sed 'y' command shall be ...Yang Tse
2006-07-07Fix excessive escaping.Yang Tse
2006-07-07Fix CURL_CHECK_HEADERS_ONCEYang Tse
2006-07-06Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.Yang Tse
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse
2006-07-04Use a more descriptive var name.Yang Tse
2006-07-04Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse
2006-07-04Platforms that don't have/run configure need default values in their config f...Yang Tse
2006-07-04Find out return types and argument types for functions recv() and send() at c...Yang Tse
2006-07-03Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse
2006-07-02Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cr...Yang Tse
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-07-01Get qualifier of arg 1 for getnameinfo apart. Take 2.Yang Tse
2006-06-30Get qualifier of arg 1 for getnameinfo apart.Yang Tse
2006-06-30Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFOYang Tse
2006-06-26include config-win32.h in release archivesDaniel Stenberg
2006-06-241.3.1Daniel Stenberg
2006-06-19Remove "big endian" DNS section and RR data integer parser macros fromWilliam Ahern
2006-06-19Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP andWilliam Ahern
2006-05-24Copied the NO_UNDEFINED magic from libcurl to make this build fine again withDaniel Stenberg
2006-05-10Bram Matthys brought my attention to a libtool peculiarity where detectingDaniel Stenberg
2006-05-05two more contributorsDaniel Stenberg
2006-05-03moved the curl_off_t check to within the --enable-debug block where it belong...Daniel Stenberg
2006-05-03Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makesDaniel Stenberg
2006-04-20removed -fpack-struct because gcc4 seems to know its obsolete and warns...Gunter Knauf
2006-04-17minor Makefile fix - let's go 2006;Gunter Knauf
2006-01-09Alexander Lazic improved the getservbyport_r() configure check.Daniel Stenberg
2006-01-06buildconf fixesDaniel Stenberg
2006-01-06Use $ACLOCAL_FLAGS too, pointed out by Alexander LazicDaniel Stenberg
2006-01-05James Bursa fixes: find the hosts file on RISC OS, and made it build withDaniel Stenberg
2006-01-05Yang Tse has been helping outDaniel Stenberg
2006-01-04Added ares_getsock.obj.Gisle Vanem
2006-01-02we're working on 1.3.1 (or more)Daniel Stenberg
2005-12-22This function was added in c-ares [version]Daniel Stenberg
2005-12-22added ares_getsock()Daniel Stenberg
2005-12-22Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg
2005-12-21Checking for function getnameinfo and its arguments is finallyYang Tse