summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* configure: better diagnostics if hyper is built wrongDaniel Stenberg2021-11-141-1/+7
* configure: don't enable TLS when --without-* flags are usedStan Hu2021-11-121-9/+27
* vtls/rustls: update to compile with rustls-ffi v0.8.0Kevin Burke2021-11-111-1/+1
* configure.ac: replace krb5-config with pkg-configRoy Li2021-10-281-8/+6
* configure: when hyper is selected, deselect nghttp2Daniel Stenberg2021-10-261-19/+13
* build: fix typosMalikIdreesHasa2021-10-211-1/+1
* configure: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-291-17/+1
* Revert "build: remove checks for WinSock 1"Daniel Stenberg2021-09-291-1/+17
* build: remove checks for WinSock 1Marcel Raad2021-09-281-17/+1
* ngtcp2: fix build with ngtcp2 and nghttp3Tatsuhiro Tsujikawa2021-09-121-2/+2
* configure: make --disable-hsts workDaniel Stenberg2021-09-051-7/+7
* configure: set classic mingw minimum OS version to XPJay Satiro2021-08-211-1/+47
* configure: error out if both ngtcp2 and quiche are specifiedDaniel Stenberg2021-08-091-0/+5
* configure.ac: revert bad nghttp2 library detection improvementsDaniel Stenberg2021-08-081-2/+1
* configure.ac: tweak nghttp2 library name fix againJay Satiro2021-07-251-1/+1
* Get rid of the unused HAVE_SIG_ATOMIC_T et. al.Dan Fandrich2021-07-231-2/+0
* configure: tweak nghttp2 library name fixChristian Weisgerber2021-07-221-1/+1
* configure: fix nghttp2 library name for static buildst.artikov2021-07-161-1/+2
* configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_rGergely Nagy2021-06-181-2/+0
* configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_rGergely Nagy2021-06-181-1/+0
* configure: remove unused check for gai_strerrorGergely Nagy2021-06-181-1/+0
* configure/cmake: remove unused define HAVE_FREEIFADDRSGergely Nagy2021-06-181-1/+0
* configure/cmake: remove checks for unused sgtty.hGergely Nagy2021-06-181-1/+0
* configure/cmake: remove checks for unused getservbyport_rGergely Nagy2021-06-181-1/+0
* configure.ac: make non-executableAlex Xu (Hello71)2021-06-171-0/+0
* configure: disable RTSP when hyper is selectedDaniel Stenberg2021-06-101-99/+107
* configure: rename get-easy-option configure option to get-easy-optionsBastian Krause2021-06-091-1/+1
* metalink: removeDaniel Stenberg2021-06-071-95/+2
* docs/INSTALL: remove mentions of configure --with-darwin-sslDaniel Stenberg2021-06-061-0/+3
* configure: add --disable-ntlm optiontheawless2021-06-021-1/+21
* lib/hostip6.c: make NAT64 address synthesis on macOS workRadek Zajic2021-05-251-0/+1
* quiche: update for network path aware APIAlessandro Ghedini2021-05-241-0/+5
* configure: if asked for, fail if ldap is not foundDaniel Stenberg2021-05-131-0/+10
* configure: fix typo in TLS error messageDaniel Stenberg2021-04-231-1/+1
* configure: split out each TLS library detector into its own functionDaniel Stenberg2021-04-221-1201/+11
* configure: make the TLS library choice(s) explicitDaniel Stenberg2021-04-221-127/+133
* hsts: enable by defaultDaniel Stenberg2021-04-191-19/+30
* configure: provide --with-openssl, deprecate --with-sslDaniel Stenberg2021-04-151-13/+19
* configure: fix CURL_DARWIN_CFLAGS useDaniel Stenberg2021-04-091-1/+1
* configure: include <time.h> unconditionallyMichael Forney2021-04-071-1/+0
* config: fix SSPI enabling NTLM if crypto auth is disabledMarc Hoersken2021-03-291-13/+15
* configure: remove use of deprecated macrosDaniel Stenberg2021-03-161-10/+1
* configure: make AC_TRY_* into AC_*_IFELSEDaniel Stenberg2021-03-161-28/+33
* configure: s/AC_HELP_STRING/AS_HELP_STRINGDaniel Stenberg2021-03-161-149/+149
* config: fix building SMB with configure using Win32 CryptoMarc Hoersken2021-03-151-16/+25
* configure: only add OpenSSL paths if they are definedMichael Hordijk2021-03-121-2/+4
* configure: provide Largefile feature for curl-configDaniel Stenberg2021-03-111-0/+7
* configure: fail if --with-quiche is used and quiche isn't foundDaniel Stenberg2021-02-241-4/+2
* build: delete unused feature guardsViktor Szakats2021-02-231-1/+0
* configure: make hyper opt-in, and fail if missingJacob Hoffman-Andrews2021-02-231-17/+11