index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ex_data.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure the thread keys are always allocated in the same order
Bernd Edlinger
2018-04-20
1
-1
/
+2
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
1
-1
/
+1
*
Remove unnecessary #include <openssl/lhash.h> directives.
Pauli
2017-09-28
1
-2
/
+1
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-09-01
1
-1
/
+1
*
Fix ex_data and session_dup issues
Todd Short
2017-06-02
1
-1
/
+8
*
Fix the error handling in CRYPTO_dup_ex_data.
Bernd Edlinger
2017-03-20
1
-6
/
+14
*
Combined patch against master branch for the following issues:
Bernd Edlinger
2017-02-03
1
-8
/
+12
*
Fix mem leaks during auto-deinit
Matt Caswell
2016-09-08
1
-0
/
+1
*
Const the ex data stuff too to fix warnings
Richard J. Moore
2016-08-01
1
-2
/
+2
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-2
/
+7
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-107
/
+6
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+0
*
Fix ex_data locks issue
Matt Caswell
2016-04-14
1
-7
/
+17
*
Ensure all locks are properly cleaned up
Matt Caswell
2016-04-14
1
-3
/
+7
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-1
/
+1
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-1
/
+1
*
Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-op
Matt Caswell
2016-04-13
1
-1
/
+1
*
Fix error code
FdaSilvaYY
2016-03-23
1
-1
/
+1
*
Change an function macro for ERR match the function it's used in.
Richard Levitte
2016-03-13
1
-1
/
+1
*
Fix memory leak in library deinit
Emilia Kasper
2016-03-12
1
-11
/
+12
*
Convert CRYPTO_LOCK_EX_DATA to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-7
/
+20
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-2
/
+2
*
Only declare stacks in headers
Dr. Stephen Henson
2016-01-07
1
-6
/
+2
*
Rename DECLARE*STACK_OF to DEFINE*STACK_OF
Dr. Stephen Henson
2016-01-07
1
-1
/
+1
*
ex_data part 2: doc fixes and CRYPTO_free_ex_index.
Rich Salz
2015-12-01
1
-46
/
+95
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-4
/
+4
*
Rewrite crypto/ex_data
Rich Salz
2015-07-20
1
-388
/
+153
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-4
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-6
/
+3
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+1
*
Fix memory leak reporting.
Dr. Stephen Henson
2015-02-09
1
-0
/
+2
*
util/mkstack.pl now generates entire safestack.h
Rich Salz
2015-02-06
1
-2
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-419
/
+427
*
Avoid warnings with -pedantic, specifically:
Dr. Stephen Henson
2008-07-05
1
-1
/
+1
*
More type-checking.
Ben Laurie
2008-06-04
1
-8
/
+8
*
Stop warning about extra ';' outside of function.
Dr. Stephen Henson
2008-05-31
1
-2
/
+2
*
LHASH revamp. make depend.
Ben Laurie
2008-05-26
1
-11
/
+15
*
Avoid warnings.
Dr. Stephen Henson
2008-02-28
1
-1
/
+1
*
(oops) Apologies all, that last header-cleanup commit was from the wrong
Geoff Thorpe
2004-04-19
1
-5
/
+1
*
Relax some over-zealous constification that gave some lhash-based code no
Geoff Thorpe
2003-10-29
1
-1
/
+1
*
Redo type-safety fix.
Ben Laurie
2001-09-07
1
-2
/
+1
*
OpenSSL copyright notices ...
Bodo Möller
2001-09-04
1
-0
/
+53
*
Convert "max" to "mx" for variable names (brought to my attention by Steve
Geoff Thorpe
2001-09-02
1
-25
/
+26
*
Make MD functions take EVP_MD_CTX * instead of void *, add copy() function.
Ben Laurie
2001-09-02
1
-4
/
+3
*
First step in fixing "ex_data" support. Warning: big commit log ...
Geoff Thorpe
2001-09-01
1
-110
/
+456
*
Comment correction.
Bodo Möller
2000-12-18
1
-2
/
+4
*
Locking issues.
Bodo Möller
2000-12-15
1
-0
/
+13
[next]