Age | Commit message (Expand) | Author |
2009-09-05 | changed u_int16_t to unsigned short because it is the only place within ares ... | Gunter Knauf |
2009-09-04 | - Jakub Hrozek added ares_parse_srv_reply() for SRV parsing | Daniel Stenberg |
2009-08-03 | - Timo Teras changed the reason code used in the resolve callback done when | Daniel Stenberg |
2009-05-26 | Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED | Yang Tse |
2009-05-19 | Fix case | Yang Tse |
2009-05-18 | Remove run-time requirement for advapi32.dll since | Yang Tse |
2009-05-18 | Intentionally avoid checking if the address of SystemFunction036, a.k.a. | Yang Tse |
2009-05-18 | - Provide in external interface preprocessor symbol definitions for | Yang Tse |
2009-05-17 | Introduction of ares_library_init() and ares_library_cleanup() | Yang Tse |
2009-05-02 | Use build-time configured ares_socklen_t instead of socklen_t | Yang Tse |
2009-04-28 | Initial step towards a configure time ares_socklen_t definition | Yang Tse |
2009-01-14 | - ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead it | Daniel Stenberg |
2008-12-04 | Gregor Jasny provided the patch that introduces ares_set_socket_callback(), | Daniel Stenberg |
2008-12-04 | Bring the sys/include.h include test in line with curl's. | Dan Fandrich |
2008-12-03 | Let's not call ares_save_options() deprecated just yet | Daniel Stenberg |
2008-12-03 | Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards. | Daniel Stenberg |
2008-12-01 | Convert the public config struct to the same binary size/construct as in the | Daniel Stenberg |
2008-11-29 | Make sure sys/socket.h is included before netinet/in.h (required by | Dan Fandrich |
2008-11-19 | - Brad Spencer brought the new function ares_gethostbyname_file() which simply | Daniel Stenberg |
2008-11-01 | - Carlo Contavalli added support for the glibc "rotate" option, as documented | Daniel Stenberg |
2008-05-13 | - Introducing millisecond resolution support for the timeout option. See | Daniel Stenberg |
2007-12-10 | Fix for targets that do have 'struct in6_addr', but which doesn't | Gisle Vanem |
2007-11-15 | Needed now that in6_addr is referenced in ares.h | Yang Tse |
2007-11-15 | Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P... | Steinar H. Gunderson |
2007-11-08 | Define WIN32 when build target is Win32 API. | Yang Tse |
2007-10-19 | Avoid shadowing a global declaration | Yang Tse |
2007-09-28 | Support a few more socket options, and refactor the option setting a bit. (Pa... | Steinar H. Gunderson |
2007-09-28 | Make the query callbacks return the number of timeouts that happened during t... | Steinar H. Gunderson |
2007-07-03 | added NetWare CLIB-own header to solve gcc warnings. | Gunter Knauf |
2007-07-03 | few minor changes to make ares compile for NetWare CLIB architecture. | Gunter Knauf |
2007-05-30 | Brad House added ares_save_options() and ares_destroy_options() that can be | Daniel Stenberg |
2007-05-30 | added ares_process_fd() to allow applications to ask for processing on | Daniel Stenberg |
2007-04-16 | ares_getopt() command-line parser function does not belong to actual | Yang Tse |
2007-04-12 | add ares_getopt prototype | Yang Tse |
2007-02-19 | Vlad Dinulescu added ares_parse_ns_reply() | Daniel Stenberg |
2006-10-11 | Remove redundant __CYGWIN__ symbol check | Yang Tse |
2006-07-05 | Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he... | Yang Tse |
2006-05-03 | Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makes | Daniel Stenberg |
2005-12-22 | Added ares_getsock() to extract sockets to wait for action on, without being | Daniel Stenberg |
2005-12-19 | Undo previous change. This header file belongs to the public | Yang Tse |
2005-12-18 | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse |
2005-12-11 | Undo last changes | Yang Tse |
2005-12-11 | Fix compiler warning and compatibility issue with the type of the parameter u... | Yang Tse |
2005-11-09 | Replace <winsock.h> with <winsock2.h> | Gisle Vanem |
2005-09-18 | Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ... | Dominick Meglio |
2005-08-18 | detabified | Daniel Stenberg |
2005-05-16 | Added ares_getnameinfo which mimics the getnameinfo API | Dominick Meglio |
2005-03-10 | Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The | Daniel Stenberg |
2004-11-11 | Adapted for C++. | Gisle Vanem |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |