summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* lib: use correct printf flags for sockets and timediffsDaniel Stenberg2023-03-291-0/+3
* ngtcp2: adjust config and code checks for ngtcp2 without nghttp3Stefan Eissing2023-03-231-1/+1
* tests/http: add pytest to GHA and improve testsStefan Eissing2023-03-131-3/+3
* DEPRECATE: the original legacy mingw version 1Daniel Stenberg2023-03-061-0/+13
* rand: use arc4random as fallback when availableHarry Sintonen2023-03-061-1/+2
* build: drop the use of XC_AMEND_DISTCLEANJan Engelhardt2023-03-031-2/+0
* tests: rename tests/tests-httpd to tests/httpStefan Eissing2023-03-021-2/+2
* misc: remove support for curl_off_t < 8 bytesDaniel Stenberg2023-02-241-10/+1
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-021-0/+19
* tests-httpd: basic infra to run curl against an apache httpd plus nghttpx for h3Stefan Eissing2023-01-091-0/+56
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-2/+2
* openssl: remove attached easy handles from SSL instancesStefan Eissing2022-12-281-0/+7
* build: assume errno.h is always availableJay Satiro2022-12-071-1/+0
* build: assume assert.h is always availableJay Satiro2022-12-071-2/+1
* tests: add HTTP/3 test case, custom location for proper nghttpxStefan Eissing2022-11-301-0/+11
* tls: backends use connection filters for IO, enabling HTTPS-proxyStefan Eissing2022-11-281-2/+11
* configure: require fork for NTLM-WBDaniel Stenberg2022-11-061-0/+1
* windows: fail early with a missing windres in autotoolsViktor Szakats2022-11-011-1/+7
* winidn: drop WANT_IDN_PROTOTYPESViktor Szakats2022-10-261-1/+0
* autotools: allow unix sockets on WindowsViktor Szakats2022-10-111-9/+15
* tidy-up: delete parallel/unused feature flagsViktor Szakats2022-10-061-3/+2
* configure: the ngtcp2 option should default to 'no'Daniel Stenberg2022-10-051-1/+1
* configure: deprecate builds with small curl_off_tDaniel Stenberg2022-09-281-0/+12
* windows: autotools .rc warnings fixupViktor Szakats2022-09-231-2/+2
* mprintf: use snprintf if availableDaniel Stenberg2022-09-221-0/+1
* windows: add .rc support to autotools buildsViktor Szakats2022-09-181-0/+3
* configure: polish the grep -E message a bit furtherDaniel Stenberg2022-09-111-1/+1
* configure: correct the wording when checking grep -EDaniel Stenberg2022-09-111-4/+5
* ws: initial websockets supportDaniel Stenberg2022-09-091-7/+14
* configure: add --enable-websocketsDaniel Stenberg2022-09-091-0/+27
* configure: fail if '--without-ssl' + explicit parameter for an ssl libSamuel Henrique2022-09-041-1/+6
* configure: if asked to use TLS, fail if no TLS lib was detectedDaniel Stenberg2022-08-251-3/+8
* configure: fix broken m4 syntax in TLS optionsChris Paulson-Ellis2022-08-221-20/+28
* quic: add support via wolfSSLStefan Eissing2022-08-151-0/+55
* config: remove the check for and use of SIZEOF_SHORTDaniel Stenberg2022-08-111-1/+0
* configure: introduce CURL_SIZEOFDaniel Stenberg2022-08-111-7/+7
* configure: fixup bsdsocket detection code for AmigaOS 4.xFutaura2022-08-081-0/+5
* amissl: make AmiSSL v5 a minimum requirementFutaura2022-08-081-1/+1
* configure: -pthread not available on AmigaOS 4.xFutaura2022-08-081-2/+7
* configure.ac: drop references to deleted functionsViktor Szakats2022-08-021-8/+0
* tidy-up: delete unused build configuration macrosViktor Szakats2022-07-191-23/+1
* configure: fix --disable-headers-apiDaniel Stenberg2022-07-121-3/+3
* windows: improve random sourceViktor Szakats2022-07-041-0/+28
* fopen: add Curl_fopen() for better overwriting of filesDaniel Stenberg2022-06-261-0/+1
* configure: warn about rustls being experimentalDaniel Stenberg2022-06-151-0/+1
* version: rename threadsafe-init to threadsafeViktor Szakats2022-06-131-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* ngtcp2: build without sendmsgTatsuhiro Tsujikawa2022-06-101-0/+1
* curl_version_info: add CURL_VERSION_THREADSAFE_INITThomas Guillem2022-06-071-0/+17
* lib: make curl_global_init() threadsafe when possibleThomas Guillem2022-06-071-0/+2