ch_init(): Add braces to appease older clang compilers
[openssl.git] / ssl / quic / quic_ackm.c
2023-08-25 Tomas Mrazch_init(): Add braces to appease older clang compilers
2023-08-08 Tomas MrazResolve some of the TODO(QUIC) items
2023-07-23 Marco Abbadinifix clang-6,7,8 strict build
2023-07-19 Hugo LandauQUIC ACKM: Don't record non-inflight packets in CC
2023-07-19 Hugo LandauQUIC ACKM: RFC 9000 s. 13.2.1: max_ack_delay taken...
2023-07-19 Hugo LandauQUIC ACKM: Clean up max_ack_delay tracking and separate...
2023-07-16 Hugo LandauQUIC ACKM: Clarify the role of is_inflight
2023-06-15 Hugo LandauQUIC ACKM: Allow largest acked PN to be queried
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-05-01 Hugo LandauMinor fixups
2023-05-01 Hugo LandauQUIC CC: Minor fixes
2023-05-01 Hugo LandauQUIC CC: Major revisions to CC abstract interface
2023-01-30 Hugo LandauQUIC Probes Support: Minor tweaks
2023-01-30 Hugo LandauQUIC ACKM: Rework probe reporting to allow use for...
2023-01-30 Hugo LandauQUIC ACKM: Clarify probe types
2023-01-13 Hugo LandauQUIC ACKM: Add function to get PTO
2023-01-13 Hugo LandauQUIC ACKM: Add support for psuedo-loss
2022-11-24 Hugo LandauQUIC TX Packetiser and Streams Mapper
2022-11-16 PauliQUIC ackm: use list.h
2022-11-16 Pauliuint_set: convert uint_set to use the list data type
2022-10-25 Richard LevitteFix 32-bit Windows issues related to QUIC_ACKM / QUIC_CC
2022-10-05 Hugo LandauQUIC Send Stream Management
2022-09-13 PauliAvoid struct timeval in QUIC code
2022-08-24 Hugo LandauUpdates for OSSL_TIME changes
2022-08-24 Hugo LandauQUIC ACK Manager, Statistics Manager and Congestion...