smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / m4 /
2010-11-08 Daniel Stenbergsetxattr: fix the checks
2010-11-05 Daniel Stenbergxattr: add configure check and #ifdefs
2010-09-21 Daniel Stenbergduphandle: use ares_dup()
2010-08-11 Yang Tseconfigure: werror related adjustments
2010-07-21 Ben Greearbuild: Enable configure --enable-werror
2010-06-17 Daniel Stenbergconfigure: spell --disable-threaded-resolver correctly
2010-04-25 Daniel Stenbergnew configure option --enable-threaded-resolver
2010-03-25 Daniel Stenbergremove all .cvsignore files
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-22 Daniel JohnsonFix warnings for clang
2010-03-20 Daniel Stenbergprovide an initial set of .gitignore files
2010-03-17 Yang Tsereplaced intel compiler option -no-ansi-alias with...
2010-03-17 Yang Tseupdate outdated serial number
2010-03-05 Daniel StenbergDaniel Johnson provided fixes for building with the...
2010-03-02 Daniel Stenberg- Markus Duft pointed out in bug #2961796 that even...
2010-01-27 Yang TseRestore normal operation:
2010-01-27 Yang Tsefix c-ares assumed check being skipped
2010-01-27 Yang Tsefix LDFLAGS preservation in CURL_CHECK_LIB_ARES
2010-01-26 Yang Tseminor fixes for --enable-ares configure option
2010-01-06 Yang TsePrevent detection of stdint.h on IRIX systems, even...
2009-11-16 Yang TseUpdate serial number
2009-11-15 Yang Tsegetaddrinfo is fully thread safe on solaris versions...
2009-11-14 Yang TseRefactor how preprocessor symbol _THREAD_SAFE definitio...
2009-11-13 Yang TseAssume that getaddrinfo is thread safe, unless hard...
2009-11-13 Yang TseRelated with the threadsafe capability of getaddrinfo:
2009-11-12 Yang TseAIX 5.2 and newer have threadsafe getaddrinfo.
2009-11-12 Yang TseHP-UX 11.11 and later have threadsafe getaddrinfo
2009-11-12 Yang TseCheck if getaddrinfo is threadsafe when function check...
2009-10-19 Yang TseUse *_CHECK_PATH_SEPARATOR_REQUIRED to ensure that...
2009-10-19 Yang TseOur _AS_PATH_SEPARATOR_PREPARE override is now m4_defun...
2009-10-18 Yang TseCheck for basename() is now done the same as other...
2009-09-29 Yang TseCheck if _REENTRANT definition is required to
2009-09-28 Yang TseAdded check for memrchr function or macro
2009-09-24 Daniel Stenbergrevert HPUX change since it already works fine
2009-09-23 Daniel Stenberg- HPUX does need _REENTRANT too to build really thread...
2009-07-14 Gunter Knaufrenamed generated config.h to curl_config.h in order...
2009-06-20 Yang TseRefactor how libraries are checked for connect() function,
2009-06-18 Yang Tseadd CloseSocket camel case function check
2009-06-17 Yang Tsesocket() and closesocket() prototypes might be in socket.h
2009-06-17 Yang Tsecheck for socket() and closesocket() as it is done...
2009-06-17 Dan FandrichAdded a few more compiler warning options for gcc.
2009-06-10 Yang Tsefix language in comment
2009-06-09 Yang TseAdded --enable-curldebug configure option to enable...
2009-05-15 Yang Tseremove outdated comment
2009-05-07 Yang TseProper naming for the experimental compiler test and...
2009-05-07 Yang TseMoved *_CHECK_COMPILER_HALT_ON_ERROR and *_CHECK_COMPIL...
2009-04-28 Yang TseMoved CURL_INCLUDES_INTTYPES to curl-functions.m4 along...
2009-04-26 Yang TseInitial step towards a configure time curl_socklen_t...
2009-04-17 Yang Tseremove compiler options used while debugging the icc...
2009-04-15 Yang TseSet HP-UX compiler warning level back to the one that...
2009-02-13 Yang Tseignore
2009-02-13 Yang Tsecheck for poll() as it is done for other functions
2008-11-20 Dan FandrichMake checking for struct ifreq a prerequisite for setting
2008-11-19 Yang Tseuser provided PATH_SEPARATOR always overrides auto...
2008-11-18 Yang Tseattempting to keep lines below 80 chars
2008-11-18 Yang Tseprovide a common PATH_SEPARATOR check method which...
2008-11-18 Yang Tsecheck for gethostbyaddr and gethostbyname as it is...
2008-11-17 Dan FandrichAdded more compiler warning options for gcc 4.3
2008-11-17 Yang TseMake configure script check if ioctl with the SIOCGIFAD...
2008-11-17 Yang Tsefix leftover from previous commit
2008-11-17 Yang Tsefix inet_pton() runtime configure check
2008-11-16 Yang Tsetrim down configure script size
2008-11-14 Yang Tsefix typo affecting inclusion of <arpa/inet.h> in configure
2008-11-14 Yang Tse#include <string.h> in the getaddrinfo() runtime check...
2008-11-14 Yang Tsefix symbol definition check for fcntl.h inclusion
2008-11-14 Yang Tse#include <stdlib.h> in the getifaddrs() runtime check...
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-11-08 Yang Tsecheck for getifaddrs and freeifaddrs as it is done...
2008-10-30 Yang Tsecheck for freeaddrinfo() at configuration phase
2008-10-30 Yang Tseupdate aclocal file serial number
2008-10-30 Yang Tseremove verification of the freeability of the addrinfo...
2008-10-29 Yang Tsemake CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
2008-10-28 Yang Tsefix leftover
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-28 Yang TseInitial attempt to detect at configuration time if...
2008-10-25 Yang Tseicc adjustments:
2008-10-24 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-24 Yang Tseicc permanent adjustment:
2008-10-23 Yang Tseicc adjustments:
2008-10-23 Yang TseRaise message severity up to warning, when strerror_r...
2008-10-23 Yang Tse#include <stdlib.h> for exit() prototype
2008-10-22 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-21 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-20 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-19 Yang Tsemessages initially intended only for debug purposes...
2008-10-17 Yang Tsefix missing double-quotes
2008-10-16 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-15 Yang TseEnsure that shell variable contents which have active...
2008-10-14 Yang TseAdjust Watcom C warnings:
2008-10-14 Yang TseWith this change Solaris target builds will now be...
2008-10-14 Yang TseAdjust Tiny C basic options:
2008-10-14 Yang TseAdjust GCC warnings:
2008-10-14 Yang Tsefix syntax error
2008-10-14 Yang TseInitial attempt to detect Watcom C compiler
2008-10-13 Yang Tsemake naming scheme more consistent across whole file
2008-10-13 Yang TseAdjust GCC warnings:
2008-10-13 Yang TseAdjust GCC --enable-warnings:
2008-10-12 Yang Tseadjust SGI MIPSpro C detection
2008-10-12 Yang TseLCC compiler adjustments:
2008-10-11 Yang Tseremove extra space
next