aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Expand)Author
2005-12-16'Fix' windows buildsYang Tse
2005-12-16TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse
2005-12-11Undo last changesYang Tse
2005-12-11Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse
2005-12-10Modified lookup_service() to avoid the risk of a potential buffer overflowYang Tse
2005-12-09Fix compiler warningYang Tse
2005-12-09Fix compiler warningYang Tse
2005-11-25Yang Tse fixed compiler warningsDaniel Stenberg
2005-11-25read_tcp_data() fix to get the proper buffer pointer and sizeDaniel Stenberg
2005-11-25Yang Tse: fixed compiler warningsDaniel Stenberg
2005-11-25Change based on Yang Tse's excellent fix to reduce buffer overflow risk andDaniel Stenberg
2005-11-24avoid doing #if an a predef symbol that might not be definedDaniel Stenberg
2005-11-16check for and use winsock2.h instead of winsock.h and I fixed a typo in theDaniel Stenberg
2005-11-15include ws2tcpip.h in an attempt to detect some of the ipv6 structs betterDaniel Stenberg
2005-11-14Detect big/little endian in the configure script and adjust the ares_dns.hDaniel Stenberg
2005-11-14Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.Gisle Vanem
2005-11-14Added CVS id.Gisle Vanem
2005-11-14We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID.Gisle Vanem
2005-11-12Fixed typo. Detabified.Gisle Vanem
2005-11-12Support big-endian machines.Gisle Vanem
2005-11-12Added CVS id, Detabified, applied c-ares coding-style.Gisle Vanem
2005-11-12Added CVS id. Detabified.Gisle Vanem
2005-11-12Include <getopt.h>.Gisle Vanem
2005-11-12removed files no longer existingDaniel Stenberg
2005-11-11Squelch gcc 4.x warning.Gisle Vanem
2005-11-11Detabified. Added CVS id.Gisle Vanem
2005-11-11HAVE_xx defines moved to config-win32.h.Gisle Vanem
2005-11-11Update using ares_inet_pton() and ares_inet_ntop().Gisle Vanem
2005-11-10Use config-win32.h on Windows. Fixes for djgpp.Gisle Vanem
2005-11-10Defines moved to config-win32.h.Gisle Vanem
2005-11-10Easy configuration with this file.Gisle Vanem
2005-11-10Remove generated files areslib.plg areslib.mak from CVS.Gisle Vanem
2005-11-10Remove generated files ahost.plg ahost.mak from CVS.Gisle Vanem
2005-11-10Remove generated files adig.plg adig.mak from CVS.Gisle Vanem
2005-11-09Update with "new" HAVE_xx.Gisle Vanem
2005-11-09Replace <winsock.h> with <winsock2.h>Gisle Vanem
2005-11-09Add cvs id.Gisle Vanem
2005-11-09Added Makefile.vc6.Gisle Vanem
2005-11-09I hate MS-devstudio project files.Gisle Vanem
2005-11-09Updated for MingW. Added inet_ntop.o inet_net_pton.o bitncmp.o.Gisle Vanem
2005-11-09MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> +Gisle Vanem
2005-11-09Fixes for building with MSVC-6/7. Added inet*.c.Gisle Vanem
2005-11-09Fixes for building ahost with MSVC-6/7. Added inet*.c.Gisle Vanem
2005-10-03Ok, based on the online docs for AIX'es getservbyport_r() I adjusted to codeDaniel Stenberg
2005-09-211 - attempted fix of uninitialized variableDaniel Stenberg
2005-09-21simplified the sin6_scope_id test and removed some left-overs from the previousDaniel Stenberg
2005-09-21fixed the check for the addrinfo structDaniel Stenberg
2005-09-18Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo ...Dominick Meglio
2005-09-15mention the configure changeDaniel Stenberg
2005-09-10Use the AC_CHECK_MEMBER() function for check struct members instead ofDaniel Stenberg