summaryrefslogtreecommitdiff
path: root/ares
Commit message (Collapse)AuthorAgeFilesLines
* Force AIX xlc to fail and not generate object code if the source code hasYang Tse2008-02-291-0/+3
| | | | | | compiled with errors. This behaviour is needed for autoconf macros which rely on the ability to compile with or without errors, and is safer than xlc's default of failing only upon severe errors.
* added get_ver.awk since c-ares is a standalone project, and should therefore ↵Gunter Knauf2008-02-271-0/+36
| | | | also compile when cURL is absent.
* a couple of small fixes to the makefile:Gunter Knauf2008-02-271-13/+7
| | | | | fixed comments; fixed INSTDIR define, simplified rules; changed to use get_ver.awk in current dir rather than the curl one.
* fixed linker def file for tools when compiled with gcc/nlmconv.Gunter Knauf2008-02-161-1/+2
|
* added some files which were missing in release tarballs.Gunter Knauf2008-02-141-2/+3
|
* 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
| | | | | | and makes wrong asumptions of build target when it isn't specified. So, if no build target has been defined we will target WinXP when building with MSVC 9.0 (VS2008).
* 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
| | | | | name from an IPv4-address or host-name. Using the service of countries.nerd.dk.
* grrr, the previous commit was meant to properly make sure that we don'tDaniel Stenberg2007-12-101-4/+1
| | | | | link any executables when doing debug builds since they kind of assume symbols provided by libcurl, but it also wrongly included acountry.c
* 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
| | | | define 's6_addr' as a macro.
* 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
| | | | | /dev/urandom when built cross-compiled as then the script cannot check for it.
* 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
| | | | | /etc/hosts file, pointed out by Erik Kline: http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2007-11/0027.shtml
* Remove the check for libdl since that isn't actually used and it causesDaniel Stenberg2007-11-271-3/+0
| | | | warnings. Pointed out by Robin Cornelius.
* 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
| | | | updated external library versions to latest.
* 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 ↵Steinar H. Gunderson2007-11-151-3/+5
| | | | from DNS if both fail, instead of returning the error code from the hosts file, as today. Patch from the Google tree.
* Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. ↵Steinar H. Gunderson2007-11-156-78/+253
| | | | Patch from the Google tree.
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-083-6/+20
| | | | This also defines it for WinCE even though it is a subset of WIN32.
* The only libraries actually needed for sample programs adig andYang Tse2007-11-082-8/+10
| | | | ahost are ws2_32.lib and advapi32.lib
* 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
| | | | | | | versions of ws2tcpip.h do not have the definition. It seems that when the socklen_t definition is missing from ws2tcpip.h the definition for INET_ADDRSTRLEN is also missing, and that when one definition is present the other one also is available.
* 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 ↵Yang Tse2007-10-201-2/+2
| | | | significant bits
* 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
| | | | Specifically for linux x86-64 with Intel's icc.
* Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()Yang Tse2007-10-181-2/+2
| | | | icc warning level with libcurl's
* Fix compiler warning: conversion from "int" to "unsigned char"Yang Tse2007-10-182-10/+10
| | | | may lose significant bits