curl/lib/vquic
Viktor Szakats e411c98f70
build: prefer USE_IPV6 macro internally (was: ENABLE_IPV6)
Before this patch, two macros were used to guard IPv6 features in curl
sources: `ENABLE_IPV6` and `USE_IPV6`. This patch makes the source use
the latter for consistency with other similar switches.

`-DENABLE_IPV6` remains accepted for compatibility as a synonym for
`-DUSE_IPV6`, when passed to the compiler.

`ENABLE_IPV6` also remains the name of the CMake and `Makefile.vc`
options to control this feature.

Closes #13349
2024-04-13 08:33:26 +00:00
..
curl_msh3.c lib: keep conn IP information together 2024-03-09 23:24:58 +01:00
curl_msh3.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
curl_ngtcp2.c lib: add Curl_xfer_write_resp_hd 2024-04-11 09:29:21 +02:00
curl_ngtcp2.h ngtcp2: adjust config and code checks for ngtcp2 without nghttp3 2023-03-23 15:39:13 +01:00
curl_osslq.c build: prefer USE_IPV6 macro internally (was: ENABLE_IPV6) 2024-04-13 08:33:26 +00:00
curl_osslq.h http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
curl_quiche.c tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
curl_quiche.h quic: rename vquic implementations, fix for quiche build. 2023-01-05 23:39:49 +01:00
vquic-tls.c gnutls: lazy init the trust settings 2024-04-11 08:59:25 +02:00
vquic-tls.h tls: use shared init code for TCP+QUIC 2024-04-09 09:08:05 +02:00
vquic.c lib: keep conn IP information together 2024-03-09 23:24:58 +01:00
vquic.h connections: introduce http/3 happy eyeballs 2023-02-02 09:57:34 +01:00
vquic_int.h vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00