index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dso
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix safestack issues in crypto.h
Matt Caswell
2020-09-13
3
-6
/
+0
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
1
-1
/
+1
*
Changed uintptr_t to size_t. WinCE6 doesn't seem it have the definition.
aSoujyuTanaka
2020-07-15
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-05-15
3
-3
/
+3
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
3
-0
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
7
-6
/
+6
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Cygwin: enable the use of Dl_info and dladdr()
Richard Levitte
2019-07-21
1
-2
/
+1
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-46
/
+2
*
Rework DSO API conditions and configuration option
Richard Levitte
2019-04-01
1
-1
/
+1
*
For the lack of GetModuleHandleEx(), we use DSO route for WinCE.
Soujyu Tanaka
2019-03-29
1
-1
/
+107
*
Fix compilation with `-DREF_PRINT`
Anna Henningsen
2019-01-13
1
-1
/
+1
*
Preserve errno on dlopen
Matt Caswell
2018-12-10
1
-0
/
+7
*
Following the license change, modify the boilerplates in crypto/dso/
Richard Levitte
2018-12-06
8
-8
/
+8
*
Extend dladdr() for AIX, consequence from changes for openssl#6368.
Matthias Kraft
2018-08-22
1
-10
/
+29
*
openssl#5668: corrections after compiling with -qinfo=all:als.
Matthias Kraft
2018-04-14
1
-9
/
+12
*
Add dladdr() for AIX
Matthias Kraft
2018-03-21
1
-3
/
+77
*
Remove parentheses of return.
KaoruToda
2017-10-18
5
-84
/
+84
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
5
-14
/
+14
*
Replace malloc+strcpy with strdup
Rich Salz
2017-09-14
3
-12
/
+6
*
Revert "GH614: Use memcpy()/strdup() when possible"
Pauli
2017-09-14
2
-4
/
+8
*
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
2
-2
/
+4
*
Put message strings in state files
Rich Salz
2017-06-12
1
-1
/
+1
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-64
/
+71
*
Remove some commented out code in libcrypto
Matt Caswell
2017-02-28
1
-6
/
+0
*
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
2
-3
/
+4
*
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
7
-1
/
+88
*
VMS: be less picky when loading DSOs
Richard Levitte
2016-09-11
1
-9
/
+7
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Remove/rename some old files.
Rich Salz
2016-06-01
1
-22
/
+0
*
Raise an Err when CRYPTO_THREAD_lock_new fails
FdaSilvaYY
2016-06-01
1
-0
/
+1
*
Use strerror_r()/strerror_s() instead of strerror() where possible
Matt Caswell
2016-05-24
1
-2
/
+6
*
Remove unused error/function codes.
Rich Salz
2016-05-23
1
-7
/
+1
*
Manual fixes after copyright consolidation
Rich Salz
2016-05-17
1
-51
/
+7
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
7
-329
/
+35
*
fix tab-space mixed indentation
FdaSilvaYY
2016-05-09
1
-1
/
+1
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-45
/
+0
*
Copyright consolidation: perl files
Rich Salz
2016-04-20
1
-1
/
+2
*
VMS: update the properties of symbol search
Richard Levitte
2016-03-23
1
-4
/
+4
*
Move dso.h to internal
Rich Salz
2016-03-23
2
-6
/
+6
*
Remove several unused undocumented functions.
Rich Salz
2016-03-23
7
-378
/
+7
*
Small fixups in DSO
Richard Levitte
2016-03-23
1
-1
/
+1
*
Have only one DSO_METHOD_openssl
Rich Salz
2016-03-22
9
-134
/
+22
*
Make DSO opaque.
Rich Salz
2016-03-22
9
-31
/
+118
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Convert CRYPTO_LOCK_DSO to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-10
/
+27
[next]