summaryrefslogtreecommitdiff
path: root/ares
Commit message (Expand)AuthorAgeFilesLines
* updated copyright for new year.Gunter Knauf2008-01-171-1/+1
* Added '-d' option for Watt-32 debugging.Gisle Vanem2008-01-021-1/+6
* MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang Tse2007-12-181-0/+14
* build acountry tooDaniel Stenberg2007-12-111-1/+4
* Added acountry.c.Gisle Vanem2007-12-111-2/+8
* Added build of acountry.nlm.Gisle Vanem2007-12-111-1/+1
* Added build of acountry.exe.Gisle Vanem2007-12-112-3/+6
* Build acountry.exe. Added 'socklen_t' define.Gisle Vanem2007-12-111-3/+6
* Another sample application that returns country-code andGisle Vanem2007-12-111-0/+584
* grrr, the previous commit was meant to properly make sure that we don'tDaniel Stenberg2007-12-101-4/+1
* when buildingDaniel Stenberg2007-12-102-1/+13
* build ahost and adig by default but don't install themDaniel Stenberg2007-12-101-0/+8
* 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