aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Expand)Author
2008-04-07make previous compiler warning fix more portableYang Tse
2008-04-07fix compiler warning: indirection to slightly different base typesYang Tse
2008-04-07fix compiler warning: local variable may be used without having been initializedYang Tse
2008-04-07fix compiler warning: unreferenced formal parameterYang Tse
2008-04-07fix compiler warning: assignment within conditional expressionYang Tse
2008-04-04- Alexey Simak fixed the VC dsp file by adding the missing source fileDaniel Stenberg
2008-04-04Alexey Simak made adig support NAPTR recordsDaniel Stenberg
2008-04-04Eino Tuominen improved the code when a file is used to seed the randomizerDaniel Stenberg
2008-02-29Force AIX xlc to fail and not generate object code if the source code hasYang Tse
2008-02-27added get_ver.awk since c-ares is a standalone project, and should therefore ...Gunter Knauf
2008-02-27a couple of small fixes to the makefile:Gunter Knauf
2008-02-16fixed linker def file for tools when compiled with gcc/nlmconv.Gunter Knauf
2008-02-14added some files which were missing in release tarballs.Gunter Knauf
2008-01-17updated copyright for new year.Gunter Knauf
2008-01-02Added '-d' option for Watt-32 debugging.Gisle Vanem
2007-12-18MSVC 9.0 (VS2008) does not support Windows build targets prior to WinXP,Yang Tse
2007-12-11build acountry tooDaniel Stenberg
2007-12-11Added acountry.c.Gisle Vanem
2007-12-11Added build of acountry.nlm.Gisle Vanem
2007-12-11Added build of acountry.exe.Gisle Vanem
2007-12-11Build acountry.exe. Added 'socklen_t' define.Gisle Vanem
2007-12-11Another sample application that returns country-code andGisle Vanem
2007-12-10grrr, the previous commit was meant to properly make sure that we don'tDaniel Stenberg
2007-12-10when buildingDaniel Stenberg
2007-12-10build ahost and adig by default but don't install themDaniel Stenberg
2007-12-10Fix for targets that do have 'struct in6_addr', but which doesn'tGisle Vanem
2007-12-03Fix three issues previous cleanup introduces.Yang Tse
2007-12-03 Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup() somewhatDaniel Stenberg
2007-12-03Brad Spencer fixed the configure script to assume that there's noDaniel Stenberg
2007-11-28the gethostbyname fix applied here as wellDaniel Stenberg
2007-11-28fix next_lookup() to continue searching even if c-ares failed to load theDaniel Stenberg
2007-11-27Remove the check for libdl since that isn't actually used and it causesDaniel Stenberg
2007-11-27pkgconfig fix by Andreas SchuldeiDaniel Stenberg
2007-11-27spellfixDaniel Stenberg
2007-11-21and we start on 1.5.2!Daniel Stenberg
2007-11-21changeDaniel Stenberg
2007-11-21oopsDaniel Stenberg
2007-11-21start working on 1.5.1 nowDaniel Stenberg
2007-11-21this is what 1.5.0 isDaniel Stenberg
2007-11-19fill in missing copyrightsDaniel Stenberg
2007-11-18removed now obsolete defines;Gunter Knauf
2007-11-16Fix a double free.Steinar H. Gunderson
2007-11-15Needed now that in6_addr is referenced in ares.hYang Tse
2007-11-15When looking up in DNS and then in the hosts file, return the error code from...Steinar H. Gunderson
2007-11-15Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson
2007-11-08Define WIN32 when build target is Win32 API.Yang Tse
2007-11-08The only libraries actually needed for sample programs adig andYang Tse
2007-11-07MSVC versions prior to VS2005 do not complain about portable C functionsYang Tse
2007-10-24Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse
2007-10-22removed dependency on gettimeofday() since we use only 1 sec resolution here.Gunter Knauf