aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2023-10-02autotools: restore `HAVE_IOCTL_*` detectionsViktor Szakats
2023-09-29configure: replace adhoc domain with `localhost` in testsViktor Szakats
2023-09-28configure: remove unused checksDaniel Stenberg
2023-09-25lib: use wrapper for curl_mime_data fseek callbackNatanael Copa
2023-09-25configure: sort AC_CHECK_FUNCSNatanael Copa
2023-09-23mingw: delete support for legacy mingw.org toolchainViktor Szakats
2023-09-21tftpd: always use curl's own tftp.hPatrick Monnerat
2023-09-10configure: fix `HAVE_TIME_T_UNSIGNED` checkBenoit Pierre
2023-09-07lib: add ability to disable auths individuallyWyatt O'Day
2023-09-01configure: trust pkg-config when it's used for zlibDan Fandrich
2023-08-17lib: --disable-bindlocal builds curl without local binding supportDaniel Stenberg
2023-08-13build: streamline non-UWP wincrypt detectionsViktor Szakats
2023-07-31configure, cmake, lib: more form api deprecationPatrick Monnerat
2023-07-29nss: remove support for this TLS libraryDaniel Stenberg
2023-07-29configure: use the pkg-config --libs-only-l flag for libssh2Daniel Stenberg
2023-07-19configure: check for nghttp2_session_get_stream_local_window_sizeDaniel Stenberg
2023-07-12ngtcp2: build with 0.17.0 and nghttp3 0.13.0Tatsuhiro Tsujikawa
2023-06-24configure: the --without forms of the options are also gonedivinity76
2023-06-23configure: add check for ldap_init_fdDaniel Stenberg
2023-06-13timeval: use CLOCK_MONOTONIC_RAW if availableDaniel Stenberg
2023-06-05build: drop unused/redundant `HAVE_WINLDAP_H`Viktor Szakats
2023-05-31configure: fix run-compiler for old /bin/shAlejandro R. SedeƱo
2023-05-28configure: without pkg-config and no custom path, use -lnghttp2Daniel Stenberg
2023-05-25configure: fix build with arbitrary CC and LD_LIBRARY_PATHEmanuele Torre
2023-05-23configure: quote the assignments for run-compilerChristian Hesse
2023-05-18configure: fix --help alignmentEmanuele Torre
2023-05-18configure: generate a script to run the compilerDaniel Stenberg
2023-04-28configure: fix detection of apxs (for httpd)Daniel Stenberg
2023-04-26tests/http: more tests with specific clientsStefan Eissing
2023-04-06configure: don't set HAVE_WRITABLE_ARGV on WindowsDaniel Stenberg
2023-04-04tests/http: improved httpd detectionStefan Eissing
2023-04-04configure: make quiche require quiche_conn_send_ack_elicitingDaniel Stenberg
2023-03-29lib: use correct printf flags for sockets and timediffsDaniel Stenberg
2023-03-23ngtcp2: adjust config and code checks for ngtcp2 without nghttp3Stefan Eissing
2023-03-13tests/http: add pytest to GHA and improve testsStefan Eissing
2023-03-06DEPRECATE: the original legacy mingw version 1Daniel Stenberg
2023-03-06rand: use arc4random as fallback when availableHarry Sintonen
2023-03-03build: drop the use of XC_AMEND_DISTCLEANJan Engelhardt
2023-03-02tests: rename tests/tests-httpd to tests/httpStefan Eissing
2023-02-24misc: remove support for curl_off_t < 8 bytesDaniel Stenberg
2023-02-02connections: introduce http/3 happy eyeballsStefan Eissing
2023-01-09tests-httpd: basic infra to run curl against an apache httpd plus nghttpx for h3Stefan Eissing
2023-01-03copyright: update all copyright lines and remove year rangesDaniel Stenberg
2022-12-28openssl: remove attached easy handles from SSL instancesStefan Eissing
2022-12-07build: assume errno.h is always availableJay Satiro
2022-12-07build: assume assert.h is always availableJay Satiro
2022-11-30tests: add HTTP/3 test case, custom location for proper nghttpxStefan Eissing
2022-11-28tls: backends use connection filters for IO, enabling HTTPS-proxyStefan Eissing
2022-11-06configure: require fork for NTLM-WBDaniel Stenberg
2022-11-01windows: fail early with a missing windres in autotoolsViktor Szakats