summaryrefslogtreecommitdiff
path: root/ares.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse1-1/+1
2009-04-28Initial step towards a configure time ares_socklen_t definitionYang Tse1-0/+3
2009-01-14- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead itDaniel Stenberg1-9/+17
2008-12-04Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg1-0/+5
2008-12-04Bring the sys/include.h include test in line with curl's.Dan Fandrich1-1/+2
2008-12-03Let's not call ares_save_options() deprecated just yetDaniel Stenberg1-8/+5
2008-12-03Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg1-2/+24
2008-12-01Convert the public config struct to the same binary size/construct as in theDaniel Stenberg1-1/+0
2008-11-29Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich1-1/+1
2008-11-19- Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg1-0/+2
2008-11-01- Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg1-0/+2
2008-05-13- Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg1-1/+3
2007-12-10Fix for targets that do have 'struct in6_addr', but which doesn'tGisle Vanem1-1/+1
2007-11-15Needed now that in6_addr is referenced in ares.hYang Tse1-2/+15
2007-11-15Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson1-2/+21
2007-11-08Define WIN32 when build target is Win32 API.Yang Tse1-0/+8
2007-10-19Avoid shadowing a global declarationYang Tse1-8/+1
2007-09-28Support a few more socket options, and refactor the option setting a bit. (Pa...Steinar H. Gunderson1-0/+4
2007-09-28Make the query callbacks return the number of timeouts that happened during t...Steinar H. Gunderson1-4/+4
2007-07-03added NetWare CLIB-own header to solve gcc warnings.Gunter Knauf1-0/+3
2007-07-03few minor changes to make ares compile for NetWare CLIB architecture.Gunter Knauf1-1/+1
2007-05-30Brad House added ares_save_options() and ares_destroy_options() that can beDaniel Stenberg1-0/+7
2007-05-30added ares_process_fd() to allow applications to ask for processing onDaniel Stenberg1-0/+18
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse1-1/+0
2007-04-12add ares_getopt prototypeYang Tse1-0/+1
2007-02-19Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg1-0/+2
2006-10-11Remove redundant __CYGWIN__ symbol checkYang Tse1-1/+1
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse1-1/+1
2006-05-03Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makesDaniel Stenberg1-0/+15
2005-12-22Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg1-18/+25
2005-12-19Undo previous change. This header file belongs to the publicYang Tse1-1/+4
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse1-4/+1
2005-12-11Undo last changesYang Tse1-1/+1
2005-12-11Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse1-1/+1
2005-11-09Replace <winsock.h> with <winsock2.h>Gisle Vanem1-1/+1
2005-09-18Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio1-3/+25
2005-08-18detabifiedDaniel Stenberg1-17/+17
2005-05-16Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio1-1/+29
2005-03-10Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg1-1/+2
2004-11-11Adapted for C++.Gisle Vanem1-0/+8
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg1-49/+49
2004-08-20Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem1-4/+7
2004-07-11added ifdef for NetWare to ares.h.Gunter Knauf1-1/+1
2004-04-01Dirk Manske's ares_cancel() function was added.Daniel Stenberg1-1/+1
2004-03-30Dominick Meglio's new ares_expand_string() functionDaniel Stenberg1-0/+3
2004-02-25Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg1-1/+4
2004-02-23include sys/select.hDaniel Stenberg1-0/+4
2004-02-23make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg1-1/+1
2004-02-04ares_free_string() now takes a void * insteadDaniel Stenberg1-1/+1
2004-02-02removed the silly second argument to ares_strerror()Daniel Stenberg1-1/+1