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
*
disable rwlocks on nonstop klt model
Neil Horman
2024-07-31
1
-1
/
+5
*
Fix CRYPTO_atomic_store
Neil Horman
2024-07-31
1
-1
/
+1
*
threads_pthread, threads_win: improve code consistency
Georgi Valkov
2024-07-17
1
-14
/
+21
*
threads_win: fix build error with VS2010 x86
Georgi Valkov
2024-07-01
1
-0
/
+52
*
Some minor nit corrections in the thread code for rcu
Neil Horman
2024-06-20
1
-0
/
+2
*
threads_pthread.c: change inline to ossl_inline
sanumesh
2024-05-28
1
-9
/
+9
*
Add CRYPTO_atomic_store api
Neil Horman
2024-04-24
1
-0
/
+23
*
Fix list appending in win ossl_rcu_call
Neil Horman
2024-04-24
1
-4
/
+0
*
Make thread sanitizer cope with rcu locks
Neil Horman
2024-04-24
1
-2
/
+24
*
crypto/threads_pthread.c: Fix typos found by codespell
Logan Upchurch
2024-04-23
1
-2
/
+2
*
Make rcu_thread_key context-aware
Neil Horman
2024-04-19
1
-30
/
+23
*
crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
Richard Levitte
2024-04-16
1
-63
/
+109
*
crypto/threads_pthread.c: Cleanup misaligned preprocessor directives
Richard Levitte
2024-04-16
1
-23
/
+23
*
Ensure proper memory barriers around ossl_rcu_deref/ossl_rcu_assign_ptr
Neil Horman
2024-04-10
1
-1
/
+26
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Fix the grammar as suggsted in the review
Dimitri Papadopoulos
2024-02-14
1
-3
/
+3
*
Fix new typos found by codespell
Dimitri Papadopoulos
2024-02-14
1
-2
/
+2
*
RCU lock implementation
Neil Horman
2024-02-01
1
-2
/
+570
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
issue-21718: remove setting of PTHREAD_MUTEX_NORMAL
Neil Horman
2023-08-17
1
-2
/
+0
*
QUIC: Fix bugs where threading is disabled
Hugo Landau
2023-05-24
1
-0
/
+24
*
CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation error
Tomas Mraz
2022-10-05
1
-4
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Never use `__atomic_*` on macOS 10.7 and 10.8
Kirill A. Korinsky
2022-04-22
1
-3
/
+15
*
Some platforms don't have pthread_atfork
Matt Caswell
2022-03-10
1
-18
/
+1
*
Defined out MUTEX attributes not available on NonStop SPT Threads.
Randall S. Becker
2021-07-02
1
-2
/
+6
*
Add assert.h to threads_pthread.c for NonStop thread compiles.
Randall S. Becker
2021-06-23
1
-0
/
+2
*
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
[next]