summaryrefslogtreecommitdiff
path: root/ssl/quic/quic_rx_depack.c
Commit message (Expand)AuthorAgeFilesLines
* QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau2023-05-121-6/+74
* QUIC CHANNEL: Handle any number of streamsHugo Landau2023-05-121-7/+32
* Annotate functions needing lockingHugo Landau2023-03-301-0/+1
* Treat unknown frames as a protocol errorMatt Caswell2023-02-221-27/+7
* Rationalize FIPS sourcesTomas Mraz2023-02-081-1/+1
* QUIC CSM: Minor style fixesHugo Landau2023-01-131-20/+20
* QUIC RXDP: Different error messages for stream conditionsHugo Landau2023-01-131-10/+46
* QUIC: Revise and add some TODO linesHugo Landau2023-01-131-1/+0
* QUIC: Complete the implementation of the RX depacketiser in terms of QUIC_CHA...Hugo Landau2023-01-131-299/+422
* QUIC RXDP: Remove non-actionable TODOsHugo Landau2023-01-131-6/+3
* QUIC RX: Support refcounted packets and eliminate wrapperHugo Landau2023-01-131-19/+11
* Plug the QUIC_RSTREAM to the RX depacketizerTomas Mraz2022-11-141-30/+16
* QUIC Receive Stream ManagementTomas Mraz2022-11-141-1/+1
* Fix 32-bit Windows issues related to QUIC_ACKM / QUIC_CCRichard Levitte2022-10-251-2/+4
* Fix definitions of SHUT_RD and SHUT_WRRichard Levitte2022-10-251-0/+1
* Implement packet type checks in the RX DepacketizerRichard Levitte2022-09-231-1/+74
* Implement the RX DepacketizerRichard Levitte2022-09-231-0/+778