Daniel Stenberg
de713cb37d
Alexander Lazic improved the getservbyport_r() configure check.
19 years ago
Daniel Stenberg
7a03bdaf34
buildconf fixes
19 years ago
Daniel Stenberg
acf6edf7e9
Use $ACLOCAL_FLAGS too, pointed out by Alexander Lazic
19 years ago
Daniel Stenberg
d07656e76d
James Bursa fixes: find the hosts file on RISC OS, and made it build with
...
newer gcc versions that no longer defines "riscos".
19 years ago
Daniel Stenberg
dccda3c237
Yang Tse has been helping out
19 years ago
Gisle Vanem
85510390ca
Added ares_getsock.obj.
19 years ago
Daniel Stenberg
dc59499966
we're working on 1.3.1 (or more)
19 years ago
Daniel Stenberg
ab18b895e8
This function was added in c-ares [version]
19 years ago
Daniel Stenberg
7b650b80c1
added ares_getsock()
19 years ago
Daniel Stenberg
8d63eb75a9
Added ares_getsock() to extract sockets to wait for action on, without being
...
limited to select().
19 years ago
Yang Tse
cb2a75dece
Checking for function getnameinfo and its arguments is finally
...
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
19 years ago
Yang Tse
2e342c682c
Undefine HAVE_GETNAMEINFO if unable to find
...
proper types to use for getnameinfo args
19 years ago
Yang Tse
7a9f1ef2b8
Undefine HAVE_GETNAMEINFO if unable to find
...
proper types to use for getnameinfo args
19 years ago
Yang Tse
1499c81ab3
Make sure we're using 'c-ares' sources and not 'ares' ones.
19 years ago
Yang Tse
a722e27a17
In CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling a windows
...
target use calling convention WSAAPI for getnameinfo() prototype.
Checking type DWORD as argument 4 and 6 of getnameinfo not needed.
19 years ago
Gisle Vanem
e2bdd6b5a6
Fix PellesC warning.
19 years ago
Gisle Vanem
ac9950c3eb
Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the
...
rearrangement in ares_process.c.
19 years ago
Yang Tse
02e8cf6e45
fix ioctlsocket detection
19 years ago
Yang Tse
e80c02452e
Fix, header checks must be done before using its results.
19 years ago
Daniel Stenberg
05c21d8684
fix closing parentheses
19 years ago
Daniel Stenberg
a08aed3147
use AC_PROG_LIBTOOL after AC_DISABLE_SHARED
19 years ago
Yang Tse
2e75d7f3f5
Fix quoting
19 years ago
Yang Tse
badc1d76cb
Use native type SOCKET instead of int when testing functionality of ioctlsocket on Windows
19 years ago
Yang Tse
18a675fee0
Ooops
19 years ago
Yang Tse
739fd5c39e
Add checking for type DWORD as argument 4 and 6 of getnameinfo
19 years ago
Yang Tse
6419328de9
Adjust more windows header includes
19 years ago
Yang Tse
08fecec873
Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPES
19 years ago
Yang Tse
ae5effbe10
Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfo
19 years ago
Yang Tse
c43edebb70
Undo previous change. This header file belongs to the public
...
interface and the change could break the compilation of thrid
party apps which link against this library.
19 years ago
Yang Tse
bfc7b16712
When checking the type of the first argument of getnameinfo do it in the
...
following order: 'struct sockaddr *' 'const struct sockaddr *' 'void *'.
19 years ago
Yang Tse
4e7fa34c9c
Fix spacing. When defining, define to 1.
19 years ago
Yang Tse
4b3090680a
Cleanup windows header includes. Where aplicable, inclusion of
...
windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h
19 years ago
Yang Tse
2259e593a1
MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0x0501
19 years ago
Yang Tse
1d9efefdfa
Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCS
19 years ago
Yang Tse
14a8b3f6b2
Make it compatible with vc60 and vc71
19 years ago
Yang Tse
a0d9a3b9f5
Fix typo
19 years ago
Yang Tse
c4e7de9bdd
Fix compiler warning
19 years ago
Yang Tse
ecf65daa5e
Cleanup
19 years ago
Yang Tse
736bae28d0
Windows related cleanup
19 years ago
Yang Tse
e539b0438f
Check first arg of getnameinfo with and without const qualifier.
19 years ago
Yang Tse
169053a718
Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since at this point nothing depends on it.
19 years ago
Yang Tse
8fe38785e7
const qualifier in getnameinfo check
19 years ago
Yang Tse
48ccbcfa4b
Since there is no proof of the existence of a platform which would
...
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
19 years ago
Yang Tse
9950522a46
'Fix' windows builds
19 years ago
Yang Tse
e4c8fa8111
TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.
...
CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument.
All related changes taken to cares configuration scripts.
19 years ago
Yang Tse
ed8eeae98e
Undo last changes
19 years ago
Yang Tse
b4e6ca49d8
Fix compiler warning and compatibility issue with the type of the parameter used in getnameinfo() to receive the length of the sockaddr struct.
19 years ago
Yang Tse
6681cc24e9
Modified lookup_service() to avoid the risk of a potential buffer overflow
19 years ago
Yang Tse
bc727dff6a
Fix compiler warning
19 years ago
Yang Tse
8e8403987f
Fix compiler warning
19 years ago