platform/upstream/c-ares.git
2006-07-11 Yang TseDefine NEED_MALLOC_H if including <stdlib.h> is not...
2006-07-07 Yang TseFinally get rid of CURL_CHECK_HEADERS_ONCE since it...
2006-07-07 Yang TseSubstitution of the literal '-' is only done if it...
2006-07-07 Yang TseUsing backslashes and slashes in the strings of the...
2006-07-07 Yang TseFix excessive escaping.
2006-07-07 Yang TseFix CURL_CHECK_HEADERS_ONCE
2006-07-06 Yang TseFix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and...
2006-07-05 Yang TsePrevent definition of HAVE_WINxxx_H symbols and avoid...
2006-07-04 Yang TseUse a more descriptive var name.
2006-07-04 Yang TseGet qualifier of arg 2 for send() apart into SEND_QUAL_...
2006-07-04 Yang TsePlatforms that don't have/run configure need default...
2006-07-04 Yang TseFind out return types and argument types for functions...
2006-07-03 Yang TseUse CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_N...
2006-07-02 Yang TseMake CURL_CHECK_NI_WITHSCOPEID actually try to compile...
2006-07-02 Yang TseFix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
2006-07-02 Yang TseFix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
2006-07-01 Yang TseGet qualifier of arg 1 for getnameinfo apart. Take 2.
2006-06-30 Yang TseGet qualifier of arg 1 for getnameinfo apart.
2006-06-30 Yang TseRemove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO
2006-06-26 Daniel Stenberginclude config-win32.h in release archives
2006-06-24 Daniel Stenberg1.3.1
2006-06-19 William AhernRemove "big endian" DNS section and RR data integer...
2006-06-19 William AhernHandle EAGAIN/EWOULDBLOCK readiness errors, which can...
2006-05-24 Daniel StenbergCopied the NO_UNDEFINED magic from libcurl to make...
2006-05-10 Daniel StenbergBram Matthys brought my attention to a libtool peculiar...
2006-05-05 Daniel Stenbergtwo more contributors
2006-05-03 Daniel Stenbergmoved the curl_off_t check to within the --enable-debug...
2006-05-03 Daniel StenbergNick Mathewson added the ARES_OPT_SOCK_STATE_CB option...
2006-04-20 Gunter Knaufremoved -fpack-struct because gcc4 seems to know its...
2006-04-17 Gunter Knaufminor Makefile fix - let's go 2006;
2006-01-09 Daniel StenbergAlexander Lazic improved the getservbyport_r() configur...
2006-01-06 Daniel Stenbergbuildconf fixes
2006-01-06 Daniel StenbergUse $ACLOCAL_FLAGS too, pointed out by Alexander Lazic
2006-01-05 Daniel StenbergJames Bursa fixes: find the hosts file on RISC OS,...
2006-01-05 Daniel StenbergYang Tse has been helping out
2006-01-04 Gisle VanemAdded ares_getsock.obj.
2006-01-02 Daniel Stenbergwe're working on 1.3.1 (or more)
2005-12-22 Daniel StenbergThis function was added in c-ares [version]
2005-12-22 Daniel Stenbergadded ares_getsock()
2005-12-22 Daniel StenbergAdded ares_getsock() to extract sockets to wait for...
2005-12-21 Yang TseChecking for function getnameinfo and its arguments...
2005-12-21 Yang TseUndefine HAVE_GETNAMEINFO if unable to find
2005-12-21 Yang TseUndefine HAVE_GETNAMEINFO if unable to find
2005-12-21 Yang TseMake sure we're using 'c-ares' sources and not 'ares...
2005-12-20 Yang TseIn CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling...
2005-12-20 Gisle VanemFix PellesC warning.
2005-12-20 Gisle VanemChanges for PellesC for Win32. It needs <unistd.h>...
2005-12-20 Yang Tsefix ioctlsocket detection
2005-12-20 Yang TseFix, header checks must be done before using its results.
2005-12-20 Daniel Stenbergfix closing parentheses
2005-12-20 Daniel Stenberguse AC_PROG_LIBTOOL after AC_DISABLE_SHARED
2005-12-20 Yang TseFix quoting
2005-12-20 Yang TseUse native type SOCKET instead of int when testing...
2005-12-19 Yang TseOoops
2005-12-19 Yang TseAdd checking for type DWORD as argument 4 and 6 of...
2005-12-19 Yang TseAdjust more windows header includes
2005-12-19 Yang TseFix guard detection of _WIN32_WINNT for MingW in CURL_F...
2005-12-19 Yang TseAdd check for 'unsigned int' as type of arguments 4...
2005-12-19 Yang TseUndo previous change. This header file belongs to the...
2005-12-18 Yang TseWhen checking the type of the first argument of getname...
2005-12-18 Yang TseFix spacing. When defining, define to 1.
2005-12-18 Yang TseCleanup windows header includes. Where aplicable, inclu...
2005-12-18 Yang TseMingW guards getnameinfo, getaddrinfo and freeaddrinfo...
2005-12-18 Yang TseFix Msys/Mingw not detecting getnameinfo() with AC_CHEC...
2005-12-18 Yang TseMake it compatible with vc60 and vc71
2005-12-17 Yang TseFix typo
2005-12-17 Yang TseFix compiler warning
2005-12-17 Yang TseCleanup
2005-12-17 Yang TseWindows related cleanup
2005-12-17 Yang TseCheck first arg of getnameinfo with and without const...
2005-12-17 Yang TseAvoid breaking configure due to CURL_FUNC_GETNAMEINFO_A...
2005-12-17 Yang Tseconst qualifier in getnameinfo check
2005-12-16 Yang TseSince there is no proof of the existence of a platform...
2005-12-16 Yang Tse'Fix' windows builds
2005-12-16 Yang TseTYPE_SOCKLEN_T completely replaced by CURL_CHECK_TYPE_S...
2005-12-11 Yang TseUndo last changes
2005-12-11 Yang TseFix compiler warning and compatibility issue with the...
2005-12-10 Yang TseModified lookup_service() to avoid the risk of a potent...
2005-12-09 Yang TseFix compiler warning
2005-12-09 Yang TseFix compiler warning
2005-11-25 Daniel StenbergYang Tse fixed compiler warnings
2005-11-25 Daniel Stenbergread_tcp_data() fix to get the proper buffer pointer...
2005-11-25 Daniel StenbergYang Tse: fixed compiler warnings
2005-11-25 Daniel StenbergChange based on Yang Tse's excellent fix to reduce...
2005-11-24 Daniel Stenbergavoid doing #if an a predef symbol that might not be...
2005-11-16 Daniel Stenbergcheck for and use winsock2.h instead of winsock.h and...
2005-11-15 Daniel Stenberginclude ws2tcpip.h in an attempt to detect some of...
2005-11-14 Daniel StenbergDetect big/little endian in the configure script and...
2005-11-14 Gisle VanemAdded '-DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID'.
2005-11-14 Gisle VanemAdded CVS id.
2005-11-14 Gisle VanemWe have HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID.
2005-11-12 Gisle VanemFixed typo. Detabified.
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.
next