]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/quic/quic_stream_map.c
Copyright year updates
[thirdparty/openssl.git] / ssl / quic / quic_stream_map.c
2024-04-09  Richard LevitteCopyright year updates
2024-02-10  Hugo LandauQUIC QSM: Allow bidi and uni incoming streams to be...
2023-11-15  Matt CaswellKeep track of connection credit as we add stream data
2023-09-07  Matt CaswellCopyright year updates
2023-08-25  Hugo LandauQUIC APL: Implement backpressure on stream creation
2023-08-08  Tomas MrazResolve some of the TODO(QUIC) items
2023-07-31  Hugo LandauQUIC: Automatically drain non-concluded streams, bugfixes
2023-07-31  Hugo LandauQUIC QSM: Infrastructure for tracking shutdown flush...
2023-07-16  Hugo LandauMinor updates
2023-07-16  Hugo LandauQUIC QSM: Update API documentation
2023-07-16  Hugo LandauQUIC Send Stream State: Transition to DATA_SENT
2023-07-16  Hugo LandauQUIC APL: Validate send stream state
2023-07-16  Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 13.3: MAX_STREAM_DATA...
2023-07-16  Hugo LandauQUIC CONFORMANCE: Handle RESET_STREAM final size correctly
2023-07-16  Hugo LandauQUIC CONFORMANCE: Validate RESET_STREAM final sizes...
2023-07-16  Hugo LandauQUIC QSM: Free unneeded stream buffers, calculate RESET...
2023-07-16  Hugo LandauQUIC QSM: Model final sizes and handle STOP_SENDING...
2023-07-16  Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-05-24  Hugo LandauQUIC QSM: Correct the logic for determining stream...
2023-05-24  Hugo LandauQUIC QSM: Allow QSM to know if we are in the server...
2023-05-12  Hugo LandauQUIC QSM: Minor bugfixes
2023-05-12  Hugo LandauQUIC QSM: Stream garbage collection
2023-05-12  Hugo LandauQUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
2023-05-12  Hugo LandauQUIC QSM: Handle STOP_SENDING correctly
2023-05-12  Hugo LandauQUIC RXDP/QSM: Enforce MAX_STREAMS
2023-05-12  Hugo LandauQUIC CHANNEL: Handle incoming remotely-created streams
2023-01-13  Hugo LandauQUIC Stream Mapper: CSM-related changes, stream limits...
2023-01-13  Hugo LandauQUIC: Add transport parameter and other constants
2022-11-24  Hugo LandauQUIC TXP: Fix missing OSSL_NELEM include
2022-11-24  Hugo LandauQUIC TX Packetiser and Streams Mapper