summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* autotools: sync up clang picky warnings with cmakeViktor Szakats2023-04-171-3/+20
* openssl: interop with AWS-LCJim King2023-03-301-0/+18
* build: drop the use of XC_AMEND_DISTCLEANJan Engelhardt2023-03-031-169/+0
* curl_setup: Suppress OpenSSL 3 deprecation warningsJay Satiro2023-02-182-10/+0
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-0325-25/+25
* curl-openssl.m4: do not add $prefix/include/openssl to CPPFLAGSDaniel Stenberg2022-11-281-2/+1
* tls: backends use connection filters for IO, enabling HTTPS-proxyStefan Eissing2022-11-281-0/+9
* curl-rustls.m4: on macOS, rustls also needs the Security frameworkStefan Eissing2022-11-101-0/+8
* configure: require fork for NTLM-WBDaniel Stenberg2022-11-061-0/+3
* curl-wolfssl.m4: error out if wolfSSL is not usablePetr Štetiar2022-10-101-1/+2
* autotools: allow --enable-symbol-hiding with windowsViktor Szakats2022-09-251-2/+1
* curl-compilers.m4: for gcc + want warnings, set gnu89 standardDaniel Stenberg2022-09-231-0/+1
* curl-compilers.m4: use -O2 as default optimize for clangDaniel Stenberg2022-09-061-1/+1
* misc: spelling fixesViktor Szakats2022-08-313-4/+4
* configure: introduce CURL_SIZEOFDaniel Stenberg2022-08-113-118/+60
* configure: fixup bsdsocket detection code for AmigaOS 4.xFutaura2022-08-081-24/+40
* amissl: make AmiSSL v5 a minimum requirementFutaura2022-08-081-7/+32
* curl-compilers.m4: make icc use -diag* options and disable two warningsDaniel Stenberg2022-07-231-2/+4
* curl-functions.m4: check whether atomics can link rather than just compileDaniel Katz2022-07-211-1/+2
* curl-wolfssl.m4: add options header when building test codeRosen Penev2022-07-201-0/+1
* curl-confopts: remove leftover AC_REQUIREsDaniel Stenberg2022-07-191-2/+0
* tidy-up: delete unused build configuration macrosViktor Szakats2022-07-191-674/+3
* configure: check for the stdatomic.h header in configureDaniel Stenberg2022-06-281-17/+19
* copyright: make repository REUSE compliantmax.mehl2022-06-1326-20/+74
* lib: make curl_global_init() threadsafe when possibleThomas Guillem2022-06-071-0/+23
* wolfSSL: explicitly use compatibility layerElms2022-05-171-13/+0
* configure: fix '--enable-code-coverage' typogaoxingwang on github2022-02-101-1/+1
* configure: remove support for "embedded ares"Daniel Stenberg2022-02-071-57/+42
* curl-openssl: fix SRP check for OpenSSL 3.0Marcel Raad2022-02-071-5/+15
* misc: remove the final watcom referencesDaniel Stenberg2022-01-171-58/+1
* misc: remove BeOS code and referencesDaniel Stenberg2022-01-171-1/+1
* curl-openssl: remove the OpenSSL headers and library versions checkDaniel Stenberg2022-01-151-280/+1
* build: enable -Warith-conversionMarcel Raad2022-01-131-0/+1
* build: fix -Wenum-conversion handlingMarcel Raad2022-01-131-4/+5
* curl-functions.m4: revert DYLD_LIBRARY_PATH tricks in CURL_RUN_IFELSEDaniel Stenberg2022-01-121-5/+1
* mesalink: remove supportDaniel Stenberg2022-01-101-107/+0
* curl-functions.m4: fix LIBRARY_PATH adjustment to avoid evalSatadru Pramanik2022-01-051-9/+14
* m4/curl-compilers: tell clang -Wno-pointer-bool-conversionDaniel Stenberg2021-12-291-0/+3
* openssl: define HAVE_OPENSSL_VERSION for OpenSSL 1.1.0+Jay Satiro2021-12-161-4/+1
* configure: fix runtime-lib detection on macOSBernhard Walle2021-11-181-4/+10
* configure: add -lm to configure for rustls build.Jacob Hoffman-Andrews2021-11-131-8/+3
* vtls/rustls: update to compile with rustls-ffi v0.8.0Kevin Burke2021-11-111-4/+4
* curl-confopts.m4: remove --enable/disable-hidden-symbolsDaniel Stenberg2021-10-221-4/+0
* misc: update copyright yearsDaniel Stenberg2021-10-151-1/+1
* curl-openssl.m4: modify library order for openssl linkingMichael Afanasiev2021-10-081-2/+2
* misc: fix a few issues on MidnightBSDLucas Holt2021-10-052-1/+5
* configure: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-291-6/+1
* Revert "build: remove checks for WinSock 1"Daniel Stenberg2021-09-291-1/+6
* build: remove checks for WinSock 1Marcel Raad2021-09-281-6/+1
* curl-openssl: pass argument to sed single-quotedDaniel Stenberg2021-09-231-1/+1