3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Dec 13, 2022 — Dec 13, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
the gethostbyname fix applied here as well More... over 16 years ago
fix next_lookup() to continue searching even if c-ares failed to load the /etc/hosts file, pointed out by Erik Kline: http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2007-11/0027.shtml More... over 16 years ago
Remove the check for libdl since that isn't actually used and it causes warnings. Pointed out by Robin Cornelius. More... over 16 years ago
pkgconfig fix by Andreas Schuldei More... over 16 years ago
spellfix More... over 16 years ago
and we start on 1.5.2! More... over 16 years ago
change More... over 16 years ago
oops More... over 16 years ago
start working on 1.5.1 now More... over 16 years ago
this is what 1.5.0 is More... over 16 years ago
fill in missing copyrights More... over 16 years ago
removed now obsolete defines; updated external library versions to latest. More... over 16 years ago
Fix a double free. More... over 16 years ago
Needed now that in6_addr is referenced in ares.h More... over 16 years ago
When looking up in DNS and then in the hosts file, return the error code from DNS if both fail, instead of returning the error code from the hosts file, as today. Patch from the Google tree. More... over 16 years ago
Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. Patch from the Google tree. More... over 16 years ago
Define WIN32 when build target is Win32 API. This also defines it for WinCE even though it is a subset of WIN32. More... over 16 years ago
The only libraries actually needed for sample programs adig and ahost are ws2_32.lib and advapi32.lib More... over 16 years ago
MSVC versions prior to VS2005 do not complain about portable C functions More... over 16 years ago
Windows build targets have socklen_t definition in ws2tcpip.h but some 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. More... over 16 years ago
removed dependency on gettimeofday() since we use only 1 sec resolution here. More... over 16 years ago
Fix compiler warning: conversion from "int" to "unsigned short" may lose significant bits More... over 16 years ago
Fix message shown when detecting icc version More... over 16 years ago
Avoid shadowing a global declaration More... over 16 years ago
Renamed a variable to avoid shadowing a global declaration More... over 16 years ago
Renamed internal function to avoid a variable shadowing it More... over 16 years ago
Fix compiler warning: feupdateenv is not implemented and will always fail. Specifically for linux x86-64 with Intel's icc. More... over 16 years ago
Sync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS() icc warning level with libcurl's More... over 16 years ago
Fix compiler warning: conversion from "int" to "unsigned char" may lose significant bits More... over 16 years ago
actually sync with lib/setup_once.h More... over 16 years ago