summaryrefslogtreecommitdiff
path: root/include/haproxy/quic_frame.h
Commit message (Expand)AuthorAgeFilesLines
* CLEANUP: quic: Rename several <buf> variables in quic_frame.(c|h)Frédéric Lécaille2023-05-091-2/+2
* CLEANUP: quic: rename frame variablesAmaury Denoyelle2023-04-241-7/+7
* CLEANUP: quic: rename frame types with an explicit prefixAmaury Denoyelle2023-04-241-21/+21
* BUG/MINOR: quic: Stop removing ACK ranges when building packetsFrédéric Lécaille2023-04-191-0/+21
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2023-04-011-1/+1
* BUG/MINOR: quic: Missing STREAM frame type updatedFrédéric Lécaille2023-03-271-1/+5
* BUG/MINOR: quic: Missing STREAM frame data pointer updatesFrédéric Lécaille2023-03-171-0/+13
* MEDIUM: quic: implement a retransmit limit per frameAmaury Denoyelle2023-02-031-3/+4
* MINOR: quic: refactor frame deallocationAmaury Denoyelle2023-02-031-2/+26
* MINOR: quic: define new functions for frame allocAmaury Denoyelle2023-02-031-0/+53
* CLEANUP: quic: create a dedicated quic_conn moduleAmaury Denoyelle2022-10-031-1/+1
* MINOR: quic: define a generic QUIC error typeAmaury Denoyelle2022-07-151-0/+16
* CLEANUP: tree-wide: remove a few rare non-ASCII charsWilly Tarreau2022-03-041-1/+1
* CLEANUP: quic_frame: Remove a useless suffix to STOP_SENDINGFrédéric Lécaille2021-12-171-1/+1
* MINOR: quic: Make use of buffer structs to handle STREAM framesFrédéric Lécaille2021-09-231-1/+1
* MINOR: quic: Wrong STREAM frame length computingFrédéric Lécaille2021-09-231-2/+3
* MINOR: quic: Add a useful function to compute any frame length.Frédéric Lécaille2021-09-231-0/+120
* MINOR: quic: Add definitions for QUIC protocol.Frédéric Lécaille2020-12-231-0/+43