Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / ssl / quic / build.info
2024-02-02 Hugo LandauQLOG: Minor updates
2024-02-02 Hugo LandauQLOG: Events: Implement connectivity:connection_started
2024-02-02 Hugo LandauQLOG: Frontend: Implementation
2024-02-02 Hugo LandauQLOG: JSON Encoder: Implementation
2024-01-11 Hugo LandauQUIC RCIDM: Add RCIDM
2023-12-21 Hugo LandauQUIC: Move CID generation to quic_types.c
2023-12-21 Hugo LandauQUIC ENGINE: Add unused QUIC_ENGINE object
2023-12-21 Hugo LandauQUIC PORT: Add basic unwired QUIC_PORT object
2023-12-06 Hugo LandauQUIC LCIDM: Add LCIDM
2023-11-25 Hugo LandauQUIC SRT GEN: Add SRT generator
2023-11-23 Hugo LandauQUIC SRTM: Add SRTM
2023-05-24 Matt CaswellSupport trace for QUIC datagrams
2023-05-01 Hugo LandauQUIC CC: Move dummy method to test code
2023-05-01 Hugo LandauQUIC: NewReno congestion controller
2023-03-30 Hugo LandauQUIC Thread Assist Core
2023-01-24 Matt CaswellRemove the old Dummy Handshake code
2023-01-24 Matt CaswellAdd an initial QUIC-TLS implementation
2023-01-19 Hugo LandauQUIC Test Server Implementation
2023-01-13 Hugo LandauQUIC_CHANNEL: Implementation
2023-01-13 Hugo LandauQUIC: Add QUIC reactor
2023-01-13 Hugo LandauQUIC RX: Support refcounted packets and eliminate wrapper
2023-01-13 Hugo LandauQUIC: Dummy Handshake Layer for Prototyping
2022-11-24 Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-14 Tomas MrazQUIC Receive Stream Management
2022-11-07 Hugo LandauQUIC FIFD
2022-11-07 Hugo LandauQUIC TXPIM
2022-11-07 Hugo LandauQUIC CFQ
2022-10-05 Hugo LandauQUIC Send Stream Management
2022-09-26 Hugo LandauQUIC Flow Control
2022-09-23 Richard LevitteImplement the RX Depacketizer
2022-09-02 Hugo LandauQUIC Record Layer (Refactor and TX Side)
2022-09-02 Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-08-24 Hugo LandauQUIC ACK Manager, Statistics Manager and Congestion...
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-06-03 Tomas MrazAdd empty implementations of quic method functions