summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-12-20fix closing parenthesesDaniel Stenberg1-1/+2
2005-12-20use AC_PROG_LIBTOOL after AC_DISABLE_SHAREDDaniel Stenberg1-3/+3
2005-12-20Fix quotingYang Tse1-4/+4
2005-12-20Use native type SOCKET instead of int when testing functionality of ioctlsock...Yang Tse1-1/+1
2005-12-19OoopsYang Tse1-0/+11
2005-12-19Add checking for type DWORD as argument 4 and 6 of getnameinfoYang Tse1-1/+1
2005-12-19Adjust more windows header includesYang Tse2-50/+317
2005-12-19Fix guard detection of _WIN32_WINNT for MingW in CURL_FUNC_GETNAMEINFO_ARGTYPESYang Tse1-1/+1
2005-12-19Add check for 'unsigned int' as type of arguments 4 and 6 of getnameinfoYang Tse1-1/+1
2005-12-19Undo previous change. This header file belongs to the publicYang Tse2-1/+5
2005-12-18When checking the type of the first argument of getnameinfo do it in theYang Tse1-1/+1
2005-12-18Fix spacing. When defining, define to 1.Yang Tse1-13/+60
2005-12-18Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2-5/+1
2005-12-18MingW guards getnameinfo, getaddrinfo and freeaddrinfo with _WIN32_WINNT >= 0...Yang Tse1-0/+4
2005-12-18Fix Msys/Mingw not detecting getnameinfo() with AC_CHECK_FUNCSYang Tse1-0/+29
2005-12-18Make it compatible with vc60 and vc71Yang Tse1-7/+7
2005-12-17Fix typoYang Tse1-1/+1
2005-12-17Fix compiler warningYang Tse1-2/+2
2005-12-17CleanupYang Tse1-4/+4
2005-12-17Windows related cleanupYang Tse1-26/+55
2005-12-17Check first arg of getnameinfo with and without const qualifier.Yang Tse1-6/+3
2005-12-17Avoid breaking configure due to CURL_FUNC_GETNAMEINFO_ARGTYPES failure, since...Yang Tse1-1/+1
2005-12-17const qualifier in getnameinfo checkYang Tse1-2/+2
2005-12-16Since there is no proof of the existence of a platform which wouldYang Tse1-6/+0
2005-12-16'Fix' windows buildsYang Tse2-2/+32
2005-12-16TYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_SOCKLEN_T.Yang Tse2-16/+320
2005-12-11Undo last changesYang Tse2-2/+2
2005-12-11Fix compiler warning and compatibility issue with the type of the parameter u...Yang Tse2-2/+2
2005-12-10Modified lookup_service() to avoid the risk of a potential buffer overflowYang Tse1-55/+47
2005-12-09Fix compiler warningYang Tse1-0/+2
2005-12-09Fix compiler warningYang Tse1-1/+1
2005-11-25Yang Tse fixed compiler warningsDaniel Stenberg1-0/+4
2005-11-25read_tcp_data() fix to get the proper buffer pointer and sizeDaniel Stenberg1-2/+2
2005-11-25Yang Tse: fixed compiler warningsDaniel Stenberg1-5/+7
2005-11-25Change based on Yang Tse's excellent fix to reduce buffer overflow risk andDaniel Stenberg1-11/+21
2005-11-24avoid doing #if an a predef symbol that might not be definedDaniel Stenberg1-0/+2
2005-11-16check for and use winsock2.h instead of winsock.h and I fixed a typo in theDaniel Stenberg1-21/+21
2005-11-15include ws2tcpip.h in an attempt to detect some of the ipv6 structs betterDaniel Stenberg1-0/+13
2005-11-14Detect big/little endian in the configure script and adjust the ares_dns.hDaniel Stenberg2-2/+23
2005-11-14Added '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.Gisle Vanem1-1/+2
2005-11-14Added CVS id.Gisle Vanem1-2/+5
2005-11-14We have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID.Gisle Vanem1-0/+1
2005-11-12Fixed typo. Detabified.Gisle Vanem1-43/+43
2005-11-12Support big-endian machines.Gisle Vanem1-0/+7
2005-11-12Added CVS id, Detabified, applied c-ares coding-style.Gisle Vanem1-113/+127
2005-11-12Added CVS id. Detabified.Gisle Vanem1-1/+3
2005-11-12Include <getopt.h>.Gisle Vanem1-13/+28
2005-11-12removed files no longer existingDaniel Stenberg1-4/+3
2005-11-11Squelch gcc 4.x warning.Gisle Vanem1-1/+1
2005-11-11Detabified. Added CVS id.Gisle Vanem2-7/+11