summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_txp.c
AgeCommit message (Expand)Author
2023-06-16QUIC CHANNEL: Optimise key update using ACKsHugo Landau
2023-06-16QUIC TXP: Make TXP use time callback correctlyHugo Landau
2023-06-16QUIC TXP: Allow callbacks on ACK transmissionHugo Landau
2023-06-16QUIC TXP: Allow next PN to be used to be queriedHugo Landau
2023-06-16QUIC TXP: Remove TX key update handling from TXPHugo Landau
2023-06-16QUIC TXP: Refactor status output to use an extensible structureHugo Landau
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell
2023-05-24Extend tracing of frames to transmitted framesMatt Caswell
2023-05-12QUIC FIFD: Add support for callback on frame ACKHugo Landau
2023-05-12QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau
2023-05-12QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau
2023-05-01QUIC CC: Major revisions to CC abstract interfaceHugo Landau
2023-03-30QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau
2023-01-30QUIC TXP: Allow TXP to generate probesHugo Landau
2023-01-27QUIC TXP: Fix handling of FIN stream chunksHugo Landau
2023-01-19QUIC Test Server: Minor fixupsHugo Landau
2023-01-19QUIC TXP: Fix generation of CONNECTION_CLOSEHugo Landau
2023-01-13QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau
2023-01-13QUIC TXP: Correct an issue with an uninitialized variableHugo Landau
2023-01-13QUIC TXP: Don't send STREAM frames until handshake is completeHugo Landau
2023-01-13QUIC TXP: Make discard_enc_level match documentationHugo Landau
2023-01-13QUIC TXP: Add a function to query if the TXP wants to generate a packetHugo Landau
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau