]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/threads_win.c
Detect and prevent recursive config parsing
[thirdparty/openssl.git] / crypto / threads_win.c
2023-09-07  Matt CaswellCopyright year updates
2023-05-24  Hugo LandauAdd note about Windows LONG
2023-05-24  Hugo LandauQUIC: Fix bugs where threading is disabled
2023-03-22  Georgi ValkovVC++ 2010 x86 compilers do not have InterlockedOr64
2022-10-04  Tomas MrazCRYPTO_THREAD_lock_new(): Avoid infinite recursion...
2022-08-12  Daiyuu NoboriVC++ 2008 or earlier x86 compilers do not have an inlin...
2021-09-23  Kelvin LeeExplicitly #include <synchapi.h> is unnecessary
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11  Matt CaswellUpdate copyright year
2021-03-11  Vincent DrakeUse read/write locking on Windows
2020-12-31  Matt CaswellAdd some more CRYPTO_atomic functions
2020-04-23  Matt CaswellUpdate copyright year
2020-04-17  KochiseWindows: Add type casting in CRYPTO_atomic_add to remov...
2019-09-11  Dr. Matthias St... crypto/threads_win.c: fix preprocessor indentation
2019-09-11  Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-03-29  Soujyu TanakaAvoid linking error for InitializeCriticalSectionAndSpi...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-17  Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-05-23  David BenjaminSave and restore the Windows error around TlsGetValue.
2018-04-17  Richard LevitteUpdate copyright year
2018-04-05  Rich SalzSet error code if alloc returns NULL
2017-10-10  PauliReturn a value from atomic read on Windows.
2017-10-09  PauliAdd atomic write call
2017-10-09  PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-06-29  Rich SalzAdd fork handlers, based on pthread_atfork
2016-11-14  Matt CaswellRevert "Fixed deadlock in CRYPTO_THREAD_run_once for...
2016-11-13  DKFixed deadlock in CRYPTO_THREAD_run_once for Windows
2016-07-08  Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-05-20  Matt CaswellFix Windows 64 bit crashes
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-05-16  Viktor DukhovniFold threads.h into crypto.h making API public
2016-04-02  MatFix: CRYPTO_THREAD_run_once
2016-03-10  MatFix return type for CRYPTO_THREAD_run_once
2016-03-04  FdaSilvaYYGH773: Possible leak on CRYPTO_THREAD_lock_new failure
2016-02-26  Alessandro GhediniImplement new multi-threading API