smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / acinclude.m4
2008-08-07 Yang TseFix CURL_CHECK_DEF so that when the expansion of the...
2008-08-07 Yang TseInitial support of curlbuild.h and curlrules.h which...
2008-08-04 Yang TseAutoconf 2.62 has changed the behaviour of the AC_AIX...
2008-08-01 Yang TseAdd a whitespace
2008-08-01 Yang TseEnsure that reserved keyword AC_DEFUN is only used...
2008-08-01 Yang TseRemoved definition of CURL_CHECK_WORKING_RESOLVER from...
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-26 Yang Tsesimplify multi '#' char comment line
2008-07-24 Yang TseAnother step towards detecting if _REENTRANT is already...
2008-07-22 Yang Tsecleanup duplicate line
2008-07-22 Yang TseMake sure that configure process tests are done with...
2008-07-22 Yang Tsechecks for gethostbyaddr_r with 7 and 8 args now also...
2008-07-21 Yang Tsewhen recvfrom prototype uses a void pointer for argumen...
2008-07-20 Yang TseRemove showing additional info needed to debug configure
2008-07-20 Yang TseAdded "pointer to void" as another data type to check...
2008-07-19 Yang TseTemporarily show additional info needed to debug configure
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-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-13 Dan FandrichFixed curl-config --ca which wasn't being exported...
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 TseWhen unable to properly detect gethostbyname_r() usage...
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 Tsebetter select() function detection that works
2008-05-19 Yang Tsefix socklen_t equivalent detection when cross compiling...
2008-05-17 Yang Tseminor change for wince-cegcc and wince-mingw32ce support
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
2008-03-31 Michal MarekRemoved the generated ca-bundle.h file. The verbatim...
2008-03-20 Michal Marek- Added --with-ca-path=DIRECTORY configure option to...
2008-02-18 Daniel Stenberg- We're no longer providing a very old ca-bundle in...
2007-10-24 Yang TseMissing double quotes
2007-10-19 Yang TseAdd custom check for WINLDAP libraries.
2007-10-17 Yang TseFix CURL_CHECK_LIBS_LDAP failure when no parameter...
2007-10-17 Yang TseDefault check for more libraries in CURL_CHECK_LIBS_LDAP,
2007-10-15 Yang TseAvoid depending on a header file for the definition...
2007-10-15 Dan FandrichFix LDAP compile error when LDAP is not available.
2007-10-14 Yang TseFix custom check for LDAP libraries
2007-10-14 Yang TseAdd custom check for LDAP libraries
2007-10-14 Yang TseAdd custom checks for lber, ldap, ldapssl and ldap_ssl...
2007-10-13 Yang TseAdd check for winldap and winber header files
2007-09-27 Dan FandrichEnabled a few more gcc warnings with --enable-debug...
2007-08-11 Daniel StenbergPatrick Monnerat modified the LDAP code and approach...
2007-07-30 Daniel StenbergPeter O'Gorman pointed out (and fixed) that the non...
2007-04-10 Yang Tse--enable-sspi only supported on Windows native builds
2007-04-03 Yang TseCleanup. Warnings related with FD_SET, FD_ISSET, and...
2007-03-27 Dan FandrichDaniel Johnson's fix for shared object extension detect...
2007-03-22 Yang Tsefix wrong macro name introduced in las commit
2007-03-22 Yang TseAdd check for compiler variadic macro support in config...
2007-03-22 Yang Tseattempt to keep message length below 80 chars
2007-02-15 Yang Tseicc 9.0 when compiling its generated code for its own...
2007-02-13 Dan FandrichAdded last-resort dynamic library names.
2007-01-31 Dan FandrichProperly use libtool macros to fix OpenLDAP library...
2006-11-22 Yang TseAdded a check in configure that verifies if <signal...
2006-10-16 Daniel StenbergAdded a check in configure that simply tries to run...
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 some debug info
2006-07-01 Yang TseGet some debug info
2006-07-01 Yang TseAvoid shell globbing
2006-07-01 Yang TseGet qualifier of arg 1 for getnameinfo apart. Take 3.
2006-07-01 Yang TseGet qualifier of arg 1 for getnameinfo apart.
2006-06-30 Yang TseRemove experimental notice from CURL_CHECK_FUNC_GETNAMEINFO
2006-04-19 Daniel Stenbergdetect ICC and pass on "-we 147" so that the configure...
2006-01-18 Daniel Stenbergconfigure no longer warns on "missing" if the current...
2005-12-21 Yang TseChecking for function getnameinfo and its arguments...
2005-12-21 Yang TseUndefine HAVE_GETNAMEINFO if unable to find
next