Age | Commit message (Expand) | Author | Files | Lines |
2013-02-13 | ares__generate_new_id: moved to ares_query.c | Daniel Stenberg | 1 | -1/+0 |
2013-01-04 | ares_private.h: use again memdebug.h instead of curl_memdebug.h | Yang Tse | 1 | -1/+1 |
2012-12-28 | ares_private.h: use curl_memdebug.h instead of memdebug.h | Yang Tse | 1 | -1/+2 |
2012-12-14 | Header inclusion clean-up | Yang Tse | 1 | -7/+0 |
2012-08-17 | Added new feature (rfc2671) | hpopescu@ixiacom.com | 1 | -0/+8 |
2011-09-04 | fix MSVC compiler warning 'conditional expression is constant' | Yang Tse | 1 | -1/+1 |
2011-05-17 | IPv6-on-windows: find DNS servers correctly | David Stuart | 1 | -1/+1 |
2011-03-24 | build: move platform stuff to ares_platform.c and ares_platform.h | Yang Tse | 1 | -14/+0 |
2011-03-23 | build: find out windows platform using GetVersionEx() | Yang Tse | 1 | -1/+14 |
2011-03-23 | build: use getenv() replacement function for systems which lack it | Yang Tse | 1 | -0/+5 |
2010-07-29 | Replaced uint32_t with unsigned int to fix broken builds on a couple of platf... | Guenter Knauf | 1 | -1/+1 |
2010-07-18 | local-bind: Support binding to local interface/IPs | Ben Greear | 1 | -0/+7 |
2010-03-27 | remove all $Id$ lines | Daniel Stenberg | 1 | -1/+0 |
2010-03-05 | Added IPv6 name servers support | Yang Tse | 1 | -9/+11 |
2009-11-09 | Make header inclusion depend on HAVE_*_H definition | Yang Tse | 1 | -1/+1 |
2009-10-08 | Fix compiler warning | Yang Tse | 1 | -1/+1 |
2009-06-19 | sclose() function-like macro definition used to close a socket, | Yang Tse | 1 | -6/+1 |
2009-06-13 | fix comment | Yang Tse | 1 | -2/+2 |
2009-06-12 | Revert last change, it is inappropriate. | Yang Tse | 1 | -1/+1 |
2009-06-12 | Replace CURLDEBUG with DEBUGBUILD. | Gisle Vanem | 1 | -1/+1 |
2009-05-26 | Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED | Yang Tse | 1 | -0/+2 |
2009-01-11 | - Phil Blundell added the internal function ares__expand_name_for_response() | Daniel Stenberg | 1 | -0/+3 |
2008-12-04 | Gregor Jasny provided the patch that introduces ares_set_socket_callback(), | Daniel Stenberg | 1 | -0/+3 |
2008-12-01 | Convert the public config struct to the same binary size/construct as in the | Daniel Stenberg | 1 | -0/+2 |
2008-11-25 | In preparation for the upcomming IPv6 nameservers patch, the internal | Yang Tse | 1 | -8/+18 |
2008-11-20 | use unsigned short better intead of mixing with ints to prevent compiler | Daniel Stenberg | 1 | -1/+1 |
2008-11-01 | - Carlo Contavalli added support for the glibc "rotate" option, as documented | Daniel Stenberg | 1 | -2/+6 |
2008-09-16 | rearrange to allow internal/private use of ares_writev to any system | Yang Tse | 1 | -0/+6 |
2008-09-15 | rearrange to allow internal/private use of ares_strcasecmp to any system that | Yang Tse | 1 | -0/+10 |
2008-09-11 | strdup() clone for systems/configurations which lack it | Yang Tse | 1 | -0/+5 |
2008-07-10 | fix compiler warning | Yang Tse | 1 | -2/+2 |
2008-05-20 | if'def out private function ares__tvdiff(), it is not in use yet. | Yang Tse | 1 | -0/+2 |
2008-05-13 | - Introducing millisecond resolution support for the timeout option. See | Daniel Stenberg | 1 | -5/+17 |
2008-05-09 | Use monotonic time source if available. | Yang Tse | 1 | -0/+2 |
2007-11-08 | Define WIN32 when build target is Win32 API. | Yang Tse | 1 | -0/+8 |
2007-10-02 | Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists. | Yang Tse | 1 | -74/+1 |
2007-09-29 | Previously, processing a large batch of timeouts was O(n^2) in the number of | Steinar H. Gunderson | 1 | -5/+107 |
2007-09-28 | Make the query callbacks return the number of timeouts that happened during t... | Steinar H. Gunderson | 1 | -0/+3 |
2007-09-28 | Three fixes in one commit (sorry): a) Take care of the tcpbuf if it ends whil... | Steinar H. Gunderson | 1 | -2/+26 |
2007-05-30 | Shmulik Regev brought cryptographically secure transaction IDs | Daniel Stenberg | 1 | -0/+16 |
2006-11-07 | Moved select_s() to Makefile.dj since select() is used in applications. | Gisle Vanem | 1 | -1/+0 |
2006-10-31 | Added definition of select() for Watt32. | Gisle Vanem | 1 | -0/+1 |
2006-07-26 | Provide multiple header inclusion prevention definition __ARES_PRIVATE_H | Yang Tse | 1 | -0/+6 |
2006-05-03 | Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes | Daniel Stenberg | 1 | -1/+10 |
2006-01-05 | James Bursa fixes: find the hosts file on RISC OS, and made it build with | Daniel Stenberg | 1 | -0/+4 |
2005-08-10 | make ares compile again for NetWare. | Gunter Knauf | 1 | -0/+4 |
2005-04-15 | Attempted to fix c-ares not building on non-IPv6 systems | Dominick Meglio | 1 | -0/+2 |
2005-04-09 | Made sortlist support IPv6 (this can probably use some testing) | Dominick Meglio | 1 | -2/+8 |
2005-04-09 | Made sortlist support CIDR matching for IPv4 | Dominick Meglio | 1 | -1/+9 |
2005-04-08 | Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family | Dominick Meglio | 1 | -1/+1 |