summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* Fix for targets that do have 'struct in6_addr', but which doesn'tGisle Vanem2007-12-102-3/+3
* Fix three issues previous cleanup introduces.Yang Tse2007-12-031-12/+11
* Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup() somewhatDaniel Stenberg2007-12-032-31/+37
* Brad Spencer fixed the configure script to assume that there's noDaniel Stenberg2007-12-032-2/+15
* the gethostbyname fix applied here as wellDaniel Stenberg2007-11-281-1/+5
* fix next_lookup() to continue searching even if c-ares failed to load theDaniel Stenberg2007-11-281-1/+5
* Remove the check for libdl since that isn't actually used and it causesDaniel Stenberg2007-11-271-3/+0
* pkgconfig fix by Andreas SchuldeiDaniel Stenberg2007-11-271-0/+2
* spellfixDaniel Stenberg2007-11-271-1/+1
* and we start on 1.5.2!Daniel Stenberg2007-11-213-8/+8
* changecares-1_5_1Daniel Stenberg2007-11-211-0/+9
* oopsDaniel Stenberg2007-11-212-3/+3
* start working on 1.5.1 nowDaniel Stenberg2007-11-212-22/+5
* this is what 1.5.0 iscares-1_5_0Daniel Stenberg2007-11-211-3/+20
* fill in missing copyrightsDaniel Stenberg2007-11-194-4/+8
* removed now obsolete defines;Gunter Knauf2007-11-181-2/+0
* Fix a double free.Steinar H. Gunderson2007-11-161-3/+0
* Needed now that in6_addr is referenced in ares.hYang Tse2007-11-157-16/+33
* When looking up in DNS and then in the hosts file, return the error code from...Steinar H. Gunderson2007-11-151-3/+5
* Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson2007-11-156-78/+253
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-083-6/+20
* The only libraries actually needed for sample programs adig andYang Tse2007-11-082-8/+10
* MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse2007-11-071-0/+10
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-243-9/+18
* removed dependency on gettimeofday() since we use only 1 sec resolution here.Gunter Knauf2007-10-221-3/+1
* Fix compiler warning: conversion from "int" to "unsigned short" may lose sign...Yang Tse2007-10-201-2/+2
* Fix message shown when detecting icc versionYang Tse2007-10-191-0/+1
* Avoid shadowing a global declarationYang Tse2007-10-191-8/+1
* Renamed a variable to avoid shadowing a global declarationYang Tse2007-10-181-5/+5
* Renamed internal function to avoid a variable shadowing itYang Tse2007-10-181-3/+3
* Fix compiler warning: feupdateenv is not implemented and will always fail.Yang Tse2007-10-181-0/+36
* Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()Yang Tse2007-10-181-2/+2
* Fix compiler warning: conversion from "int" to "unsigned char"Yang Tse2007-10-182-10/+10
* actually sync with lib/setup_once.hYang Tse2007-10-171-3/+2
* sync with lib/setup_once.hYang Tse2007-10-171-1/+106
* Fix a bug where fallback from AF_INET6 to AF_INET would not work properly tog...Steinar H. Gunderson2007-10-161-4/+22
* Mention first version with CURLOPT_COPYPOSTFIELDS.Dan Fandrich2007-10-151-1/+1
* Added needed 'HAVE_*' defines.Gisle Vanem2007-10-081-1/+2
* 'FD_CLOXEC' is meaningless on MSDOS/Watt-32.Gisle Vanem2007-10-081-2/+2
* Removed a piece of redundant code (process_answer already takes care of it).Steinar H. Gunderson2007-10-041-6/+0
* Another timeout fix in ares_getnameinfo().Steinar H. Gunderson2007-10-041-1/+1
* Send the timeout count in ares_getnameinfo().Steinar H. Gunderson2007-10-041-1/+1
* Moved the NULL check for channel upwards in ares_destroy().Steinar H. Gunderson2007-10-041-3/+3
* Clarified the comment over ares_cancel.Steinar H. Gunderson2007-10-041-2/+2
* Avoid a segfault when generating a DNS "Transaction ID" in internalYang Tse2007-10-022-7/+22
* Add ares_llist.c and ares_llist.h to MSCV project file.Yang Tse2007-10-021-0/+8
* Fixed the problem where next_lookup would use 'status' uninitialized. NowDaniel Stenberg2007-10-021-7/+6
* Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists.Yang Tse2007-10-025-75/+136
* ares_strerror() segfaulted if the input error number was out of the currentlyDaniel Stenberg2007-10-011-0/+4
* Prevent ares_strerror() from segfaulting if an invalid error code is passedDaniel Stenberg2007-10-011-2/+4