Change #269239
| Category | None |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Tue 02 Jun 2026 22:48:21 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 22d979400acee773da1ad9c462e5c75630650f21 |
Comments
vquic: moving related things into subdir Move QUIC related implementations into the vquic directory. Rename files that implement a connection filter accordingly. Closes #21848
Changed files
- lib/Makefile.inc
- lib/capsule.c
- lib/capsule.h
- lib/cf-capsule.c
- lib/cf-capsule.h
- lib/cf-h2-proxy.c
- lib/cf-h3-proxy.c
- lib/cf-h3-proxy.h
- lib/cf-ip-happy.c
- lib/connect.c
- lib/curl_trc.c
- lib/http_proxy.c
- lib/vquic/capsule.c
- lib/vquic/capsule.h
- lib/vquic/cf-capsule.c
- lib/vquic/cf-capsule.h
- lib/vquic/cf-ngtcp2-proxy.c
- lib/vquic/cf-ngtcp2-proxy.h
- lib/vquic/cf-ngtcp2.c
- lib/vquic/cf-ngtcp2.h
- lib/vquic/cf-quiche.c
- lib/vquic/cf-quiche.h
- lib/vquic/curl_ngtcp2.c
- lib/vquic/curl_ngtcp2.h
- lib/vquic/curl_quiche.c
- lib/vquic/curl_quiche.h
- lib/vquic/vquic.c
- lib/vquic/vquic.h
- tests/unit/unit3400.c