platform/upstream/c-ares.git
2005-09-10 Daniel StenbergUse the AC_CHECK_MEMBER() function for check struct...
2005-08-29 Daniel Stenberg1.3.0 coming just up
2005-08-21 Daniel Stenbergwell hit me, that wasn't possible, use 1:0:0 anyway...
2005-08-21 Daniel Stenbergmodified the version-info, we only added functions
2005-08-21 Daniel Stenbergincrease version info
2005-08-21 Daniel StenbergAlfredo Tupone provided a fix for the Windows code...
2005-08-18 Daniel Stenbergdetabified
2005-08-10 Gunter Knaufminor Makefile fix.
2005-08-10 Gunter Knaufminor Makefile fix.
2005-08-10 Gunter Knaufmake ares compile again for NetWare.
2005-08-10 Gunter Knaufmake ares compile again for NetWare.
2005-08-10 Gunter Knauffixed line endings so it works again with gnu make...
2005-08-04 Daniel Stenbergkilled trailing whitespace, narrowed a few lines to...
2005-06-19 Dominick MeglioAdded some checks for the addrinfo structure.
2005-06-03 Daniel StenbergFIONBIO is in sys/ioctl.h on AIX
2005-06-02 Daniel Stenbergsigh, define TRUE if not already
2005-06-02 Daniel StenbergWilliam Ahern:
2005-06-02 Daniel StenbergWilliam Ahern:
2005-05-17 Dominick MeglioMore of the same
2005-05-17 Dominick MeglioMore compiler warning cleanups
2005-05-16 Dominick MeglioMade ares_free_hostent man page refer to ares_parse_aaa...
2005-05-16 Dominick MeglioCleaned up some compile warnings
2005-05-16 Dominick MeglioAdded ares_getnameinfo which mimics the getnameinfo API
2005-05-15 Dominick MeglioConverted some macros to use NS_* so they work on non...
2005-05-15 Dominick MeglioForgot to ares_-ize inet_ntop
2005-05-14 Daniel Stenbergreplaced the CRLF newlines with plain LF ones
2005-05-14 Dominick MeglioAdded an inet_ntop function from BIND for systems that...
2005-05-11 Daniel Stenbergprevent NS_IN6ADDRSZ from getting set to zero if the...
2005-05-02 Daniel Stenbergthe new functions and the upcoming ipv6 calls for the...
2005-04-23 Gunter Knauffix for recent changes.
2005-04-22 Daniel StenbergFixed for Mac OS X builds based on excellent feedback...
2005-04-22 Gunter Knaufchanges for building with IPV6.
2005-04-21 Daniel Stenbergadded missing headers
2005-04-19 Daniel Stenbergindented source to look more like other ares code,
2005-04-19 Daniel Stenbergsortlist_alloc() is never used on win32, so ifdef out...
2005-04-16 Daniel Stenbergavoid warning on windows
2005-04-15 Daniel Stenbergadd needed include
2005-04-15 Dominick MeglioAttempted to fix c-ares not building on non-IPv6 systems
2005-04-13 Dan FandrichAllow environment variables to override default autotools.
2005-04-11 Daniel Stenbergcredits
2005-04-09 Dominick MeglioRemoved usage of u_int and u_char
2005-04-09 Dominick MeglioMade sortlist support IPv6 (this can probably use some...
2005-04-09 Dominick MeglioMade sortlist support CIDR matching for IPv4
2005-04-08 Dominick MeglioAdded preliminary IPv6 support to ares_gethostbyname
2005-04-08 Dominick MeglioAdded include for inet_net_pton.h to ares__get_hostent.c
2005-04-08 Dominick MeglioMade ares_gethostbyaddr support IPv6 by specifying...
2005-04-08 Daniel Stenberginclude sys/types.h too when checking for headers as...
2005-04-07 Daniel StenbergTry harder to see if arpa/nameser_compat.h REALLY is...
2005-04-06 Daniel StenbergTupone Alfredo fixed includes of arpa/nameser_compat...
2005-04-06 Daniel Stenbergbetter errno constant replacements, as mentioned by...
2005-04-06 Gisle VanemInclude inet_net_pton.h for 'struct in6_addr'. Ideally...
2005-04-06 Gisle VanemMoved inet_net_pton.h to HHEADERS.
2005-04-06 Daniel Stenbergcheck for struct sizes and use those sizes if the NS_...
2005-04-06 Daniel Stenbergmoved the *_inet_pton protos to inet_net_pton.h instead
2005-04-06 Daniel Stenbergmade the ares_inet_net_pton() proto use size_t size...
2005-04-05 Daniel Stenbergwith these changes, it builds on my win32 cross-compiler
2005-04-05 Daniel Stenbergcheck for another arpa header
2005-04-05 Daniel Stenbergcheck for the arpa/* headers
2005-04-05 Dominick MeglioProvided implementations of inet_net_pton and inet_pton...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-03-22 Gisle VanemCURL_EXTERN is already in <curl/curl.h>.
2005-03-22 Gisle VanemPrevent redefinition warning with CURLDEBUG.
2005-03-21 Daniel Stenbergthe same fix here too, typecast to prevent win32 compil...
2005-03-21 Daniel Stenbergtypecase to fix win32 compiler warning (and intended...
2005-03-20 Daniel Stenbergsilence win32 compiler warnings
2005-03-20 Daniel Stenbergattempt to fix the ares link breakage with --enable...
2005-03-19 Daniel Stenbergsilence warnings on win32 about static functions that...
2005-03-13 Gisle VanemPrevent gcc warning.
2005-03-11 Daniel Stenbergthe ares_parse_aaaa_reply man page
2005-03-11 Daniel StenbergCheck for winsock.h to work with win32. Only include...
2005-03-11 Daniel StenbergReplace AC_TRY_RUN() with AC_EGREP_CPP() when checking...
2005-03-11 Daniel Stenbergoops, once is enough! ;-)
2005-03-11 Daniel StenbergDefine HAVE_AF_INET6_H for Netware too, as Guenter...
2005-03-11 Dan FandrichAdded HAVE_AF_INET6 to Netware's config.h
2005-03-11 Dan FandrichAdded HAVE_STRUCT_IN6_ADDR to Netware's config.h
2005-03-10 Daniel StenbergDominick Meglio added ares_parse_aaaa_reply.c and did...
2005-03-05 Daniel StenbergSamuel Díaz García's correction
2005-02-22 Daniel StenbergUpdated as suggested by Samuel Díaz García
2004-12-10 Daniel Stenberguntabified
2004-12-07 Daniel StenbergNORECURSE clarification, minor formatting update
2004-11-11 Daniel Stenbergfix the -I path to the proper include dir when --enable...
2004-11-11 Gisle VanemAdapted for C++.
2004-11-10 Gisle VanemReplace IsNT with IS_NT().
2004-11-10 Gisle VanemReplace IsNT with IS_NT().
2004-11-09 Daniel Stenbergfix CURL_EXTERN for debug builds
2004-11-07 Daniel Stenbergtwo post-1.2.1 changes
2004-11-07 Daniel Stenbergadded ares_cancel and ares_version
2004-10-26 Daniel Stenbergmention incompatibilities with ares
2004-10-24 Daniel Stenbergignore this
2004-10-24 Daniel Stenbergmaketgz now creates a ares_version.h.dist file with...
2004-10-20 Daniel Stenberg1.2.1 release time
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-09-28 Daniel Stenberg- Henrik Stoerner fix: got a report that Tru64 Unix...
2004-09-26 Daniel Stenberg- Henrik Stoerner: found out that C-ARES does not look...
2004-09-26 Daniel StenbergDominick Meglio host file path discovery patch for...
2004-09-14 Daniel Stenbergignore more
2004-09-03 Gunter Knauffixed nasty warnings with gcc 3.3.
2004-08-30 Daniel Stenbergmention Gisle's recent fixes
2004-08-29 Gisle VanemRemoved ares_free_errmem.c from MSCV project files.
2004-08-20 Gisle VanemMore patches for Watt-32 on Win32; don't include "names...
next