- Jan 27, 2007
-
-
Yang Tse authored
-
- Jan 23, 2007
-
-
Guenter Knauf authored
-
- Dec 11, 2006
-
-
Gisle Vanem authored
-
- Nov 25, 2006
-
-
Yang Tse authored
-
- Nov 24, 2006
-
-
Yang Tse authored
as appropriate for platforms that don't have autotools support
-
- Nov 22, 2006
-
-
Daniel Stenberg authored
struct, and there are domain/search entries in /etc/resolv.conf, the domains of the options struct will be overridden.
-
Daniel Stenberg authored
-
Yang Tse authored
defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile.
-
- Nov 11, 2006
-
-
Daniel Stenberg authored
-
- Nov 07, 2006
-
-
Gisle Vanem authored
-
- Nov 06, 2006
-
-
Yang Tse authored
-
- Nov 05, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 03, 2006
-
-
Daniel Stenberg authored
- Oct 31, 2006
-
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
Gisle Vanem authored
-
- Oct 27, 2006
-
-
Yang Tse authored
-
- Oct 25, 2006
-
-
Gisle Vanem authored
Removed trailing whitespace.
-
Gisle Vanem authored
-
Yang Tse authored
-
- Oct 18, 2006
- Oct 14, 2006
-
-
Yang Tse authored
-
- Oct 13, 2006
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Oct 12, 2006
-
-
Daniel Stenberg authored
-
- Oct 11, 2006
-
-
Yang Tse authored
-
- Sep 11, 2006
-
-
Daniel Stenberg authored
(ares_init.c/get_iphlpapi_dns_info() function): when I disable the network by hand or disconnect the network cable in Windows 2000 or Windows XP, my application gets 127.0.0.1 as the only name server. The problem comes from 'GetNetworkParams' function, that returns the empty string "" as the only name server in that case. Moreover, the Windows implementation of inet_addr() returns INADDR_LOOPBACK instead of INADDR_NONE.
-
- Aug 29, 2006
-
-
Daniel Stenberg authored
o made ares_version.h use extern "C" for c++ compilers o fixed compiler warnings in ares_getnameinfo.c o fixed a buffer position init for TCP reads
-