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
*
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