aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/threads_win.c
Commit message (Expand)AuthorAgeFilesLines
* Return a value from atomic read on Windows.Pauli2017-10-111-1/+1
* Add atomic write callPauli2017-10-101-0/+6
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-0/+6
* Add fork handlers, based on pthread_atforkRich Salz2017-06-291-0/+5
* Revert "Fixed deadlock in CRYPTO_THREAD_run_once for Windows"Matt Caswell2016-11-141-1/+1
* Fixed deadlock in CRYPTO_THREAD_run_once for WindowsDK2016-11-131-1/+1
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-0/+4
* Fix Windows 64 bit crashesMatt Caswell2016-05-201-23/+4
* Copyright consolidation 05/10Rich Salz2016-05-171-46/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+0
* Fix: CRYPTO_THREAD_run_onceMat2016-04-021-2/+2
* Fix return type for CRYPTO_THREAD_run_onceMat2016-03-091-1/+1
* GH773: Possible leak on CRYPTO_THREAD_lock_new failureFdaSilvaYY2016-03-031-1/+3
* Implement new multi-threading APIAlessandro Ghedini2016-02-261-0/+190