summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_thread_assist.c
AgeCommit message (Expand)Author
2023-10-10When calling ossl_crypto_condvar_wait_timeout() we must use real timeMatt Caswell
2023-07-06Don't compile quic_thread_assist.c on OPENSSL_NO_QUIC_THREAD_ASSISTMatt Caswell
2023-03-30QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau
2023-03-30QUIC Thread Assisted Mode: Support Windows XPHugo Landau
2023-03-30Minor fixes to thread assisted modeHugo Landau
2023-03-30Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau
2023-03-30Add channel-only tick mode and use it for thread assisted modeHugo Landau
2023-03-30QUIC Thread Assist CoreHugo Landau