summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg2017-08-171-1/+0
* system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg2017-08-171-10/+7
* configure: check for __builtin_available() availability (#1788)Nick Zitzmann2017-08-161-0/+1
* configure: use the threaded resolver backend by default if possibleDaniel Stenberg2017-08-101-5/+2
* configure: fix the check for IdnToUnicodeJeremy Tan2017-08-011-1/+6
* configure: remove checks for 5 functions never usedDaniel Stenberg2017-07-041-6/+1
* configure: disable nghttp2 too if HTTP has been disabledDaniel Stenberg2017-06-161-0/+7
* fuzz: corpora file structure, initial commitFrederik B2017-06-151-0/+1
* includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg2017-06-141-6/+1
* configure: update the copyright year in the outputDaniel Stenberg2017-06-121-1/+1
* configure: fix link with librtmp when specifying pathChris Carlmar2017-06-071-0/+1
* build: provide easy code coverage measuringDaniel Stenberg2017-06-021-0/+1
* tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich2017-04-271-1/+2
* configure: stop prepending to LDFLAGS, CPPFLAGSJay Satiro2017-04-251-9/+9
* configure: fix the -ldl check for openssl, add -lpthread checkDaniel Stenberg2017-04-241-44/+42
* configure.ac: ignore CR after version numbersMarcel Raad2017-04-171-2/+2
* configure: fix --with-zlib when a path is specifiedGreg Rowe2017-03-031-10/+9
* configure: fix for --enable-pthreadsJay Satiro2017-03-021-13/+32
* configure: Allow disabling pthreads, fall back on Win32 threadsJay Satiro2017-02-141-4/+40
* gnutls: check for alpn and ocsp in configureMarcus Hoffmann2017-01-131-1/+1
* configure: accept --with-libidn2 insteadDaniel Stenberg2016-12-251-1/+1
* cmdline-opts: include the man page split up files in the distDaniel Stenberg2016-12-171-0/+1
* curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij2016-11-261-0/+5
* openssl: RAND_status always exists in OpenSSL >= 0.9.7Daniel Stenberg2016-11-111-3/+1
* idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg2016-10-311-47/+29
* configure: set min version flags for builds on macDaniel Stenberg2016-10-201-0/+2
* s/cURL/curlDaniel Stenberg2016-10-181-1/+1
* configure: Fixed builds with libssh2 in a custom locationDan Fandrich2016-09-241-1/+1
* openssl: don’t call CRYTPO_cleanup_all_ex_dataDaniel Stenberg2016-09-191-1/+0
* configure: change "iOS/Mac OS X native" to "Apple OS native"Nick Zitzmann2016-09-181-5/+5
* configure: detect zlib with our pkg-config macrosDaniel Stenberg2016-08-251-10/+10
* configure: make it work without PKG_CHECK_MODULESDaniel Stenberg2016-08-211-1/+4
* configure.ac: add missing quotes to PKG_CHECK_MODULESMarc Hoersken2016-08-201-1/+1
* configure.ac: add zlib search with pkg-configDambaev Alexander2016-08-121-4/+14
* mbedtls: Added support for NTLMBill Nagel2016-08-031-4/+4
* configure: don't specify .lib for libs on windowsDaniel Stenberg2016-06-221-1/+1
* configure: fix winssl LIBS change typoDaniel Stenberg2016-06-221-1/+1
* configure: add crypt32.lib for winssl buildsDaniel Stenberg2016-06-221-0/+1
* configure: ac_cv_ -> curl_cv_ for r/w varsIrfan Adilovic2016-04-211-1/+1
* configure: ac_cv_ -> curl_cv_ for all cached varsIrfan Adilovic2016-04-211-14/+14
* configure: remove check for libresolveDaniel Stenberg2016-04-181-11/+0
* wolfssl: Use ECC supported curves extensionJay Satiro2016-03-291-1/+3
* wolfssl: Add ALPN supportJay Satiro2016-03-281-1/+2
* configure: warn on invalid ca bundle or pathJay Satiro2016-02-251-2/+2
* configure: state "BoringSSL" in summary when that was detectedDaniel Stenberg2016-02-091-0/+1
* openssl: remove most BoringSSL #ifdefs.David Benjamin2016-02-091-4/+1
* configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel2016-02-081-0/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-2/+2
* configure: update the copyright year range in outputDaniel Stenberg2016-02-021-1/+1
* configure: assume IPv6 works when cross-compiledDaniel Stenberg2016-01-121-3/+3