platform/upstream/c-ares.git
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...
2004-08-20 Gisle VanemNo WSAGetLastError() on Watt-32/DOS
2004-08-20 Gisle VanemNo <sys/uio.h> on DOS/Win32
2004-08-20 Gisle VanemChanges for Watt-32 on Windows. I've assumed Configure
2004-08-19 Gisle VanemZLIB_ROOT not needed
2004-08-19 Gisle VanemMy first CVS commit just to see if this works.
2004-08-13 Daniel Stenbergmention Harshal Pradhan's windows fix
2004-08-13 Daniel StenbergHarshal Pradhan made minor syntax change to make this...
2004-08-10 Daniel Stenbergignore more files
2004-07-29 Daniel Stenbergvariable type fix
2004-07-29 Daniel Stenbergremoved C++ comment to please picky source checkers
2004-07-24 Daniel Stenberg--enable-debug builds static only, Gisle fixed a memory...
2004-07-24 Daniel StenbergGisle Vanem:
2004-07-24 Daniel Stenberg--enable-debug now makes the lib built static only...
2004-07-24 Daniel Stenberggenerate the new configure better
2004-07-23 Daniel Stenbergnow generated by automake
2004-07-22 Daniel Stenberg- Fixed a few variable return types for some system...
2004-07-11 Gunter Knaufminor cleanup.
2004-07-11 Gunter Knaufadded ifdef for NetWare to ares.h.
2004-07-06 Daniel Stenbergmingw and netware makefiles added by Gunter Knauf
2004-07-05 Gunter Knaufminor cosmetic fix.
2004-07-05 Gunter Knaufadded MingW32 makefile.
2004-07-05 Gunter Knauftry to relax linux build host detection.
2004-07-04 Daniel StenbergGünter Knauf made c-ares build and run on Novell Netware.
2004-07-04 Gunter Knaufadded NetWare section for paths.
next