index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
threads_pthread.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-2
/
+2
*
Fix error-checking compiles for mutex
Rich Salz
2021-03-11
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Don't make pthreads mutexes recursive.
Rich Salz
2021-02-05
1
-8
/
+17
*
Add some more CRYPTO_atomic functions
Matt Caswell
2020-12-31
1
-1
/
+49
*
Fix no-threads
Matt Caswell
2020-12-14
1
-15
/
+0
*
Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.
Randall S. Becker
2020-11-04
1
-0
/
+21
*
todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...
Pauli
2020-09-28
1
-2
/
+0
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
1
-1
/
+5
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-2
/
+2
*
drbg: ensure fork-safety without using a pthread_atfork handler
Dr. Matthias St. Pierre
2019-09-11
1
-0
/
+10
*
use native atomic increment function on Solaris
Vladimir Kotal
2019-08-09
1
-0
/
+10
*
Make core code available within the FIPS module
Matt Caswell
2019-05-23
1
-4
/
+8
*
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
-38
/
+0
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code if alloc returns NULL
Rich Salz
2018-04-05
1
-4
/
+10
*
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
/
+19
*
Add a CRYPTO_atomic_read call which allows an int variable to be read
Pauli
2017-10-10
1
-0
/
+19
*
Put thread-fork-init inside a run-once guard
Rich Salz
2017-08-18
1
-2
/
+11
*
Add missing include of cryptlib.h
Rich Salz
2017-08-06
1
-1
/
+1
*
Add fork handlers, based on pthread_atfork
Rich Salz
2017-06-29
1
-0
/
+10
*
Grouped data declarations [skip ci]
Dmitry Kostjuchenko
2017-02-03
1
-1
/
+0
*
Removed tab spaces.
Dmitry Kostjuchenko
2017-02-03
1
-2
/
+2
*
Corrections according the review comments.
Dmitry Kostjuchenko
2017-02-03
1
-21
/
+22
*
Compile fix on platforms with missing pthread_rwlock_t.
Dmitry Kostjuchenko
2017-02-03
1
-0
/
+41
*
CRYPTO_atomic_add(): check that the object is lock free
Richard Levitte
2016-08-24
1
-3
/
+5
*
CRYPTO_atomic_add(): use acquire release memory order rather than relaxed
Richard Levitte
2016-08-24
1
-2
/
+2
*
Check for __GNUC__ to use GNU C atomic buildins
Richard Levitte
2016-08-24
1
-3
/
+3
*
Copyright consolidation 09/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
*
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
/
+167