summaryrefslogtreecommitdiff
path: root/lib/vquic
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: use 0.15.0Daniel Stenberg2023-05-121-20/+17
* quiche: disable pacing while pacing is not actually performedFrançois Michel2023-05-031-0/+1
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-282-2/+2
* urldata: shrink *select_bits int => unsigned charDaniel Stenberg2023-04-263-4/+4
* http3: expire unpaused transfers in all HTTP/3 backendsStefan Eissing2023-04-253-0/+46
* h2/h3: replace `state.drain` counter with `state.dselect_bits`Stefan Eissing2023-04-254-63/+69
* HTTP3/quiche: terminate h1 response header when no body is sentStefan Eissing2023-04-241-0/+6
* quiche: Enable IDLE egress handlingStefan Eissing2023-04-181-2/+2
* http2: support HTTP/2 to forward proxies, non-tunnelingStefan Eissing2023-04-173-94/+151
* http3: check stream_ctx more thoroughly in all backendsStefan Eissing2023-04-133-26/+109
* http2: move HTTP/2 stream vars into local contextStefan Eissing2023-04-063-17/+21
* proxy: http2 proxy tunnel implementationStefan Eissing2023-04-062-31/+6
* http3: improvements across backendsStefan Eissing2023-03-315-1341/+1846
* ngtcp2: adjust config and code checks for ngtcp2 without nghttp3Stefan Eissing2023-03-233-5/+5
* http2: Use KEEP_SEND_HOLD for flow control in HTTP/2Stefan Eissing2023-03-142-2/+2
* misc: fix typosViktor Szakats2023-03-081-1/+1
* url: fix logic in connection reuse to deny reuse on "unclean" connectionsStefan Eissing2023-03-073-3/+57
* connect: fix time_connect and time_appconnect timer statisticsStefan Eissing2023-03-063-20/+37
* http: fix unix domain socket use in https connectsStefan Eissing2023-02-281-0/+4
* quic/schannel: fix compiler warningsViktor Szakats2023-02-283-4/+8
* ngtcp2: fix unwanted close of file descriptor 0Stefan Eissing2023-02-241-1/+2
* h3: silence compiler warningsViktor Szakats2023-02-122-0/+5
* ngtcp2: replace removed define and stop using removed functionDaniel Stenberg2023-02-111-10/+2
* vquic: stabilization and improvementsStefan Eissing2023-02-104-667/+1047
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-025-233/+496
* CI: add pytest github workflow to CI test/tests-httpd on a HTTP/3 setupStefan Eissing2023-01-311-0/+2
* curl_log: for failf/infof and debug logging implementationsStefan Eissing2023-01-124-122/+102
* msh3: update to v0.6Nick Banks2023-01-101-84/+134
* ngtcp2: add CURLOPT_SSL_CTX_FUNCTION support for openssl+wolfsslStefan Eissing2023-01-101-47/+78
* tests-httpd: basic infra to run curl against an apache httpd plus nghttpx for h3Stefan Eissing2023-01-091-27/+54
* quic: improve connect error message, debugging info, fix false connect reportStefan Eissing2023-01-092-12/+24
* quiche: fix build without any HTTP/2 implementationStefan Eissing2023-01-091-4/+0
* msh3: run again in its cfilterStefan Eissing2023-01-081-66/+240
* quic: rename vquic implementations, fix for quiche build.Stefan Eissing2023-01-057-52/+46
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-039-9/+9
* ngtcp2: fix the build without 'sendmsg'Daniel Stenberg2023-01-031-1/+0
* lib: connect/h2/h3 refactorStefan Eissing2022-12-309-1414/+1950
* msh3: add support for request payloadNick Banks2022-12-283-7/+31
* msh3: update to v0.5 ReleaseNick Banks2022-12-221-2/+15
* gnutls: use common gnutls init and verify code for ngtcp2Stefan Eissing2022-12-012-74/+76
* vtls: localization of state data in filtersStefan Eissing2022-11-222-13/+19
* misc: typo and grammar fixesAyesh Karunaratne2022-10-272-3/+3
* ngtcp2: Fix build errors due to changes in ngtcp2 libraryJay Satiro2022-10-171-3/+4
* ngtcp2: fix C89 compliance nitDaniel Stenberg2022-09-271-1/+3
* openssl: make certinfo available for QUICDaniel Stenberg2022-09-272-0/+9
* msh3: change the static_assert to make the code C89Daniel Stenberg2022-09-231-3/+3
* misc: spelling fixesViktor Szakats2022-08-311-2/+2
* ngtcp2: fix picky compiler warnings with wolfSSL for QUICDaniel Stenberg2022-08-151-2/+4
* ngtcp2: remove leftover variableDaniel Stenberg2022-08-151-1/+0
* quic: add support via wolfSSLStefan Eissing2022-08-152-1/+135