summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_wire.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* quic: process stateless resetsPauli2023-08-161-8/+8
* QUIC: Move string conversion functions into a source fileHugo Landau2023-08-081-41/+1
* QUIC CHANNEL: Improve error reportingHugo Landau2023-08-081-0/+42
* quic: using #defined constant rather than a magic numberPauli2023-08-041-1/+1
* QUIC CONFORMANCE: Validate preferred_addr transport parameterHugo Landau2023-07-171-0/+13
* QUIC CONFORMANCE: Enforce minimal frame type encodingHugo Landau2023-07-171-1/+2
* QUIC WIRE: Utility function to determine if PN is in an ACK frameHugo Landau2023-06-161-0/+3
* Properly handling stream/crypto frames while tracingMatt Caswell2023-05-241-3/+9
* Rationalize FIPS sourcesTomas Mraz2023-02-081-1/+1
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-131-75/+79
* QUIC Transport Parameters: Add CID encoder/decoder, make ID optionalHugo Landau2023-01-131-4/+22
* QUIC: Add transport parameter and other constantsHugo Landau2023-01-131-0/+19
* QUIC TX Packetiser and Streams MapperHugo Landau2022-11-241-1/+30
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-021-7/+1
* QUIC Frame Encoding and Decoding FunctionsHugo Landau2022-07-291-0/+695