summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* mailing lists: move from cool.haxx.se to lists.haxx.seDaniel Stenberg2021-08-301-1/+1
* curl-openssl.m4: show correct output for OpenSSL v3Daniel Stenberg2021-08-221-3/+27
* curl-openssl.m4: check lib64 for the pkg-config fileDaniel Stenberg2021-07-261-2/+15
* misc: copyright year range updatesDaniel Stenberg2021-07-191-1/+1
* build: fix IoctlSocket FIONBIO checkAndrea Pappacoda2021-07-161-1/+1
* configure: inhibit the implicit-fallthrough warning on gcc-12Daniel Stenberg2021-06-291-1/+4
* hostip: (macOS) free returned memory of SCDynamicStoreCopyProxiesGregory Muchka2021-06-211-2/+2
* configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_rGergely Nagy2021-06-182-275/+0
* configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_rGergely Nagy2021-06-182-164/+0
* configure: remove unused check for gai_strerrorGergely Nagy2021-06-181-96/+0
* configure/cmake: remove unused define HAVE_FREEIFADDRSGergely Nagy2021-06-181-84/+0
* configure/cmake: remove checks for unused getservbyport_rGergely Nagy2021-06-182-176/+0
* configure: do not strip out debug flagsDaniel Stenberg2021-06-171-69/+1
* rustls: remove native_roots fallbackJacob Hoffman-Andrews2021-06-141-3/+0
* lib/hostip6.c: make NAT64 address synthesis on macOS workRadek Zajic2021-05-251-0/+52
* rustls: switch read_tls and write_tls to callbacksJacob Hoffman-Andrews2021-05-241-1/+1
* wolfssl: remove SSLv3 support leftoversDaniel Stenberg2021-05-181-3/+1
* curl-wolfssl.m4: without custom include path, assume /usr/includeDaniel Stenberg2021-05-181-2/+2
* m4: add security frameworks on Mac when compiling rustlsKevin Burke2021-04-251-0/+3
* configure: split out each TLS library detector into its own functionDaniel Stenberg2021-04-2211-1/+1426
* configure: include <time.h> unconditionallyMichael Forney2021-04-071-8/+2
* configure: remove use of deprecated macrosDaniel Stenberg2021-03-161-1/+0
* configure: s/AC_HELP_STRING/AS_HELP_STRINGDaniel Stenberg2021-03-162-27/+27
* build: delete unused feature guardsViktor Szakats2021-02-231-85/+1
* configure: set -Wextra-semi-stmt for clang with --enable-debugDaniel Stenberg2020-12-291-0/+1
* Revert "libcurl.pc: make it relocatable"Daniel Stenberg2020-11-093-344/+0
* curl.se: new homeDaniel Stenberg2020-11-046-6/+6
* libcurl.pc: make it relocatableCristian Morales Vega2020-10-153-0/+344
* ECH: renamed from ESNI in docs and configureDaniel Stenberg2020-09-291-21/+21
* lib: fix -Wassign-enum warningsDaniel Stenberg2020-09-081-0/+4
* configure: let --enable-debug set -Wenum-conversion with gcc >= 10Daniel Stenberg2020-09-071-0/+4
* configure: allow disabling warningsMarcel Raad2020-07-171-48/+74
* configure: remove use of -vec-report0 from CFLAGS with iccDaniel Stenberg2020-04-061-5/+0
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-2410-9/+30
* curl-functions.m4: remove inappropriate AC_REQUIRERoss Burton2020-03-211-2/+0
* configure: convert -I to -isystem as a last stepDaniel Stenberg2020-03-111-5/+4
* configure: document 'compiler_num' for gccDaniel Stenberg2020-03-111-3/+12
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-022-5/+5
* ESNI: initial build/setupNiall2019-10-021-1/+37