Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-09 | Alexander Lazic improved the getservbyport_r() configure check. | Daniel Stenberg | |
2006-01-06 | buildconf fixes | Daniel Stenberg | |
2006-01-06 | Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic | Daniel Stenberg | |
2006-01-05 | James Bursa fixes: find the hosts file on RISC OS, and made it build with | Daniel Stenberg | |
newer gcc versions that no longer defines "riscos". | |||
2006-01-05 | Yang Tse has been helping out | Daniel Stenberg | |
2006-01-04 | Added ares_getsock.obj. | Gisle Vanem | |
2006-01-02 | we're working on 1.3.1 (or more) | Daniel Stenberg | |
2005-12-22 | This function was added in c-ares [version] | Daniel Stenberg | |
2005-12-22 | added ares_getsock() | Daniel Stenberg | |
2005-12-22 | Added ares_getsock() to extract sockets to wait for action on, without being | Daniel Stenberg | |
limited to select(). | |||
2005-12-21 | Checking for function getnameinfo and its arguments is finally | Yang Tse | |
done in one single function CURL_CHECK_FUNC_GETNAMEINFO which will only define HAVE_GETNAMEINFO if the function has been found AND the type of its arguments has been properly been detected | |||
2005-12-21 | Undefine HAVE_GETNAMEINFO if unable to find | Yang Tse | |
proper types to use for getnameinfo args | |||
2005-12-21 | Undefine HAVE_GETNAMEINFO if unable to find | Yang Tse | |
proper types to use for getnameinfo args | |||
2005-12-21 | Make sure we're using 'c-ares' sources and not 'ares' ones. | Yang Tse | |
2005-12-20 | In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windows | Yang Tse | |
target use calling convention WSAAPI for getnameinfo() prototype. Checking type DWORD as argument 4 and 6 of getnameinfo not needed. | |||
2005-12-20 | Fix PellesC warning. | Gisle Vanem | |
2005-12-20 | Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the | Gisle Vanem | |
rearrangement in ares_process.c. | |||
2005-12-20 | fix ioctlsocket detection | Yang Tse | |
2005-12-20 | Fix, header checks must be done before using its results. | Yang Tse | |
2005-12-20 | fix closing parentheses | Daniel Stenberg | |
2005-12-20 | use AC_PROG_LIBTOOL after AC_DISABLE_SHARED | Daniel Stenberg | |
2005-12-20 | Fix quoting | Yang Tse | |
2005-12-20 | Use native type SOCKET instead of int when testing functionality of ↵ | Yang Tse | |
ioctlsocket on Windows | |||
2005-12-19 | Ooops | Yang Tse | |
2005-12-19 | Add checking for type DWORD as argument 4 and 6 of getnameinfo | Yang Tse | |
2005-12-19 | Adjust more windows header includes | Yang Tse | |
2005-12-19 | Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPES | Yang Tse | |
2005-12-19 | Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfo | Yang Tse | |
2005-12-19 | Undo previous change. This header file belongs to the public | Yang Tse | |
interface and the change could break the compilation of thrid party apps which link against this library. | |||
2005-12-18 | When checking the type of the first argument of getnameinfo do it in the | Yang Tse | |
following order: 'struct sockaddr *' 'const struct sockaddr *' 'void *'. | |||
2005-12-18 | Fix spacing. When defining, define to 1. | Yang Tse | |
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | |
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h | |||
2005-12-18 | MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= ↵ | Yang Tse | |
0x0501 | |||
2005-12-18 | Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCS | Yang Tse | |
2005-12-18 | Make it compatible with vc60 and vc71 | Yang Tse | |
2005-12-17 | Fix typo | Yang Tse | |
2005-12-17 | Fix compiler warning | Yang Tse | |
2005-12-17 | Cleanup | Yang Tse | |
2005-12-17 | Windows related cleanup | Yang Tse | |
2005-12-17 | Check first arg of getnameinfo with and without const qualifier. | Yang Tse | |
2005-12-17 | Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, ↵ | Yang Tse | |
since at this point nothing depends on it. | |||
2005-12-17 | const qualifier in getnameinfo check | Yang Tse | |
2005-12-16 | Since there is no proof of the existence of a platform which would | Yang Tse | |
justify checking for socklen_t in more than one function, the code used to find a valid socklen_t replacement is simplified back. The only function that will be used to find a socklen_t replacement is getpeername, as it has been since revision 1.4 of curl/acinclude.m4 | |||
2005-12-16 | 'Fix' windows builds | Yang Tse | |
2005-12-16 | TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T. | Yang Tse | |
CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument. All related changes taken to cares configuration scripts. | |||
2005-12-11 | Undo last changes | Yang Tse | |
2005-12-11 | Fix compiler warning and compatibility issue with the type of the parameter ↵ | Yang Tse | |
used in getnameinfo() to receive the length of the sockaddr struct. | |||
2005-12-10 | Modified lookup_service() to avoid the risk of a potential buffer overflow | Yang Tse | |
2005-12-09 | Fix compiler warning | Yang Tse | |
2005-12-09 | Fix compiler warning | Yang Tse | |