aboutsummaryrefslogtreecommitdiff
path: root/ares
AgeCommit message (Collapse)Author
2005-12-17Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, ↵Yang Tse
since at this point nothing depends on it.
2005-12-17const qualifier in getnameinfo checkYang Tse
2005-12-16Since there is no proof of the existence of a platform which wouldYang Tse
justify checking for socklen_t in more than one function, the code used to find a valid socklen_t replacement is simplified back. The only function that will be used to find a socklen_t replacement is getpeername, as it has been since revision 1.4 of curl/acinclude.m4
2005-12-16'Fix' windows buildsYang Tse
2005-12-16TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse
CURL_FUNC_GETNAMEINFO_ARGTYPES now also checks first argument. All related changes taken to cares configuration scripts.
2005-12-11Undo last changesYang Tse
2005-12-11Fix compiler warning and compatibility issue with the type of the parameter ↵Yang Tse
used in getnameinfo() to receive the length of the sockaddr struct.
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
fixing a compiler warning in the append_scopeid() function.
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
ifdefs where . was used instead of _!
2005-11-15include ws2tcpip.h in an attempt to detect some of the ipv6 structs betterDaniel Stenberg
in mingw builds
2005-11-14Detect big/little endian in the configure script and adjust the ares_dns.hDaniel Stenberg
macros accordingly.
2005-11-14Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.Gisle Vanem
2005-11-14Added CVS id.Gisle Vanem
Avoid warning 'x might be used uninitialized in this function'.
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
Use DNS__32BIT() and DNS__16BIT() (How about BE machines?). Display T_AAAA resource.
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
since IPv6 support is required.
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
Added -D'efines'.
2005-11-09MSVC fix for 'socklen_t'. Replace <winsock.h> with <winsock2.h> +Gisle Vanem
<ws2tcpip.h> since IPv6 is no longer optional (was it ever?)
2005-11-09Fixes for building with MSVC-6/7. Added inet*.c.Gisle Vanem
Replace <winsock.h> with <winsock2.h> + <ws2tcpip.h> (ala libcurl since IPv6 is not optional now).
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
to do (what I believe is) "right". See docs on: http://publib.boulder.ibm.com/infocenter/pseries/index.jsp?topic=/com.ibm.aix.doc/libs/commtrf2/getservbyport_r.htm
2005-09-211 - attempted fix of uninitialized variableDaniel Stenberg
2 - indented and edited to fit better within 80 columns 3 - fixed possible buffer overflow in the service name lookup function
2005-09-21simplified the sin6_scope_id test and removed some left-overs from the previousDaniel Stenberg
way of detecting it
2005-09-21fixed the check for the addrinfo structDaniel Stenberg