index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
threads_win.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-2
/
+2
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Use read/write locking on Windows
Vincent Drake
2021-03-11
1
-2
/
+48
*
Add some more CRYPTO_atomic functions
Matt Caswell
2020-12-31
1
-3
/
+16
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Windows: Add type casting in CRYPTO_atomic_add to remove warning
Kochise
2020-04-17
1
-1
/
+1
*
crypto/threads_win.c: fix preprocessor indentation
Dr. Matthias St. Pierre
2019-09-11
1
-3
/
+3
*
drbg: ensure fork-safety without using a pthread_atfork handler
Dr. Matthias St. Pierre
2019-09-11
1
-0
/
+4
*
Avoid linking error for InitializeCriticalSectionAndSpinCount().
Soujyu Tanaka
2019-03-29
1
-0
/
+4
*
Following the license change, modify the boilerplates in crypto/
Richard Levitte
2018-12-06
1
-1
/
+1
*
crypto/threads_*: remove CRYPTO_atomic_{read|write}.
Andy Polyakov
2018-08-17
1
-12
/
+0
*
Save and restore the Windows error around TlsGetValue.
David Benjamin
2018-05-23
1
-1
/
+20
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code if alloc returns NULL
Rich Salz
2018-04-05
1
-2
/
+5
*
Return a value from atomic read on Windows.
Pauli
2017-10-11
1
-1
/
+1
*
Add atomic write call
Pauli
2017-10-10
1
-0
/
+6
*
Add a CRYPTO_atomic_read call which allows an int variable to be read
Pauli
2017-10-10
1
-0
/
+6
*
Add fork handlers, based on pthread_atfork
Rich Salz
2017-06-29
1
-0
/
+5
*
Revert "Fixed deadlock in CRYPTO_THREAD_run_once for Windows"
Matt Caswell
2016-11-14
1
-1
/
+1
*
Fixed deadlock in CRYPTO_THREAD_run_once for Windows
DK
2016-11-13
1
-1
/
+1
*
include/openssl: don't include <windows.h> in public headers.
Andy Polyakov
2016-07-08
1
-0
/
+4
*
Fix Windows 64 bit crashes
Matt Caswell
2016-05-21
1
-23
/
+4
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-46
/
+6
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+0
*
Fix: CRYPTO_THREAD_run_once
Mat
2016-04-02
1
-2
/
+2
*
Fix return type for CRYPTO_THREAD_run_once
Mat
2016-03-10
1
-1
/
+1
*
GH773: Possible leak on CRYPTO_THREAD_lock_new failure
FdaSilvaYY
2016-03-04
1
-1
/
+3
*
Implement new multi-threading API
Alessandro Ghedini
2016-02-26
1
-0
/
+190