summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* - Guilherme Balena Versiani: I noted a strange BUG in Win32 portDaniel Stenberg2006-09-112-1/+12
* Brad Spencer didDaniel Stenberg2006-08-294-2/+19
* add missing man pageDaniel Stenberg2006-08-141-1/+3
* Check for network libraries the _same_ way it is done in cURL.Yang Tse2006-08-061-0/+16
* Check for network libraries the same way it is done in cURL.Yang Tse2006-08-051-15/+108
* Minor compatibility fixYang Tse2006-08-041-4/+4
* Fixed comment.Gisle Vanem2006-08-041-1/+1
* Fix compiler warningYang Tse2006-08-041-2/+10
* Avoid redundant check. configure script takes care of not definingYang Tse2006-08-041-2/+4
* Being unable to link or find out recv() or send() args types is a fatal error.Yang Tse2006-08-041-4/+6
* MinGW/MSYS needs lib ws2_32 for proper operation of configure script.Yang Tse2006-08-031-0/+12
* Ravi Pratap fixed ares_getsock() to actually return the proper bitmap andDaniel Stenberg2006-08-032-3/+6
* Avoid the risk of a false positive detection of MSG_NOSIGNAL when cross compi...Yang Tse2006-07-311-0/+15
* Force compilation failure in case macros sread() or swrite() are not defined.Yang Tse2006-07-311-0/+10
* Provide definitions needed for macros sread() and swrite() in config file.Yang Tse2006-07-311-0/+13
* Fix compiler warnings.Yang Tse2006-07-291-5/+7
* include setup_once.h dependency and adjust to 80 char lines.Yang Tse2006-07-291-40/+47
* Replace send() and recv() with swrite() and sread() macros.Yang Tse2006-07-282-13/+10
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-285-1/+144
* Provide multiple header inclusion prevention definition __ARES_PRIVATE_HYang Tse2006-07-261-0/+6
* Change multiple header inclusion prevention definition to __ARES_BITNCMP_HYang Tse2006-07-261-4/+4
* Change multiple header inclusion prevention definition to __ARES_INET_NET_PTON_HYang Tse2006-07-261-4/+4
* Sync header with source codeYang Tse2006-07-261-5/+5
* Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s...Yang Tse2006-07-251-1/+1
* Added getopt() processing.Gisle Vanem2006-07-231-0/+5
* Added getopt() processing of [-t {a|aaaa}].Gisle Vanem2006-07-221-8/+34
* Added CVS id.Gisle Vanem2006-07-222-1/+3
* 2nd try adding CVS id.Gisle Vanem2006-07-2223-21/+25
* Added CVS id.Gisle Vanem2006-07-2222-2/+48
* Use ares_free_string() to avoid detecting leaks.Gisle Vanem2006-07-221-12/+12
* If CURLDEBUG defined, call curl_memdebug() if $CARES_MEMDEBUG is set.Gisle Vanem2006-07-221-0/+10
* Fix compiler warningYang Tse2006-07-141-1/+1
* Change the ai_addrlen type of struct addrinfo from size_t to socklen_t, per R...Yang Tse2006-07-141-7/+7
* Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compila...Yang Tse2006-07-112-0/+53
* Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value an...Yang Tse2006-07-071-52/+45
* Substitution of the literal '-' is only done if it's the first or last charac...Yang Tse2006-07-071-1/+1
* Using backslashes and slashes in the strings of the sed 'y' command shall be ...Yang Tse2006-07-071-1/+1
* Fix excessive escaping.Yang Tse2006-07-071-1/+1
* Fix CURL_CHECK_HEADERS_ONCEYang Tse2006-07-071-5/+6
* Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.Yang Tse2006-07-061-10/+14
* Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse2006-07-054-5/+104
* Use a more descriptive var name.Yang Tse2006-07-041-6/+6
* Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.Yang Tse2006-07-042-7/+44
* Platforms that don't have/run configure need default values in their config f...Yang Tse2006-07-041-0/+54
* Find out return types and argument types for functions recv() and send() at c...Yang Tse2006-07-042-0/+195
* Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEIDYang Tse2006-07-031-10/+70
* Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cr...Yang Tse2006-07-021-0/+73
* Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse2006-07-021-2/+0
* Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFOYang Tse2006-07-021-1/+22
* Get qualifier of arg 1 for getnameinfo apart. Take 2.Yang Tse2006-07-011-8/+15