curl/lib/vquic
Stefan Eissing 9287563e86 vquic: use new curl_int64_t type
- add curl_int64_t signed 64-bit type for lib use

- define CURL_PRId64, CURL_PRIu64 format ids

- use curl_int64_t in vquic

curl_int64_t signed complements the existing curl_uint64_t unsigned.

Note that `curl_int64_t` and `int64_t` are assignable from each other
but not identical. Some platforms with 64 long type defint int64_t as
"long long" (staring at macOS) which messes up things like pointers and
format identifiers.

Closes https://github.com/curl/curl/pull/13293
2024-04-06 19:08:12 -04:00
..
curl_msh3.c lib: keep conn IP information together 2024-03-09 23:24:58 +01:00
curl_msh3.h
curl_ngtcp2.c vquic: use new curl_int64_t type 2024-04-06 19:08:12 -04: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 vquic: use new curl_int64_t type 2024-04-06 19:08:12 -04:00
curl_osslq.h http3: initial support for OpenSSL 3.2 QUIC stack 2024-01-22 16:15:45 +01:00
curl_quiche.c vquic: use new curl_int64_t type 2024-04-06 19:08:12 -04:00
curl_quiche.h
vquic_int.h vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00
vquic-tls.c vquic-tls: fix the error code returned for bad CA file 2024-03-13 02:03:18 -04:00
vquic-tls.h vquic: extract TLS setup into own source 2024-01-11 10:43:00 +01:00
vquic.c lib: keep conn IP information together 2024-03-09 23:24:58 +01:00
vquic.h