summaryrefslogtreecommitdiffstats
path: root/crypto/threads_win.c
AgeCommit message (Expand)Author
7 daysthreads_win: fix build error with VS2010Georgi Valkov
2024-04-24Add CRYPTO_atomic_store apiNeil Horman
2024-04-24Fix list appending in win ossl_rcu_callNeil Horman
2024-04-19Make rcu_thread_key context-awareNeil Horman
2024-04-11Fix duplicate mutex allocation in threads_win.cNeil Horman
2024-04-09Copyright year updatesRichard Levitte
2024-02-01RCU lock implementationNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-05-24Add note about Windows LONGHugo Landau
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-03-22VC++ 2010 x86 compilers do not have InterlockedOr64Georgi Valkov
2022-10-05CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation errorTomas Mraz
2022-08-12VC++ 2008 or earlier x86 compilers do not have an inline implementation of In...Daiyuu Nobori
2021-09-23Explicitly #include <synchapi.h> is unnecessaryKelvin Lee
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-11Update copyright yearMatt Caswell
2021-03-11Use read/write locking on WindowsVincent Drake
2020-12-31Add some more CRYPTO_atomic functionsMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-04-17Windows: Add type casting in CRYPTO_atomic_add to remove warningKochise
2019-09-11crypto/threads_win.c: fix preprocessor indentationDr. Matthias St. Pierre
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-03-29Avoid linking error for InitializeCriticalSectionAndSpinCount().Soujyu Tanaka
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte
2018-08-17crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov
2018-05-23Save and restore the Windows error around TlsGetValue.David Benjamin
2018-04-17Update copyright yearRichard Levitte
2018-04-05Set error code if alloc returns NULLRich Salz
2017-10-11Return a value from atomic read on Windows.Pauli
2017-10-10Add atomic write callPauli
2017-10-10Add a CRYPTO_atomic_read call which allows an int variable to be readPauli
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2016-11-14Revert "Fixed deadlock in CRYPTO_THREAD_run_once for Windows"Matt Caswell
2016-11-13Fixed deadlock in CRYPTO_THREAD_run_once for WindowsDK
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-05-20Fix Windows 64 bit crashesMatt Caswell
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-04-02Fix: CRYPTO_THREAD_run_onceMat
2016-03-09Fix return type for CRYPTO_THREAD_run_onceMat
2016-03-03GH773: Possible leak on CRYPTO_THREAD_lock_new failureFdaSilvaYY
2016-02-26Implement new multi-threading APIAlessandro Ghedini