summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* 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
* 'Fix' windows buildsYang Tse2005-12-162-2/+32
* TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse2005-12-162-16/+320
* Undo last changesYang Tse2005-12-112-2/+2
* Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse2005-12-112-2/+2
* Modified lookup_service() to avoid the risk of a potential buffer overflowYang Tse2005-12-101-55/+47
* Fix compiler warningYang Tse2005-12-091-0/+2
* Fix compiler warningYang Tse2005-12-091-1/+1