| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the ares subtree | Daniel Stenberg | 2010-03-24 | 1 | -509/+0 |
* | fix compiler warning | Yang Tse | 2010-03-11 | 1 | -1/+1 |
* | Added IPv6 name servers support | Yang Tse | 2010-03-05 | 1 | -1/+16 |
* | Daniel wants upcoming release to be 1.7.0 | Yang Tse | 2009-11-23 | 1 | -6/+6 |
* | - Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl and | Yang Tse | 2009-11-23 | 1 | -8/+5 |
* | Add missing external API decoration for ares_set_socket_callback() | Yang Tse | 2009-11-20 | 1 | -3/+3 |
* | Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() API | Yang Tse | 2009-11-20 | 1 | -4/+2 |
* | Initial support for the generic ares_free_data() function that will allow | Yang Tse | 2009-11-20 | 1 | -6/+10 |
* | Symbol hiding configure options renamed to the hopefully less ambiguous | Yang Tse | 2009-10-31 | 1 | -2/+2 |
* | In no particular order, changed/fixed all of the following in | Yang Tse | 2009-10-30 | 1 | -1/+1 |
* | Jakub Hrozek added ares_parse_txt_reply() for TXT parsing | Daniel Stenberg | 2009-10-29 | 1 | -0/+10 |
* | use 'ares_srv_reply' for proper name-spacing | Daniel Stenberg | 2009-10-29 | 1 | -2/+2 |
* | External API function linkage decoration adjustment | Yang Tse | 2009-10-29 | 1 | -7/+9 |
* | Initial step towards the ability to reduce c-ares exported symbols | Yang Tse | 2009-10-28 | 1 | -70/+192 |
* | John Engelhart noticed an unreleased problem relative to a duplicate | Yang Tse | 2009-10-23 | 1 | -4/+6 |
* | changed u_int16_t to unsigned short because it is the only place within ares ... | Gunter Knauf | 2009-09-05 | 1 | -3/+3 |
* | - Jakub Hrozek added ares_parse_srv_reply() for SRV parsing | Daniel Stenberg | 2009-09-04 | 1 | -1/+10 |
* | - Timo Teras changed the reason code used in the resolve callback done when | Daniel Stenberg | 2009-08-03 | 1 | -0/+1 |
* | Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED | Yang Tse | 2009-05-26 | 1 | -2/+5 |
* | Fix case | Yang Tse | 2009-05-19 | 1 | -1/+1 |
* | Remove run-time requirement for advapi32.dll since | Yang Tse | 2009-05-18 | 1 | -2/+1 |
* | Intentionally avoid checking if the address of SystemFunction036, a.k.a. | Yang Tse | 2009-05-18 | 1 | -1/+0 |
* | - Provide in external interface preprocessor symbol definitions for | Yang Tse | 2009-05-18 | 1 | -2/+4 |
* | Introduction of ares_library_init() and ares_library_cleanup() | Yang Tse | 2009-05-17 | 1 | -0/+14 |
* | Use build-time configured ares_socklen_t instead of socklen_t | Yang Tse | 2009-05-02 | 1 | -1/+1 |
* | Initial step towards a configure time ares_socklen_t definition | Yang Tse | 2009-04-28 | 1 | -0/+3 |
* | - ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead it | Daniel Stenberg | 2009-01-14 | 1 | -9/+17 |
* | Gregor Jasny provided the patch that introduces ares_set_socket_callback(), | Daniel Stenberg | 2008-12-04 | 1 | -0/+5 |
* | Bring the sys/include.h include test in line with curl's. | Dan Fandrich | 2008-12-04 | 1 | -1/+2 |
* | Let's not call ares_save_options() deprecated just yet | Daniel Stenberg | 2008-12-03 | 1 | -8/+5 |
* | Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards. | Daniel Stenberg | 2008-12-03 | 1 | -2/+24 |
* | Convert the public config struct to the same binary size/construct as in the | Daniel Stenberg | 2008-12-01 | 1 | -1/+0 |
* | Make sure sys/socket.h is included before netinet/in.h (required by | Dan Fandrich | 2008-11-29 | 1 | -1/+1 |
* | - Brad Spencer brought the new function ares_gethostbyname_file() which simply | Daniel Stenberg | 2008-11-19 | 1 | -0/+2 |
* | - Carlo Contavalli added support for the glibc "rotate" option, as documented | Daniel Stenberg | 2008-11-01 | 1 | -0/+2 |
* | - Introducing millisecond resolution support for the timeout option. See | Daniel Stenberg | 2008-05-13 | 1 | -1/+3 |
* | Fix for targets that do have 'struct in6_addr', but which doesn't | Gisle Vanem | 2007-12-10 | 1 | -1/+1 |
* | Needed now that in6_addr is referenced in ares.h | Yang Tse | 2007-11-15 | 1 | -2/+15 |
* | Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P... | Steinar H. Gunderson | 2007-11-15 | 1 | -2/+21 |
* | Define WIN32 when build target is Win32 API. | Yang Tse | 2007-11-08 | 1 | -0/+8 |
* | Avoid shadowing a global declaration | Yang Tse | 2007-10-19 | 1 | -8/+1 |
* | Support a few more socket options, and refactor the option setting a bit. (Pa... | Steinar H. Gunderson | 2007-09-28 | 1 | -0/+4 |
* | Make the query callbacks return the number of timeouts that happened during t... | Steinar H. Gunderson | 2007-09-28 | 1 | -4/+4 |
* | added NetWare CLIB-own header to solve gcc warnings. | Gunter Knauf | 2007-07-03 | 1 | -0/+3 |
* | few minor changes to make ares compile for NetWare CLIB architecture. | Gunter Knauf | 2007-07-03 | 1 | -1/+1 |
* | Brad House added ares_save_options() and ares_destroy_options() that can be | Daniel Stenberg | 2007-05-30 | 1 | -0/+7 |
* | added ares_process_fd() to allow applications to ask for processing on | Daniel Stenberg | 2007-05-30 | 1 | -0/+18 |
* | ares_getopt() command-line parser function does not belong to actual | Yang Tse | 2007-04-16 | 1 | -1/+0 |
* | add ares_getopt prototype | Yang Tse | 2007-04-12 | 1 | -0/+1 |
* | Vlad Dinulescu added ares_parse_ns_reply() | Daniel Stenberg | 2007-02-19 | 1 | -0/+2 |