QUIC: Automatically drain non-concluded streams, bugfixes
[openssl.git] / ssl / quic / quic_txp.c
2023-07-31 Hugo LandauQUIC: Automatically drain non-concluded streams, bugfixes
2023-07-31 Hugo LandauQUIC TXP: Fix bug relating to STREAM FIN generation
2023-07-21 Hugo LandauQUIC TXP: Generate forced PINGs correctly
2023-07-21 Hugo LandauQUIC TXP: Refactor TXP-related deadline handling into TXP
2023-07-21 Hugo LandauQUIC TXP: Major refactor to handle padding correctly
2023-07-19 Hugo LandauQUIC TXP: Handle non-inflight-eligible packets correctly
2023-07-19 Hugo LandauQUIC TXP: Do not generate full-size packets when sendin...
2023-07-16 Hugo LandauMinor updates 2
2023-07-16 Hugo LandauMinor updates
2023-07-16 Hugo LandauQUIC CONFORMANCE: Wire the DATA_SENT state
2023-07-16 Hugo LandauQUIC WIRE: Allow encoding/decoding of reserved header...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 13.3: MAX_STREAM_DATA...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.5: Application CONNECT...
2023-07-16 Hugo LandauQUIC CONFORMANCE: RFC 9000 s. 12.5: Ensure CFQ can...
2023-07-16 Hugo LandauQUIC CONFORMANCE: Enforce minimal frame type encoding
2023-07-16 Hugo LandauQUIC CONFORMANCE: Handle RESET_STREAM final size correctly
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 CONFORMANCE: RFC 9000 s. 3.3: Stream States —...
2023-07-16 Hugo LandauQUIC QSM/STREAM: Refactor to use RFC stream states
2023-06-15 Hugo LandauQUIC CHANNEL: Optimise key update using ACKs
2023-06-15 Hugo LandauQUIC TXP: Make TXP use time callback correctly
2023-06-15 Hugo LandauQUIC TXP: Allow callbacks on ACK transmission
2023-06-15 Hugo LandauQUIC TXP: Allow next PN to be used to be queried
2023-06-15 Hugo LandauQUIC TXP: Remove TX key update handling from TXP
2023-06-15 Hugo LandauQUIC TXP: Refactor status output to use an extensible...
2023-05-24 Matt CaswellRename msg_callback_s to msg_callback_ssl for greater...
2023-05-24 Matt CaswellCreate setter functions for the msg_callback and msg_ca...
2023-05-24 Matt CaswellExtend tracing of frames to transmitted frames
2023-05-12 Hugo LandauQUIC FIFD: Add support for callback on frame ACK
2023-05-12 Hugo LandauQUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFC
2023-05-12 Hugo LandauQUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SST...
2023-05-01 Hugo LandauQUIC CC: Major revisions to CC abstract interface
2023-03-30 Hugo LandauQUIC TXP: Allow caller to determine if an ACK-eliciting...
2023-01-30 Hugo LandauQUIC Probes Support: Minor tweaks
2023-01-30 Hugo LandauQUIC TXP: Allow TXP to generate probes
2023-01-27 Hugo LandauQUIC TXP: Fix handling of FIN stream chunks
2023-01-19 Hugo LandauQUIC Test Server: Minor fixups
2023-01-19 Hugo LandauQUIC TXP: Fix generation of CONNECTION_CLOSE
2023-01-13 Hugo LandauQUIC TXP: Fix bug in send stream handling, cleanup
2023-01-13 Hugo LandauQUIC TXP: Correct an issue with an uninitialized variable
2023-01-13 Hugo LandauQUIC TXP: Don't send STREAM frames until handshake...
2023-01-13 Hugo LandauQUIC TXP: Make discard_enc_level match documentation
2023-01-13 Hugo LandauQUIC TXP: Add a function to query if the TXP wants...
2022-11-24 Hugo LandauQUIC TX Packetiser and Streams Mapper