summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* Copied the NO_UNDEFINED magic from libcurl to make this build fine again withDaniel Stenberg2006-05-242-1/+19
* Bram Matthys brought my attention to a libtool peculiarity where detectingDaniel Stenberg2006-05-103-3/+50
* two more contributorsDaniel Stenberg2006-05-051-0/+2
* moved the curl_off_t check to within the --enable-debug block where it belong...Daniel Stenberg2006-05-031-4/+9
* Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makesDaniel Stenberg2006-05-039-11/+79
* removed -fpack-struct because gcc4 seems to know its obsolete and warns...Gunter Knauf2006-04-201-1/+1
* minor Makefile fix - let's go 2006;Gunter Knauf2006-04-171-3/+3
* Alexander Lazic improved the getservbyport_r() configure check.Daniel Stenberg2006-01-092-3/+7
* buildconf fixesDaniel Stenberg2006-01-061-0/+5
* Use $ACLOCAL_FLAGS too, pointed out by Alexander LazicDaniel Stenberg2006-01-061-1/+1
* James Bursa fixes: find the hosts file on RISC OS, and made it build withDaniel Stenberg2006-01-053-1/+10
* Yang Tse has been helping outDaniel Stenberg2006-01-051-0/+1
* Added ares_getsock.obj.Gisle Vanem2006-01-041-1/+3
* we're working on 1.3.1 (or more)Daniel Stenberg2006-01-021-2/+2
* This function was added in c-ares [version]Daniel Stenberg2005-12-222-1/+3
* added ares_getsock()Daniel Stenberg2005-12-221-0/+6
* Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg2005-12-224-26/+160
* Checking for function getnameinfo and its arguments is finallyYang Tse2005-12-212-97/+121
* Undefine HAVE_GETNAMEINFO if unable to findYang Tse2005-12-211-1/+1
* Undefine HAVE_GETNAMEINFO if unable to findYang Tse2005-12-211-0/+3
* Make sure we're using 'c-ares' sources and not 'ares' ones.Yang Tse2005-12-211-0/+2
* In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windowsYang Tse2005-12-201-5/+7
* Fix PellesC warning.Gisle Vanem2005-12-201-1/+2
* Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence theGisle Vanem2005-12-203-12/+15
* fix ioctlsocket detectionYang Tse2005-12-201-2/+4
* Fix, header checks must be done before using its results.Yang Tse2005-12-201-1/+1
* fix closing parenthesesDaniel Stenberg2005-12-201-1/+2
* use AC_PROG_LIBTOOL after AC_DISABLE_SHAREDDaniel Stenberg2005-12-201-3/+3
* Fix quotingYang Tse2005-12-201-4/+4
* Use native type SOCKET instead of int when testing functionality of ioctlsock...Yang Tse2005-12-201-1/+1
* OoopsYang Tse2005-12-191-0/+11
* Add checking for type DWORD as argument 4 and 6 of getnameinfoYang Tse2005-12-191-1/+1
* Adjust more windows header includesYang Tse2005-12-192-50/+317
* Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPESYang Tse2005-12-191-1/+1
* Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfoYang Tse2005-12-191-1/+1
* Undo previous change. This header file belongs to the publicYang Tse2005-12-192-1/+5
* When checking the type of the first argument of getnameinfo do it in theYang Tse2005-12-181-1/+1
* Fix spacing. When defining, define to 1.Yang Tse2005-12-181-13/+60
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-182-5/+1
* MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0...Yang Tse2005-12-181-0/+4
* Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCSYang Tse2005-12-181-0/+29
* Make it compatible with vc60 and vc71Yang Tse2005-12-181-7/+7
* Fix typoYang Tse2005-12-171-1/+1
* Fix compiler warningYang Tse2005-12-171-2/+2
* CleanupYang Tse2005-12-171-4/+4
* Windows related cleanupYang Tse2005-12-171-26/+55
* Check first arg of getnameinfo with and without const qualifier.Yang Tse2005-12-171-6/+3
* Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since...Yang Tse2005-12-171-1/+1
* const qualifier in getnameinfo checkYang Tse2005-12-171-2/+2
* Since there is no proof of the existence of a platform which wouldYang Tse2005-12-161-6/+0