Yang Tse
33be40af18
Fix CURL_CHECK_HEADERS_ONCE
19 years ago
Yang Tse
69a7d102b7
Fix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and CURL_CHECK_FUNC_SEND.
19 years ago
Yang Tse
413a37e409
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode.
19 years ago
Yang Tse
3e2f91b95f
Use a more descriptive var name.
19 years ago
Yang Tse
e26ef987d7
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
19 years ago
Yang Tse
26b2944fb9
Platforms that don't have/run configure need default values in their config files for:
...
HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7
HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV
HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV
19 years ago
Yang Tse
016db852f8
Find out return types and argument types for functions recv() and send() at configuration stage.
19 years ago
Yang Tse
64102e9a5c
Use CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_NI_WITHSCOPEID
19 years ago
Yang Tse
054c5cf04b
Make CURL_CHECK_NI_WITHSCOPEID actually try to compile NI_WITHSCOPEID when cross-compiling.
19 years ago
Yang Tse
bdf1485cf9
Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
19 years ago
Yang Tse
a838f1a431
Fix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
19 years ago
Yang Tse
be2ee2baac
Get qualifier of arg 1 for getnameinfo apart. Take 2.
19 years ago
Yang Tse
24c638e165
Get qualifier of arg 1 for getnameinfo apart.
19 years ago
Yang Tse
5151cb841e
Remove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO
19 years ago
Daniel Stenberg
ca324db453
include config-win32.h in release archives
19 years ago
Daniel Stenberg
0e07499e96
1.3.1
19 years ago
William Ahern
d1ad89f943
Remove "big endian" DNS section and RR data integer parser macros from
...
ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C
operate on logical values. And in any event the octets are already in
big-endian (aka network) byte order so they're being reversed (thus the
source of the breakage).
19 years ago
William Ahern
70dbc3725d
Handle EAGAIN/EWOULDBLOCK readiness errors, which can occur for both TCP and
...
UDP even when a poll(2) or select(2) suggest otherwise.
19 years ago
Daniel Stenberg
2fc66d7b01
Copied the NO_UNDEFINED magic from libcurl to make this build fine again with
...
libtool cross-compiled on linux with mingw32
19 years ago
Daniel Stenberg
e75c876ac5
Bram Matthys brought my attention to a libtool peculiarity where detecting
...
things such as C++ compiler actually is a bad thing and since we don't need
that detection I added a work-around, much inspired by a previous patch by
Paolo Bonzini. This also shortens the configure script quite a lot.
19 years ago
Daniel Stenberg
c8878fb584
two more contributors
19 years ago
Daniel Stenberg
f4f25e3282
moved the curl_off_t check to within the --enable-debug block where it belongs since it is a somewhat ugly hack
19 years ago
Daniel Stenberg
22e34b53e4
Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes
...
c-ares call a callback on socket state changes. A better way than the
ares_getsock() to get full control over the socket state.
19 years ago
Gunter Knauf
772811b915
removed -fpack-struct because gcc4 seems to know its obsolete and warns...
19 years ago
Gunter Knauf
cdd3f45374
minor Makefile fix - let's go 2006;
...
use correct version var.
19 years ago
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