summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_reactor.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-09-01QUIC REACTOR: Move can-poll flags into reactorHugo Landau
2023-08-08Resolve some of the TODO(QUIC) itemsTomas Mraz
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau
2023-03-30QUIC Thread Assisted Mode: Refactor locking to be infallibleHugo Landau
2023-03-30QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau
2023-03-30Add channel-only tick mode and use it for thread assisted modeHugo Landau
2023-03-30QUIC Reactor: Allow a mutex to be released during waitsHugo Landau
2023-03-20Fix some Windows issues in the quic_reactorMatt Caswell
2023-01-13QUIC API: Rename want_net_read and want_net_writeHugo Landau
2023-01-13QUIC: Use ossl_assertHugo Landau
2023-01-13QUIC: Style fixesHugo Landau
2023-01-13QUIC: Add QUIC reactorHugo Landau