summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* Fixed "'x' might be used uninitialized in this function" warning.Gisle Vanem2006-10-251-9/+9
* Added '-d' option for Watt32 targets. Added cvs id.Gisle Vanem2006-10-251-1/+9
* Compiler warning fixYang Tse2006-10-251-1/+1
* Sync with lib/setup_once.hYang Tse2006-10-181-0/+1
* Check for USE_WINSOCK instead of WIN32 where the check was doneYang Tse2006-10-184-6/+6
* Introduce symbol USE_WINSOCK which will be defined whenYang Tse2006-10-181-0/+16
* Tor's spell fixesDaniel Stenberg2006-10-181-1/+1
* Replace is*() macros with our own IS*() ones.Yang Tse2006-10-185-39/+38
* Move definition of IS*() macros to setup_once.hYang Tse2006-10-181-2/+25
* Define HAVE_STRUCT_TIMEVAL as appropriate for platforms that lack autotools s...Yang Tse2006-10-143-1/+23
* Prevent ares_getsock() to overflow if more than 16 sockets are used.Daniel Stenberg2006-10-131-0/+4
* Check for struct timeval at configuration timeYang Tse2006-10-132-0/+60
* avoid an overflow if an excessive amount of servers are usedDaniel Stenberg2006-10-121-6/+7
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* - 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