]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/thread
Raise an error on syscall failure in tls_retry_write_records
[thirdparty/openssl.git] / crypto / thread /
2023-09-07  Matt CaswellCopyright year updates
2023-09-06  Hugo Landauwin32: Support condition variable broadcasting on XP
2023-09-05  Hugo LandauMUTEX: Assert on locking failure
2023-07-06  Matt CaswellFix no-thread-pool building
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-04-02  Anthony RobertsFix compilation error when using clang-cl 16 or higher
2023-03-30  Hugo LandauUse correct function to wait for condvar
2023-03-30  Hugo LandauRevise build.info
2023-03-30  Hugo LandauQUIC Thread Assisted mode: miscellaneous fixes
2023-03-30  Hugo LandauQUIC Thread Assisted Mode: Refactor locking to be infal...
2023-03-30  Hugo LandauQUIC Thread Assisted Mode: Support Windows XP
2023-03-30  Hugo Landauthreading: Add ossl_crypto_condvar_wait_timeout
2023-03-21  Čestmír Kalinathread: remove remnants of ossl_crypto_mem_barrier
2023-03-06  Richard LevitteVMS knows POSIX threads too!
2022-12-01  Matt CaswellDon't set cancel state/type
2022-11-22  Tomas MrazAdd functions supporting thread pool only when it is...
2022-10-21  Čestmír Kalinacrypto: thread: remove ossl_crypto_thread_native_terminate
2022-10-21  Čestmír Kalinacrypto: thread: serialize concurrent joins
2022-10-17  Čestmír Kalinacrypto: add preemptive threading support