25169f68 | 22-Dec-2005 |
Daniel Stenberg |
added ares_getsock() |
e5247ae6 | 22-Dec-2005 |
Daniel Stenberg |
Added ares_getsock() to extract sockets to wait for action on, without being limited to select(). |
a718cb05 | 22-Dec-2005 |
Daniel Stenberg |
The inital early embryos to describe the curl_multi_socket() API. Committed now to enable them to get added as web pages easier, they are not ready for anything "real" just yet. |
b466ef25 | 22-Dec-2005 |
Daniel Stenberg |
the curl_multi_socket() test application (still using select()) |
c7a63464 | 22-Dec-2005 |
Daniel Stenberg |
#31 curl-config --libs" will include details set in LDFLAGS when configure is run that might be needed only for building libcurl. |
e4388643 | 21-Dec-2005 |
Yang Tse |
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
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
show more ...
|
bc420820 | 21-Dec-2005 |
Yang Tse |
Undefine HAVE_GETNAMEINFO if unable to find proper types to use for getnameinfo args |
a0d69d52 | 21-Dec-2005 |
Yang Tse |
Undefine HAVE_GETNAMEINFO if unable to find proper types to use for getnameinfo args |
c23a1be1 | 21-Dec-2005 |
Yang Tse |
Make sure we're using 'c-ares' sources and not 'ares' ones. |
9799f7af | 21-Dec-2005 |
Daniel Stenberg |
added our regular source header |
6358b24f | 21-Dec-2005 |
Daniel Stenberg |
allow more evironment variables to control what tools to check for and use |
b5863431 | 21-Dec-2005 |
Daniel Stenberg |
use ACLOCAL even when using 'find' to find the aclocal tool |
e3657644 | 20-Dec-2005 |
Yang Tse |
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
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.
show more ...
|
7d1e3ebe | 20-Dec-2005 |
Daniel Stenberg |
explain tld_check_name() |
9e61dfe8 | 20-Dec-2005 |
Gisle Vanem |
Changes for PellesC compiler under Win32. |
7b51aafa | 20-Dec-2005 |
Gisle Vanem |
Changes for PellesC compiler under Win32. A bit limited, but we just love swedish products... |
5f487123 | 20-Dec-2005 |
Gisle Vanem |
Fix PellesC warning. |
f1f32477 | 20-Dec-2005 |
Gisle Vanem |
Changes for PellesC for Win32. It needs <unistd.h> for 'ssize_t'. Hence the rearrangement in ares_process.c. |
df2b1251 | 20-Dec-2005 |
Yang Tse |
fix ioctlsocket detection |
02c7cf6f | 20-Dec-2005 |
Yang Tse |
Fix, header checks must be done before using its results. |
60006ff9 | 20-Dec-2005 |
Daniel Stenberg |
shiper is the new test tool for the new API |
f3af5d7b | 20-Dec-2005 |
Daniel Stenberg |
show dl speed |
d551412a | 20-Dec-2005 |
Daniel Stenberg |
added our standard source header |
6de67a13 | 20-Dec-2005 |
Daniel Stenberg |
fix closing parentheses |
8ec31398 | 20-Dec-2005 |
Daniel Stenberg |
use AC_PROG_LIBTOOL after AC_DISABLE_SHARED |