aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
AgeCommit message (Expand)Author
2020-03-21curl-functions.m4: remove inappropriate AC_REQUIRERoss Burton
2020-02-02cleanup: fix typos and wording in docs and commentsPedro Monreal
2019-07-09configure: fix --disable-code-coverageJan Chren
2019-05-22configure/cmake: check for if_nametoindex()Daniel Stenberg
2019-05-21configure: detect getsockname and getpeername on windows tooDaniel Stenberg
2019-03-15configure: add --with-amisslChris Young
2019-02-22configure: remove the unused fdopen macroDaniel Stenberg
2019-01-26configure: rewrite --enable-code-coverageDaniel Stenberg
2018-09-26configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSEDaniel Stenberg
2018-05-21configure: replace AC_TRY_RUN with CURL_RUN_IFELSEDaniel Stenberg
2018-04-16configure: keep LD_LIBRARY_PATH changes localDaniel Stenberg
2016-10-18configure/CURL_CHECK_FUNC_POLL: disable poll completely on macDaniel Stenberg
2016-10-11configure: detect the broken poll() in macOS 10.12Daniel Stenberg
2016-04-21configure: ac_cv_ -> curl_cv_ for write-only varsIrfan Adilovic
2016-04-21configure: ac_cv_ -> curl_cv_ for r/w varsIrfan Adilovic
2016-04-21configure: ac_cv_ -> curl_cv_ for all cached varsIrfan Adilovic
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-12-20configure: detect IPv6 support on WindowsJohannes Schindelin
2014-05-06Enable poll on darwin13Daniel Johnson
2013-02-23strcasestr: remove check for this unused functionDaniel Stenberg
2013-02-14strlcat: remove functionDaniel Stenberg
2012-12-17curl-functions.m4: improve gethostname arg 2 data type checkYang Tse
2012-12-15curl-functions.m4: add gethostname arg 2 data type check and definitionYang Tse
2012-03-28curl-functions.m4: update detection logic of getaddrinfo() thread-safenessYang Tse
2012-03-21curl-functions.m4: update detection logic of getaddrinfo() thread-safenessYang Tse
2011-07-29curl-functions.m4 serial # bumpYang Tse
2011-07-29Revert "configure: additional flag checks for fcntl() socket() and socketpair()"Yang Tse
2011-07-29configure: additional flag checks for fcntl() socket() and socketpair()Yang Tse
2011-07-29socketpair() usage tracking to allow fd leak detectionYang Tse
2011-04-28treaded-resolver: better error messagesDaniel Stenberg
2010-11-10curl-functions: provide xattr function tests that also check number of argumentsYang Tse
2010-11-10write extended attributes by using fsetxattrStefan Tomanek
2010-11-09serial number bumpYang Tse
2010-11-08xattr-check: correct the comment as wellDaniel Stenberg
2010-11-08setxattr: fix the checksDaniel Stenberg
2010-11-05xattr: add configure check and #ifdefsDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-17update outdated serial numberYang Tse
2010-03-02- Markus Duft pointed out in bug #2961796 that even though Interix has aDaniel Stenberg
2010-01-06Prevent detection of stdint.h on IRIX systems, even when available.Yang Tse
2009-11-16Update serial numberYang Tse
2009-11-15getaddrinfo is fully thread safe on solaris versions whichYang Tse
2009-11-13Assume that getaddrinfo is thread safe, unless hard codedYang Tse
2009-11-13Related with the threadsafe capability of getaddrinfo:Yang Tse
2009-11-12AIX 5.2 and newer have threadsafe getaddrinfo.Yang Tse
2009-11-12HP-UX 11.11 and later have threadsafe getaddrinfoYang Tse
2009-11-12Check if getaddrinfo is threadsafe when function check allows it to be usedYang Tse
2009-10-18Check for basename() is now done the same as other function checksYang Tse
2009-09-28Added check for memrchr function or macroYang Tse
2009-07-14renamed generated config.h to curl_config.h in order to avoid clashes when li...Gunter Knauf