aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/threads_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* threads_pthread, threads_win: improve code consistencyGeorgi Valkov2024-07-171-14/+21
* threads_win: fix build error with VS2010 x86Georgi Valkov2024-07-011-0/+52
* Some minor nit corrections in the thread code for rcuNeil Horman2024-06-201-0/+2
* threads_pthread.c: change inline to ossl_inlinesanumesh2024-05-281-9/+9
* Add CRYPTO_atomic_store apiNeil Horman2024-04-241-0/+23
* Fix list appending in win ossl_rcu_callNeil Horman2024-04-241-4/+0
* Make thread sanitizer cope with rcu locksNeil Horman2024-04-241-2/+24
* crypto/threads_pthread.c: Fix typos found by codespellLogan Upchurch2024-04-231-2/+2
* Make rcu_thread_key context-awareNeil Horman2024-04-191-30/+23
* crypto/threads_pthread.c: refactor all atomics fallbacks for type safetyRichard Levitte2024-04-161-63/+109
* crypto/threads_pthread.c: Cleanup misaligned preprocessor directivesRichard Levitte2024-04-161-23/+23
* Ensure proper memory barriers around ossl_rcu_deref/ossl_rcu_assign_ptrNeil Horman2024-04-101-1/+26
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Fix the grammar as suggsted in the reviewDimitri Papadopoulos2024-02-141-3/+3
* Fix new typos found by codespellDimitri Papadopoulos2024-02-141-2/+2
* RCU lock implementationNeil Horman2024-02-011-2/+570
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* issue-21718: remove setting of PTHREAD_MUTEX_NORMALNeil Horman2023-08-171-2/+0
* QUIC: Fix bugs where threading is disabledHugo Landau2023-05-241-0/+24
* CRYPTO_THREAD_lock_new(): Avoid infinite recursion on allocation errorTomas Mraz2022-10-051-4/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Never use `__atomic_*` on macOS 10.7 and 10.8Kirill A. Korinsky2022-04-221-3/+15
* Some platforms don't have pthread_atforkMatt Caswell2022-03-101-18/+1
* Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker2021-07-021-2/+6
* Add assert.h to threads_pthread.c for NonStop thread compiles.Randall S. Becker2021-06-231-0/+2
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-2/+2
* Fix error-checking compiles for mutexRich Salz2021-03-121-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Don't make pthreads mutexes recursive.Rich Salz2021-02-051-8/+17
* Add some more CRYPTO_atomic functionsMatt Caswell2020-12-311-1/+49
* Fix no-threadsMatt Caswell2020-12-141-15/+0
* Moved OPENSSL_fork_prepare,_parent,_child from init.c to threads_pthread.c.Randall S. Becker2020-11-041-0/+21
* todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...Pauli2020-09-281-2/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-1/+5
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-0/+10
* use native atomic increment function on SolarisVladimir Kotal2019-08-091-0/+10
* Make core code available within the FIPS moduleMatt Caswell2019-05-231-4/+8
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov2018-08-171-38/+0
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code if alloc returns NULLRich Salz2018-04-051-4/+10
* Return a value from atomic read on Windows.Pauli2017-10-111-1/+1
* Add atomic write callPauli2017-10-101-0/+19
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-0/+19
* Put thread-fork-init inside a run-once guardRich Salz2017-08-181-2/+11
* Add missing include of cryptlib.hRich Salz2017-08-061-1/+1
* Add fork handlers, based on pthread_atforkRich Salz2017-06-291-0/+10
* Grouped data declarations [skip ci]Dmitry Kostjuchenko2017-02-031-1/+0