index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dso
/
dso_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-28
/
+28
*
Fix safestack issues in crypto.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Fix compilation with `-DREF_PRINT`
Anna Henningsen
2019-01-13
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/dso/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-24
/
+24
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
1
-2
/
+2
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)
Davide Galassi
2016-12-10
1
-0
/
+3
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-2
/
+2
*
Add a DSO_dsobyaddr() function
Matt Caswell
2016-11-03
1
-3
/
+20
*
Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr
Matt Caswell
2016-11-03
1
-0
/
+12
*
Raise an Err when CRYPTO_THREAD_lock_new fails
FdaSilvaYY
2016-06-01
1
-0
/
+1
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Remove several unused undocumented functions.
Rich Salz
2016-03-23
1
-88
/
+7
*
Make DSO opaque.
Rich Salz
2016-03-22
1
-4
/
+1
*
Convert CRYPTO_LOCK_DSO to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-10
/
+27
*
GH762: Reuse strdup()
Dmitry-Me
2016-02-29
1
-4
/
+2
*
Move to REF_DEBUG, for consistency.
Rich Salz
2016-02-11
1
-9
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix two possible leaks.
FdaSilvaYY
2016-01-24
1
-0
/
+1
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-2
/
+2
*
Add and use OPENSSL_zalloc
Rich Salz
2015-09-03
1
-2
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free NULL cleanup 11
Rich Salz
2015-05-01
1
-4
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-7
/
+3
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+3
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-377
/
+341
*
Remove dead code. (Coverity ID 2)
Ben Laurie
2008-12-27
1
-7
/
+0
*
More type-checking.
Ben Laurie
2008-06-04
1
-2
/
+2
*
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
Bodo Möller
2006-01-08
1
-2
/
+2
*
"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.
Andy Polyakov
2006-01-02
1
-9
/
+1
*
Oops! Remove junk...
Andy Polyakov
2005-12-31
1
-1
/
+0
*
Add DSO_global_lookup_func implementation. See commentary in dso_lib.c
Andy Polyakov
2005-12-30
1
-0
/
+21
*
When the return type of the function is int, it's better to return an
Richard Levitte
2005-06-09
1
-1
/
+1
*
New function, DSO_pathbyaddr, to find pathname for loaded shared object
Andy Polyakov
2005-06-05
1
-0
/
+12
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-2
/
+2
*
Some older code (never committed) wasn't converted to the new format.
Richard Levitte
2002-07-16
1
-2
/
+2
*
There's an ongoing project to bring some kind of path selection
Richard Levitte
2002-07-15
1
-1
/
+28
*
'flags' should only be set inside DSO_load() if constructing a new DSO
Geoff Thorpe
2001-11-22
1
-7
/
+6
*
Add a "_up" -> "_up_ref" change to libeay.num that was missing from the
Geoff Thorpe
2001-09-04
1
-2
/
+2
*
avoid memory leak
Bodo Möller
2000-11-03
1
-1
/
+1
*
DSO_load() should also work when it is passed a NULL - a new DSO is created
Geoff Thorpe
2000-10-30
1
-3
/
+3
[next]