platform/upstream/c-ares.git
2005-11-12 Gisle VanemSupport big-endian machines.
2005-11-12 Gisle VanemAdded CVS id, Detabified, applied c-ares coding-style.
2005-11-12 Gisle VanemAdded CVS id. Detabified.
2005-11-12 Gisle VanemInclude <getopt.h>.
2005-11-12 Daniel Stenbergremoved files no longer existing
2005-11-11 Gisle VanemSquelch gcc 4.x warning.
2005-11-11 Gisle VanemDetabified. Added CVS id.
2005-11-11 Gisle VanemHAVE_xx defines moved to config-win32.h.
2005-11-11 Gisle VanemUpdate using ares_inet_pton() and ares_inet_ntop().
2005-11-10 Gisle VanemUse config-win32.h on Windows. Fixes for djgpp.
2005-11-10 Gisle VanemDefines moved to config-win32.h.
2005-11-10 Gisle VanemEasy configuration with this file.
2005-11-10 Gisle VanemRemove generated files areslib.plg areslib.mak from...
2005-11-10 Gisle VanemRemove generated files ahost.plg ahost.mak from CVS.
2005-11-10 Gisle VanemRemove generated files adig.plg adig.mak from CVS.
2005-11-09 Gisle VanemUpdate with "new" HAVE_xx.
2005-11-09 Gisle VanemReplace <winsock.h> with <winsock2.h>
2005-11-09 Gisle VanemAdd cvs id.
2005-11-09 Gisle VanemAdded Makefile.vc6.
2005-11-09 Gisle VanemI hate MS-devstudio project files.
2005-11-09 Gisle VanemUpdated for MingW. Added inet_ntop.o inet_net_pton...
2005-11-09 Gisle VanemMSVC fix for 'socklen_t'. Replace <winsock.h> with...
2005-11-09 Gisle VanemFixes for building with MSVC-6/7. Added inet*.c.
2005-11-09 Gisle VanemFixes for building ahost with MSVC-6/7. Added inet*.c.
2005-10-03 Daniel StenbergOk, based on the online docs for AIX'es getservbyport_r...
2005-09-21 Daniel Stenberg1 - attempted fix of uninitialized variable
2005-09-21 Daniel Stenbergsimplified the sin6_scope_id test and removed some...
2005-09-21 Daniel Stenbergfixed the check for the addrinfo struct
2005-09-18 Dominick MeglioAdded constants that will be used by ares_getaddrinfo...
2005-09-15 Daniel Stenbergmention the configure change
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...
next