summaryrefslogtreecommitdiff
path: root/ares/ares.h
Commit message (Expand)AuthorAgeFilesLines
* - Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg2008-05-131-1/+3
* Fix for targets that do have 'struct in6_addr', but which doesn'tGisle Vanem2007-12-101-1/+1
* Needed now that in6_addr is referenced in ares.hYang Tse2007-11-151-2/+15
* Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson2007-11-151-2/+21
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-081-0/+8
* Avoid shadowing a global declarationYang Tse2007-10-191-8/+1
* Support a few more socket options, and refactor the option setting a bit. (Pa...Steinar H. Gunderson2007-09-281-0/+4
* Make the query callbacks return the number of timeouts that happened during t...Steinar H. Gunderson2007-09-281-4/+4
* added NetWare CLIB-own header to solve gcc warnings.Gunter Knauf2007-07-031-0/+3
* few minor changes to make ares compile for NetWare CLIB architecture.Gunter Knauf2007-07-031-1/+1
* Brad House added ares_save_options() and ares_destroy_options() that can beDaniel Stenberg2007-05-301-0/+7
* added ares_process_fd() to allow applications to ask for processing onDaniel Stenberg2007-05-301-0/+18
* ares_getopt() command-line parser function does not belong to actualYang Tse2007-04-161-1/+0
* add ares_getopt prototypeYang Tse2007-04-121-0/+1
* Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg2007-02-191-0/+2
* Remove redundant __CYGWIN__ symbol checkYang Tse2006-10-111-1/+1
* Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse2006-07-051-1/+1
* Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makesDaniel Stenberg2006-05-031-0/+15
* Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg2005-12-221-18/+25
* Undo previous change. This header file belongs to the publicYang Tse2005-12-191-1/+4
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-4/+1
* Undo last changesYang Tse2005-12-111-1/+1
* Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse2005-12-111-1/+1
* Replace <winsock.h> with <winsock2.h>Gisle Vanem2005-11-091-1/+1
* Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio2005-09-181-3/+25
* detabifiedDaniel Stenberg2005-08-181-17/+17
* Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio2005-05-161-1/+29
* Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg2005-03-101-1/+2
* Adapted for C++.Gisle Vanem2004-11-111-0/+8
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-49/+49
* Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem2004-08-201-4/+7
* added ifdef for NetWare to ares.h.Gunter Knauf2004-07-111-1/+1
* Dirk Manske's ares_cancel() function was added.Daniel Stenberg2004-04-011-1/+1
* Dominick Meglio's new ares_expand_string() functionDaniel Stenberg2004-03-301-0/+3
* Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg2004-02-251-1/+4
* include sys/select.hDaniel Stenberg2004-02-231-0/+4
* make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg2004-02-231-1/+1
* ares_free_string() now takes a void * insteadDaniel Stenberg2004-02-041-1/+1
* removed the silly second argument to ares_strerror()Daniel Stenberg2004-02-021-1/+1
* ares 1.1.1 with collected applied patchesDaniel Stenberg2003-10-071-0/+130