summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-05Check for network libraries the same way it is done in cURL.Yang Tse1-15/+108
2006-08-04Minor compatibility fixYang Tse1-4/+4
2006-08-04Fixed comment.Gisle Vanem1-1/+1
2006-08-04Fix compiler warningYang Tse1-2/+10
2006-08-04Avoid redundant check. configure script takes care of not definingYang Tse1-2/+4
2006-08-04Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse1-4/+6
2006-08-03MinGW/MSYS needs lib ws2_32 for proper operation of configure script.Yang Tse1-0/+12
2006-08-03Ravi Pratap fixed ares_getsock() to actually return the proper bitmap andDaniel Stenberg2-3/+6
2006-07-31Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse1-0/+15
2006-07-31Force compilation failure in case macros sread() or swrite() are not defined.Yang Tse1-0/+10
2006-07-31Provide definitions needed for macros sread() and swrite() in config file.Yang Tse1-0/+13
2006-07-29Fix compiler warnings.Yang Tse1-5/+7
2006-07-29include setup_once.h dependency and adjust to 80 char lines.Yang Tse1-40/+47
2006-07-28Replace send() and recv() with swrite() and sread() macros.Yang Tse2-13/+10
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse5-1/+144
2006-07-26Provide multiple header inclusion prevention definition __ARES_PRIVATE_HYang Tse1-0/+6
2006-07-26Change multiple header inclusion prevention definition to __ARES_BITNCMP_HYang Tse1-4/+4
2006-07-26Change multiple header inclusion prevention definition to __ARES_INET_NET_PTON_HYang Tse1-4/+4
2006-07-26Sync header with source codeYang Tse1-5/+5
2006-07-25Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse1-1/+1
2006-07-23Added getopt() processing.Gisle Vanem1-0/+5
2006-07-22Added getopt() processing of [-t {a|aaaa}].Gisle Vanem1-8/+34
2006-07-22Added CVS id.Gisle Vanem2-1/+3
2006-07-222nd try adding CVS id.Gisle Vanem23-21/+25
2006-07-22Added CVS id.Gisle Vanem22-2/+48
2006-07-22Use ares_free_string() to avoid detecting leaks.Gisle Vanem1-12/+12
2006-07-22If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set.Gisle Vanem1-0/+10
2006-07-14Fix compiler warningYang Tse1-1/+1
2006-07-14Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...Yang Tse1-7/+7
2006-07-11Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse2-0/+53
2006-07-07Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse1-52/+45
2006-07-07Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse1-1/+1
2006-07-07Using backslashes and slashes in the strings of the sed 'y' command shall be ...Yang Tse1-1/+1
2006-07-07Fix excessive escaping.Yang Tse1-1/+1
2006-07-07Fix CURL_CHECK_HEADERS_ONCEYang Tse1-5/+6
2006-07-06Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.Yang Tse1-10/+14
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse4-5/+104
2006-07-04Use a more descriptive var name.Yang Tse1-6/+6
2006-07-04Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse2-7/+44
2006-07-04Platforms that don't have/run configure need default values in their config f...Yang Tse1-0/+54
2006-07-04Find out return types and argument types for functions recv() and send() at c...Yang Tse2-0/+195
2006-07-03Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse1-10/+70
2006-07-02Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cr...Yang Tse1-0/+73
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse1-2/+0
2006-07-02Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse1-1/+22
2006-07-01Get qualifier of arg 1 for getnameinfo apart. Take 2.Yang Tse1-8/+15
2006-06-30Get qualifier of arg 1 for getnameinfo apart.Yang Tse1-0/+12
2006-06-30Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFOYang Tse1-2/+0
2006-06-26include config-win32.h in release archivesDaniel Stenberg1-1/+1
2006-06-241.3.1Daniel Stenberg1-1/+3