- Feb 21, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Feb 17, 2010
-
-
Daniel Stenberg authored
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much like the res_init() resolver function offers
-
- Jan 28, 2010
-
-
Daniel Stenberg authored
check for broken connections like ares_process() did. Based on that, I merged the two functions into a single generic one with two front-ends.
-
- Dec 30, 2009
-
-
Yang Tse authored
-
- Dec 29, 2009
- Dec 21, 2009
-
-
Yang Tse authored
did not include a definition for HAVE_CLOSESOCKET which resulted in function close() being inappropriately used to close sockets.
-
- Nov 30, 2009
-
-
Daniel Stenberg authored
-
- Nov 27, 2009
-
- Nov 26, 2009
-
-
Yang Tse authored
which might contain non-SRV answers, skipping over potential non-SRV ones such as CNAMEs.
-
- Nov 24, 2009
- Nov 23, 2009
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
CARES_HAVE_ARES_FREE_DATA. Current functionality of ares_free_data() makes it unnecessary.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
ares_addr6ttl in order to prevent name space pollution, along with necessary changes to code base and man pages.This change does not break ABI, there is no need to recompile existing applications. But existing applications using these structs with the old name will need source code adjustments when recompiled using c-ares 1.6.1.
-
Yang Tse authored
with the ones declared in ares.h
-
- Nov 22, 2009
- Nov 21, 2009
-
-
Yang Tse authored
Add manifest stuff to msvc makefile
-
- Nov 20, 2009
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
CARES_HAVE_ARES_FREE_DATA as an indication of function availability.
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
to return a linked lists of results. These were also modified to internally use the ares_data memory struct and as such its result must be free'ed with ares_free_data().
-
Yang Tse authored
applications to free memory allocated and returned by some c-ares funtions.
-
- Nov 18, 2009
- Nov 16, 2009