smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / m4 / curl-functions.m4
2017-03-23 Seonah MoonUpdate version to 7.53.1 83/120583/1 accepted/tizen/common/20170323.154553 accepted/tizen/ivi/20170324.023348 accepted/tizen/mobile/20170324.023258 accepted/tizen/tv/20170324.023313 accepted/tizen/unified/20170324.023404 accepted/tizen/wearable/20170324.023330 submit/tizen/20170323.081345 submit/tizen/20170323.081420
2017-03-23 taesub kimImported Upstream version 7.53.1 59/120559/1 upstream/7.53.1
2017-03-23 taesub kimRevert "Imported Upstream version 7.53.1" 51/120551/1
2017-03-22 taesub kimImported Upstream version 7.53.1 94/120194/1
2016-09-23 Seonah MoonUpdate to 7.50.2 00/89300/3 accepted/tizen/common/20160928.164154 accepted/tizen/ivi/20160929.081233 accepted/tizen/mobile/20160929.081128 accepted/tizen/tv/20160929.081209 accepted/tizen/wearable/20160929.081050 submit/tizen/20160928.053415
2016-09-23 Seonah MoonImported Upstream version 7.50.2 93/89293/1 upstream/7.50.2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2014-05-06 Daniel JohnsonEnable poll on darwin13
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-02-23 Daniel Stenbergstrcasestr: remove check for this unused function
2013-02-14 Daniel Stenbergstrlcat: remove function
2012-12-17 Yang Tsecurl-functions.m4: improve gethostname arg 2 data type...
2012-12-15 Yang Tsecurl-functions.m4: add gethostname arg 2 data type...
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-03-28 Yang Tsecurl-functions.m4: update detection logic of getaddrinf...
2012-03-21 Yang Tsecurl-functions.m4: update detection logic of getaddrinf...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-07-29 Yang Tsecurl-functions.m4 serial # bump
2011-07-29 Yang TseRevert "configure: additional flag checks for fcntl...
2011-07-29 Yang Tseconfigure: additional flag checks for fcntl() socket...
2011-07-29 Yang Tsesocketpair() usage tracking to allow fd leak detection
2011-04-28 Daniel Stenbergtreaded-resolver: better error messages
2010-11-10 Yang Tsecurl-functions: provide xattr function tests that also...
2010-11-10 Stefan Tomanekwrite extended attributes by using fsetxattr
2010-11-09 Yang Tseserial number bump
2010-11-08 Daniel Stenbergxattr-check: correct the comment as well
2010-11-08 Daniel Stenbergsetxattr: fix the checks
2010-11-05 Daniel Stenbergxattr: add configure check and #ifdefs
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-17 Yang Tseupdate outdated serial number
2010-03-02 Daniel Stenberg- Markus Duft pointed out in bug #2961796 that even...
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-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-18 Yang TseCheck for basename() is now done the same as other...
2009-09-28 Yang TseAdded check for memrchr function or macro
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-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-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-18 Yang Tsecheck for gethostbyaddr and gethostbyname as it is...
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-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-23 Yang TseRaise message severity up to warning, when strerror_r...
2008-10-23 Yang Tse#include <stdlib.h> for exit() prototype
2008-09-26 Yang Tsesiginterrupt, signal and sigsetjmp checks
2008-09-24 Yang TseHAVE_INET_PTON will only be defined when an IPv6 capabl...
2008-09-24 Yang Tseconfigure script now checks availability of the inet_nt...
2008-09-24 Yang Tsetemporarily enable CURL_CHECK_FUNC_INET_NTOA_R
2008-09-22 Yang Tseattempt to make work the gethostname function
2008-09-19 Yang Tseconfigure script now checks availability of the alarm...
2008-09-18 Yang Tsefix false negative strerror_r detection
2008-09-18 Yang Tsefix wrong number used in comparison
2008-09-18 Yang Tsefix wrong variable used in comparison
2008-09-18 Yang Tsefix netdb.h prerequisite inclusion
2008-09-17 Yang Tseimprove detection of gethostbyaddr_r() and gethostbynam...
2008-09-17 Yang Tseimprove detection of getservbyport_r()
2008-09-17 Yang Tseimprove detection of gethostname(), localtime_r() and...
2008-09-16 Yang Tserearrange to allow internal/private use of ares_writev...
2008-09-15 Yang Tseremove debug tracing
2008-09-15 Yang Tseimprove detection of:
2008-09-12 Yang Tsealso check for an 'unsigned int' for third argument...
2008-09-12 Yang Tseimprove detection of strerror_r()
2008-09-12 Yang Tseadd some debug tracing
2008-09-12 Yang Tseimprove detection of fdopen() and strerror_r()
2008-09-11 Yang Tsedo not check if gmtime_r usage is allowed when a previo...
2008-09-10 Yang Tseimprove detection of strdup() and ftruncate()
2008-09-10 Yang Tseimprove detection of sigaction() and strtok_r()
2008-09-10 Yang Tseimprove detection of gmtime_r() and strtoll()