summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-1/+0
* libssh: fix a syntax error in configure.acMichael Kaufmann2017-12-121-1/+1
* configure: add AX_CODE_COVERAGE only if using gccMichael Felt2017-12-081-1/+7
* configure: check for netinet/in6.hRandall S. Becker2017-12-061-0/+7
* curl-config: add --ssl-backendsDaniel Stenberg2017-12-061-0/+3
* libssh: added SFTP supportNikos Mavrogiannopoulos2017-12-011-0/+1
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-2/+85
* connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini2017-11-241-0/+1
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-0/+93
* timeval: use mach time on MacOSDmitri Tikhonov2017-10-301-0/+1
* configure: remove the C++ compiler checkDaniel Stenberg2017-10-141-1/+0
* openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg2017-10-091-4/+1
* fuzzer: move to using external curl-fuzzerMax Dymond2017-10-041-1/+0
* tests: add initial gssapi test using stub implementationIsaac Boukris2017-09-151-0/+7
* configure: check for C++ compiler after C, to make it non-fatalDaniel Stenberg2017-09-071-1/+1
* configure: fix curl_off_t check's include orderJay Satiro2017-09-071-1/+1
* configure: remove --enable-soname-bump and SONAME_BUMPDaniel Stenberg2017-09-061-33/+0
* configure: add MultiSSL to FEATURES when enabledDaniel Stenberg2017-09-051-0/+6
* ossfuzz: Move to C++ for curl_fuzzer.Max Dymond2017-09-021-0/+1
* ossfuzz: moving towards the ideal integrationMax Dymond2017-09-011-1/+1
* configure: remove the leading comma from the backends listDaniel Stenberg2017-08-311-1/+1
* configure: Handle "MultiSSL" specially When versioning symbolsJohannes Schindelin2017-08-281-1/+3
* configure: allow setting the default SSL backendJohannes Schindelin2017-08-281-0/+54
* version: add the CURL_VERSION_MULTI_SSL feature flagJohannes Schindelin2017-08-281-4/+15
* vtls: allow selecting which SSL backend to use at runtimeJohannes Schindelin2017-08-281-27/+50
* 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