ares_private.h: use curl_memdebug.h instead of memdebug.h
[platform/upstream/c-ares.git] / acinclude.m4
2012-04-17 Yang Tseconfigure: NATIVE_WINDOWS no longer defined in config...
2011-09-27 Albert Chinconfigure - m4: make CURL_CHECK_DEF ignore leading...
2011-06-15 Jakub HrozekRevert "Do not use sized constants in public headers"
2011-06-14 Jakub HrozekDo not use sized constants in public headers
2011-06-08 Yang Tseconfigure: fix recvfrom 5th arg type qualifier detectio...
2011-06-08 Yang Tseconfigure: fix recvfrom 5th arg type qualifier detection
2010-11-12 Yang TseRevert following commits:
2010-08-04 Ben Greearsock-addr-storage: Detect and deal with lack of .ss_fa...
2009-06-21 Yang TseRefactor how libraries are checked for connect() functi...
2009-06-20 Yang TseRefactor how libraries are checked for connect() function,
2009-06-01 Yang TseJohn E. Malmberg noticed that the configure script...
2009-05-15 Yang TseFix preprocessor conditional expression
2009-05-07 Yang TseMoved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPIL...
2009-05-03 Yang TseHP-UX's X/Open network library requirement check follow-up
2009-05-03 Yang TseHP-UX's X/Open network library requirement check follow-up
2009-05-02 Yang TseUse build-time configured ares_socklen_t instead of...
2009-05-01 Yang TseCheck definition of _XOPEN_SOURCE_EXTENDED with the...
2009-04-29 Yang TseRemove temporary debug tracing for ares_socklen_t Windo...
2009-04-29 Yang TseAdd temporary debug tracing for ares_socklen_t Windows...
2009-04-28 Yang TseInitial step towards a configure time ares_socklen_t...
2009-04-21 Yang TseMoved potential inclusion of system's malloc.h and...
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-10-23 Yang Tse#include <stdlib.h> for exit() prototype
2008-10-02 Yang TseInitial attempt to support configure's --(dis|en)able...
2008-09-30 Yang Tsenow compiler warnings are activated for all gcc builds...
2008-09-18 Yang Tseicc adjustments
2008-09-17 Yang Tseimprove detection of getservbyport_r()
2008-09-09 Yang Tseicc adjustments
2008-08-27 Yang TseDon't abort configuration if recvfrom() is not available.
2008-08-09 Yang TseImprove CURL_CHECK_DEF
2008-08-04 Yang TseAutoconf 2.62 has changed the behaviour of the AC_AIX...
2008-07-30 Yang TseReinstate the 'aclocal -I m4' in buildconf and 'ACLOCAL...
2008-07-29 Yang TseTests done using 'aclocal -I m4' in buildconf and ...
2008-07-27 Yang TseAssert that SED and GREP are set
2008-07-24 Yang TseAnother step towards detecting if _REENTRANT is already...
2008-07-23 Yang Tsereorder argument number detection for getservbyport_r to
2008-07-22 Yang TseMake sure that configure process tests are done with...
2008-07-21 Yang Tseuse prototypes to improve getservbyport_r detection
2008-07-21 Yang Tsewhen recvfrom prototype uses a void pointer for argumen...
2008-07-20 Yang TseAdded "pointer to void" as another data type to check...
2008-07-17 Yang TseRECVFROM_TYPE_ARG2, RECVFROM_TYPE_ARG5 and RECVFROM_TYP...
2008-07-16 Yang TseConfigure process now checks availability of recvfrom...
2008-07-16 Yang TseImproved configure detection of number of arguments...
2008-07-02 Yang Tsefallback to gettimeofday when monotonic clock is unavai...
2008-06-30 Yang Tsemake check message wording more precise
2008-06-29 Yang Tsefix C style comment
2008-06-29 Yang TseJohn Lightsey filed bug report #1999181: "CLOCK_MONOTON...
2008-06-20 Yang TseModified configuration script to actually verify if...
2008-06-18 Yang TseNo longer break out of a shell "for" statement from...
2008-06-06 Yang TseMSVC does build Windows native targets
2008-05-21 Yang Tsefix: [action-if-found] part of AC_CHECK_TYPE macro...
2008-05-21 Yang Tsefix: remove need and definition of HAVE_SOCKLEN_T symbol
2008-05-21 Yang Tsefix: socklen_t definition comment
2008-05-20 Yang Tseupdate several macros using AC_TRY_LINK with AC_LINK_IFELSE
2008-05-20 Yang Tsefix underquoting of AC_LANG_PROGRAM arguments
2008-05-20 Yang Tseupdate several macros using AC_TRY_LINK with AC_LINK_IFELSE
2008-05-19 Yang Tsefix socklen_t equivalent detection when cross compiling...
2008-05-14 Yang TseImprove toolchain detection for WinCE cross compilation:
2008-05-14 Yang Tseskip checks for Windows specific header files
2008-05-14 Yang TseWinCE cross compilation adjustments:
2008-05-12 Yang Tseconfigure script will now define HAVE_CLOCK_GETTIME_MON...
2008-05-10 Yang TseAdd library checking for clock_gettime() support
2007-10-18 Yang TseSync PLATFORM_AIX_V3 detection and CURL_CC_DEBUG_OPTS()
2007-04-03 Yang TseCleanup. Warnings related with FD_SET, FD_ISSET, and...
2007-03-22 Yang Tseattempt to keep message length below 80 chars
2007-03-08 Yang Tseremove code superceeded by the new method used to force
2007-02-15 Yang Tseicc 9.0 when compiling its generated code for its own...
2007-02-07 Yang Tse*) Remove duplicate declaration of TYPE_SOCKADDR_STORAGE
2006-11-22 Yang TseAdded a check in configure that verifies if <signal...
2006-10-13 Yang TseCheck for struct timeval at configuration time
2006-08-04 Yang TseBeing unable to link or find out recv() or send() args...
2006-07-31 Yang TseAvoid the risk of a false positive detection of MSG_NOS...
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...
2006-07-25 Yang TseSimplify check for NEED_MALLOC_H, and make more explici...
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 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-05-10 Daniel StenbergBram Matthys brought my attention to a libtool peculiar...
2006-01-09 Daniel StenbergAlexander Lazic improved the getservbyport_r() configur...
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-20 Yang TseIn CURL_FUNC_GETNAMEINFO_ARGTYPES, when cross-compiling...
2005-12-20 Yang Tsefix ioctlsocket detection
2005-12-20 Daniel Stenbergfix closing parentheses
next