summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_stream_map.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add (void) cast to result of ossl_quic_rxfc_on_retire()MrRurikov2024-07-081-1/+1
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* QUIC QSM: Allow bidi and uni incoming streams to be tracked separatelyHugo Landau2024-02-101-5/+18
* Keep track of connection credit as we add stream dataMatt Caswell2023-11-151-1/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-251-8/+20
* Resolve some of the TODO(QUIC) itemsTomas Mraz2023-08-081-1/+1
* QUIC: Automatically drain non-concluded streams, bugfixesHugo Landau2023-07-311-7/+18
* QUIC QSM: Infrastructure for tracking shutdown flush eligible streamsHugo Landau2023-07-311-1/+53
* Minor updatesHugo Landau2023-07-171-2/+3
* QUIC QSM: Update API documentationHugo Landau2023-07-171-12/+0
* QUIC Send Stream State: Transition to DATA_SENTHugo Landau2023-07-171-5/+7
* QUIC APL: Validate send stream stateHugo Landau2023-07-171-0/+4
* QUIC CONFORMANCE: RFC 9000 s. 13.3: MAX_STREAM_DATA generationHugo Landau2023-07-171-2/+3
* QUIC CONFORMANCE: Handle RESET_STREAM final size correctlyHugo Landau2023-07-171-9/+25
* QUIC CONFORMANCE: Validate RESET_STREAM final sizes correctlyHugo Landau2023-07-171-1/+9
* QUIC QSM: Free unneeded stream buffers, calculate RESET_STREAM final size cor...Hugo Landau2023-07-171-8/+26
* QUIC QSM: Model final sizes and handle STOP_SENDING correctlyHugo Landau2023-07-171-4/+54
* QUIC QSM/STREAM: Refactor to use RFC stream statesHugo Landau2023-07-171-18/+283
* QUIC QSM: Correct the logic for determining stream count limitsHugo Landau2023-05-241-2/+2
* QUIC QSM: Allow QSM to know if we are in the server roleHugo Landau2023-05-241-1/+3
* QUIC QSM: Minor bugfixesHugo Landau2023-05-121-6/+16
* QUIC QSM: Stream garbage collectionHugo Landau2023-05-121-6/+62
* QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau2023-05-121-30/+20
* QUIC QSM: Handle STOP_SENDING correctlyHugo Landau2023-05-121-6/+18
* QUIC RXDP/QSM: Enforce MAX_STREAMSHugo Landau2023-05-121-2/+19
* QUIC CHANNEL: Handle incoming remotely-created streamsHugo Landau2023-05-121-3/+38
* QUIC Stream Mapper: CSM-related changes, stream limits handlingHugo Landau2023-01-131-8/+29
* QUIC: Add transport parameter and other constantsHugo Landau2023-01-131-0/+3
* QUIC TXP: Fix missing OSSL_NELEM includeHugo Landau2022-11-241-0/+1
* QUIC TX Packetiser and Streams MapperHugo Landau2022-11-241-0/+273