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
*
Copyright year updates
Richard Levitte
2024-04-09
2
-2
/
+2
*
replace strstr() with strchr() for single characters
rilysh
2024-01-25
2
-2
/
+2
*
Copyright year updates
Matt Caswell
2023-09-07
2
-2
/
+2
*
dso: update to structure based atomics
Pauli
2023-07-01
2
-8
/
+4
*
crypto/dso/dso_vms.c: Better definition of DSO_MALLOC()
Richard Levitte
2022-10-28
1
-2
/
+2
*
Fix crypto/dso/dso_vms.c
Richard Levitte
2022-10-07
1
-0
/
+3
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
5
-64
/
+45
*
Update copyright year
Matt Caswell
2022-05-03
2
-2
/
+2
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
2
-2
/
+2
*
Fix data race setting `default_DSO_meth`
Pauli
2021-11-07
1
-17
/
+5
*
Update copyright year
Matt Caswell
2021-06-17
4
-4
/
+4
*
DSO: Fix the VMS DSO name converter to actually do something
Richard Levitte
2021-06-16
1
-5
/
+31
*
dl_name_converter: Avoid unnecessary overallocation
Tomas Mraz
2021-06-11
1
-1
/
+1
*
dso: remove TODOs
Pauli
2021-06-02
1
-1
/
+0
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-11-26
2
-2
/
+2
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-2
/
+2
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
4
-25
/
+30
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
5
-98
/
+98
*
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
[next]