aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2017-11-24connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-10-30timeval: use mach time on MacOSDmitri Tikhonov
2017-10-14configure: remove the C++ compiler checkDaniel Stenberg
2017-10-09openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg
2017-10-04fuzzer: move to using external curl-fuzzerMax Dymond
2017-09-15tests: add initial gssapi test using stub implementationIsaac Boukris
2017-09-07configure: check for C++ compiler after C, to make it non-fatalDaniel Stenberg
2017-09-07configure: fix curl_off_t check's include orderJay Satiro
2017-09-06configure: remove --enable-soname-bump and SONAME_BUMPDaniel Stenberg
2017-09-05configure: add MultiSSL to FEATURES when enabledDaniel Stenberg
2017-09-02ossfuzz: Move to C++ for curl_fuzzer.Max Dymond
2017-09-01ossfuzz: moving towards the ideal integrationMax Dymond
2017-08-31configure: remove the leading comma from the backends listDaniel Stenberg
2017-08-28configure: Handle "MultiSSL" specially When versioning symbolsJohannes Schindelin
2017-08-28configure: allow setting the default SSL backendJohannes Schindelin
2017-08-28version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin
2017-08-28vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin
2017-08-17CURL_SIZEOF_LONG: removed, use only SIZEOF_LONGDaniel Stenberg
2017-08-17system.h: remove all CURL_SIZEOF_* definesDaniel Stenberg
2017-08-16configure: check for __builtin_available() availability (#1788)Nick Zitzmann
2017-08-10configure: use the threaded resolver backend by default if possibleDaniel Stenberg
2017-08-01configure: fix the check for IdnToUnicodeJeremy Tan
2017-07-04configure: remove checks for 5 functions never usedDaniel Stenberg
2017-06-16configure: disable nghttp2 too if HTTP has been disabledDaniel Stenberg
2017-06-15fuzz: corpora file structure, initial commitFrederik B
2017-06-14includes: remove curl/curlbuild.h and curl/curlrules.hDaniel Stenberg
2017-06-12configure: update the copyright year in the outputDaniel Stenberg
2017-06-07configure: fix link with librtmp when specifying pathChris Carlmar
2017-06-02build: provide easy code coverage measuringDaniel Stenberg
2017-04-27tool_operate: use utimes instead of obsolescent utime when availableDan Fandrich
2017-04-25configure: stop prepending to LDFLAGS, CPPFLAGSJay Satiro
2017-04-24configure: fix the -ldl check for openssl, add -lpthread checkDaniel Stenberg
2017-04-17configure.ac: ignore CR after version numbersMarcel Raad
2017-03-03configure: fix --with-zlib when a path is specifiedGreg Rowe
2017-03-02configure: fix for --enable-pthreadsJay Satiro
2017-02-14configure: Allow disabling pthreads, fall back on Win32 threadsJay Satiro
2017-01-13gnutls: check for alpn and ocsp in configureMarcus Hoffmann
2016-12-25configure: accept --with-libidn2 insteadDaniel Stenberg
2016-12-17cmdline-opts: include the man page split up files in the distDaniel Stenberg
2016-11-26curl_version_info: add CURL_VERSION_HTTPS_PROXYOkhin Vasilij
2016-11-11openssl: RAND_status always exists in OpenSSL >= 0.9.7Daniel Stenberg
2016-10-31idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg
2016-10-20configure: set min version flags for builds on macDaniel Stenberg
2016-10-18s/cURL/curlDaniel Stenberg
2016-09-24configure: Fixed builds with libssh2 in a custom locationDan Fandrich
2016-09-19openssl: don’t call CRYTPO_cleanup_all_ex_dataDaniel Stenberg
2016-09-18configure: change "iOS/Mac OS X native" to "Apple OS native"Nick Zitzmann
2016-08-25configure: detect zlib with our pkg-config macrosDaniel Stenberg
2016-08-21configure: make it work without PKG_CHECK_MODULESDaniel Stenberg