summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-20curl: add compatibility for Amiga and GCC 6.5Oliver Urbann
2020-11-09Revert "libcurl.pc: make it relocatable"Daniel Stenberg
2020-11-07configure: pass -pthread to Libs.private for pkg-configDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-03hsts: add support for Strict-Transport-SecurityDaniel Stenberg
2020-10-29configure: use pkgconfig to find openSSL when cross-compilingCristian Morales Vega
2020-10-25alt-svc: enable by defaultDaniel Stenberg
2020-10-22libssh2: require version 1.0 or laterDaniel Stenberg
2020-10-15libcurl.pc: make it relocatableCristian Morales Vega
2020-09-30configure: don't say HTTPS-proxy is enabled when disabled!Daniel Stenberg
2020-09-29ECH: renamed from ESNI in docs and configureDaniel Stenberg
2020-09-29configure: use "no" instead of "disabled" for the end summaryDaniel Stenberg
2020-09-14Merge tag 'curl-7_72_0' into masternikita
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-08-31mqtt: enable by defaultDaniel Stenberg
2020-08-29ntlm: fix condition for curl_ntlm_core usageMarcel Raad
2020-08-27configure: added --disable-get-easy-optionsDaniel Stenberg
2020-08-26socketpair: allow CURL_DISABLE_SOCKETPAIRDaniel Stenberg
2020-08-24configure: fix pkg-config detecting wolfsslDaniel Stenberg
2020-08-08TLS naming: fix more Winssl and Darwinssl leftoversDaniel Stenberg
2020-07-27configure: cleanup wolfssl + pkg-config conflicts when cross compiling.Ehren Bendler
2020-07-27configure: show zstd "no" in summary when built without itDaniel Stenberg
2020-07-12content_encoding: add zstd decoding supportGilles Vollant
2020-07-12configure.ac: Sort features name in summaryNicolas Sterchele
2020-06-16configure: for wolfSSL, check for the DES func needed for NTLMDaniel Stenberg
2020-06-04configure: only strip first -L from LDFLAGSDaniel Stenberg
2020-05-30select: add overflow checks for timeval conversionsMarc Hoersken
2020-05-28configure: repair the check if argv can be written toDaniel Stenberg
2020-05-22configure: fix pthread check with static boringsslPeter Wu
2020-05-13configure: the wolfssh backend does not provide SCPDaniel Stenberg
2020-05-12libcurl.pc: Merge Libs.private into Libs for static-only buildsJames Le Cuirot
2020-05-05quiche: enable qlog outputDaniel Stenberg
2020-04-30Merge tag 'curl-7_70_0'nikita
2020-04-21gnutls: bump lowest supported version to 3.1.10Daniel Stenberg
2020-04-14mqtt: add new experimental protocolBjorn Stenberg
2020-04-06configure: don't check for Security.framework when cross-compilingDennis Felsing
2020-04-01Merge tag 'curl-7_69_1'nikita
2020-03-31vquic: add support for GnuTLS backend of ngtcp2Daiki Ueno
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-26openssl: adapt to functions marked as deprecated since version 3Daniel Stenberg
2020-03-11configure: convert -I to -isystem as a last stepDaniel Stenberg
2020-03-11configure: fix -pedantic-errors for GCC 5 and laterDaniel Stenberg
2020-03-03configure.ac: Disable metalink if mbedTLS is specifiedSteve Holme
2020-03-02configure: bump the AC_COPYRIGHT year rangeDaniel Stenberg
2020-03-01configure.ac: Disable metalink support if an incompatible SSL/TLS specifiedSteve Holme
2020-02-21http2: now require nghttp2 >= 1.12.0Daniel Stenberg
2020-02-08configure.ac: fix comments about --with-quicheCristian Greco
2020-01-12wolfSSH: new SSH backendDaniel Stenberg
2019-12-20Merge remote-tracking branch 'upstream/master'ng0