summaryrefslogtreecommitdiffstats
path: root/ssl/quic/uint_set.c
AgeCommit message (Collapse)Author
2022-11-16uint_set: convert uint_set to use the list data typePauli
This is instead of re-implementing a linked list itself. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/19377)
2022-10-05QUIC Send Stream ManagementHugo Landau
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19159)