summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* fopen() returns error in 'errno' even on Windows.Gisle Vanem2009-01-181-7/+7
* Constified some arguments in local functions.Gisle Vanem2009-01-182-12/+14
* - ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead itDaniel Stenberg2009-01-143-10/+24
* - ares__send_query() now varies the retry timeout pseudo-randomly to avoidPhil Blundell2009-01-132-2/+9
* - Phil Blundell added the internal function ares__expand_name_for_response()Daniel Stenberg2009-01-118-17/+46
* added HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID to ares Makefile.netware and sync'd wit...Gunter Knauf2008-12-301-0/+3
* use the new URLDaniel Stenberg2008-12-091-1/+1
* start over on the 1.6.1 release...Daniel Stenberg2008-12-092-17/+7
* add spacecares-1_6_0Daniel Stenberg2008-12-091-1/+1
* Fix for Win32 targets using Watt-32.Gisle Vanem2008-12-091-1/+5
* C89 compilers (like Minix' ACK) only need to handle 31 functions argumentsDan Fandrich2008-12-091-3/+6
* Added needed defines for Watt-32 on Windows.Gisle Vanem2008-12-081-0/+9
* Undefine 'optarg', 'optind' and 'opterr' when using Watt-32Gisle Vanem2008-12-081-0/+6
* ares_writev() shall not be exported when using Watt-32 (has writev).Gisle Vanem2008-12-081-2/+4
* Removed unneeded defines HAVE_SIGNAL_H, HAVE_SIG_ATOMIC_T,Gisle Vanem2008-12-081-7/+5
* the initial version of the ares_set_socket_callback man pageDaniel Stenberg2008-12-042-1/+26
* Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg2008-12-046-8/+61
* Bring the sys/include.h include test in line with curl's.Dan Fandrich2008-12-041-1/+2
* Let's not call ares_save_options() deprecated just yetDaniel Stenberg2008-12-031-8/+5
* Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg2008-12-037-10/+148
* Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich2008-12-021-0/+1
* minor indent fixDaniel Stenberg2008-12-011-2/+3
* Convert the public config struct to the same binary size/construct as in theDaniel Stenberg2008-12-013-3/+10
* Added '-DHAVE_GETHOSTNAME'.Gisle Vanem2008-11-291-1/+2
* Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich2008-11-296-1/+16
* Netware has gethostname()Dan Fandrich2008-11-281-0/+1
* Fixed a couple of typosDan Fandrich2008-11-282-2/+2
* Don't tweak the HAVE_* macros when using autoconfDan Fandrich2008-11-281-16/+12
* Make use of gethostname() conditional on it being availableDan Fandrich2008-11-283-1/+8
* Only set TCP_NODELAY when it existsDan Fandrich2008-11-281-0/+2
* updated with changes, preparing for a release soonDaniel Stenberg2008-11-281-1/+8
* Gerald Combs fixed a bug in ares_parse_ptr_reply() which would cause aYang Tse2008-11-262-3/+8
* Brad Spencer provided changes to allow buildconf to work on OS X.Yang Tse2008-11-262-1/+42
* In preparation for the upcomming IPv6 nameservers patch, the internalYang Tse2008-11-255-45/+59
* Make checking for struct ifreq a prerequisite for settingDan Fandrich2008-11-201-4/+6
* use unsigned short better intead of mixing with ints to prevent compilerDaniel Stenberg2008-11-204-12/+14
* please the picky compilers by staying with short as the data we get is shortDaniel Stenberg2008-11-201-3/+3
* - Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg2008-11-195-1/+116
* user provided PATH_SEPARATOR always overrides auto-detected oneYang Tse2008-11-191-3/+1
* attempting to keep lines below 80 charsYang Tse2008-11-181-1/+8
* provide a common PATH_SEPARATOR check method which is required byYang Tse2008-11-183-2/+96
* check for gethostbyaddr and gethostbyname as it is done for other functionsYang Tse2008-11-182-4/+192
* Make configure script check if ioctl with the SIOCGIFADDR command can beYang Tse2008-11-171-1/+57
* fix leftover from previous commitYang Tse2008-11-171-2/+2
* fix inet_pton() runtime configure checkYang Tse2008-11-171-15/+4
* trim down configure script sizeYang Tse2008-11-162-16/+89
* Fixed an OOM condition reported by Jim MeyeringDaniel Stenberg2008-11-151-2/+9
* fix typo affecting inclusion of <arpa/inet.h> in configureYang Tse2008-11-141-2/+2
* #include <string.h> in the getaddrinfo() runtime check for the memset() proto...Yang Tse2008-11-141-1/+3
* fix symbol definition check for fcntl.h inclusionYang Tse2008-11-141-2/+2