summaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Expand)Author
2009-02-20Do not halt compilation when using VS2008 to build a Windows 2000 targetYang Tse
2009-02-13ignoreYang Tse
2009-02-03* February 3 2009 (Phil Blundell)Phil Blundell
2009-01-31- ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolvingDaniel Stenberg
2009-01-18fopen() returns error in 'errno' even on Windows.Gisle Vanem
2009-01-18Constified some arguments in local functions.Gisle Vanem
2009-01-14- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead itDaniel Stenberg
2009-01-13- ares__send_query() now varies the retry timeout pseudo-randomly to avoidPhil Blundell
2009-01-11- Phil Blundell added the internal function ares__expand_name_for_response()Daniel Stenberg
2008-12-30added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd wit...Gunter Knauf
2008-12-09use the new URLDaniel Stenberg
2008-12-09start over on the 1.6.1 release...Daniel Stenberg
2008-12-09add spacecares-1_6_0Daniel Stenberg
2008-12-09Fix for Win32 targets using Watt-32.Gisle Vanem
2008-12-09C89 compilers (like Minix' ACK) only need to handle 31 functions argumentsDan Fandrich
2008-12-08Added needed defines for Watt-32 on Windows.Gisle Vanem
2008-12-08Undefine 'optarg', 'optind' and 'opterr' when using Watt-32Gisle Vanem
2008-12-08ares_writev() shall not be exported when using Watt-32 (has writev).Gisle Vanem
2008-12-08Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,Gisle Vanem
2008-12-04the initial version of the ares_set_socket_callback man pageDaniel Stenberg
2008-12-04Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg
2008-12-04Bring the sys/include.h include test in line with curl's.Dan Fandrich
2008-12-03Let's not call ares_save_options() deprecated just yetDaniel Stenberg
2008-12-03Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg
2008-12-02Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich
2008-12-01minor indent fixDaniel Stenberg
2008-12-01Convert the public config struct to the same binary size/construct as in theDaniel Stenberg
2008-11-29Added '-DHAVE_GETHOSTNAME'.Gisle Vanem
2008-11-29Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich
2008-11-28Netware has gethostname()Dan Fandrich
2008-11-28Fixed a couple of typosDan Fandrich
2008-11-28Don't tweak the HAVE_* macros when using autoconfDan Fandrich
2008-11-28Make use of gethostname() conditional on it being availableDan Fandrich
2008-11-28Only set TCP_NODELAY when it existsDan Fandrich
2008-11-28updated with changes, preparing for a release soonDaniel Stenberg
2008-11-26Gerald Combs fixed a bug in ares_parse_ptr_reply() which would cause aYang Tse
2008-11-26Brad Spencer provided changes to allow buildconf to work on OS X.Yang Tse
2008-11-25In preparation for the upcomming IPv6 nameservers patch, the internalYang Tse
2008-11-20Make checking for struct ifreq a prerequisite for settingDan Fandrich
2008-11-20use unsigned short better intead of mixing with ints to prevent compilerDaniel Stenberg
2008-11-20please the picky compilers by staying with short as the data we get is shortDaniel Stenberg
2008-11-19- Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg
2008-11-19user provided PATH_SEPARATOR always overrides auto-detected oneYang Tse
2008-11-18attempting to keep lines below 80 charsYang Tse
2008-11-18provide a common PATH_SEPARATOR check method which is required byYang Tse
2008-11-18check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse
2008-11-17Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse
2008-11-17fix leftover from previous commitYang Tse
2008-11-17fix inet_pton() runtime configure checkYang Tse
2008-11-16trim down configure script sizeYang Tse