summaryrefslogtreecommitdiff
path: root/include/haproxy/h3.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: h3: add traces on decode_qcs callbackAmaury Denoyelle2023-02-171-0/+3
* CLEANUP: mux-quic: remove stconn usage in h3/hqAmaury Denoyelle2022-09-161-2/+0
* MINOR: h3: support HTTP request framing stateAmaury Denoyelle2022-08-031-0/+8
* BUG/MINOR: h3: fix frame type definitionAmaury Denoyelle2022-06-091-3/+5
* CLEANUP: quic/h3: rename all occurrences of stconn "cs" to "sc"Willy Tarreau2022-05-271-1/+1
* CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)Willy Tarreau2022-05-271-1/+1
* MINOR: h3: refactor SETTINGS parsing/error reportingAmaury Denoyelle2022-05-251-0/+1
* CLEANUP: h3: remove h3 uni taskletAmaury Denoyelle2022-05-251-9/+0
* MINOR: h3: define stream typeAmaury Denoyelle2022-05-251-0/+14
* MINOR: h3/qpack: use qcs as type in decode callbacksAmaury Denoyelle2022-05-251-1/+1
* CLEANUP: h3: rename uni stream type constantsAmaury Denoyelle2022-05-251-6/+8
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2021-10-181-1/+1
* MINOR: h3: define snd_buf callback and divert mux opsAmaury Denoyelle2021-09-231-0/+2
* MINOR: h3: Add HTTP/3 definitions.Frédéric Lécaille2021-09-231-0/+97