index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dso
/
dso.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop symlinking, move files to intended directory
Richard Levitte
2015-03-31
1
-441
/
+0
*
"#if 0" removal: header files
Rich Salz
2015-01-27
1
-7
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-270
/
+312
*
Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has been
Matt Caswell
2015-01-12
1
-3
/
+0
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-4
/
+4
*
More type-checking.
Ben Laurie
2008-06-04
1
-1
/
+1
*
Someone made a mistake, and some function and reason codes got
Richard Levitte
2006-05-12
1
-5
/
+5
*
Add BeOS support.
Ulf Möller
2006-04-11
1
-0
/
+8
*
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
Bodo Möller
2006-01-08
1
-2
/
+7
*
"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.
Andy Polyakov
2006-01-02
1
-3
/
+12
*
Add DSO_global_lookup_func implementation. See commentary in dso_lib.c
Andy Polyakov
2005-12-30
1
-0
/
+4
*
A slight change in documentation that makes it so much more comprehensible
Richard Levitte
2005-11-01
1
-1
/
+1
*
New function, DSO_pathbyaddr, to find pathname for loaded shared object
Andy Polyakov
2005-06-05
1
-0
/
+15
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-0
/
+2
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+1
*
Add the possibility to have symbols loaded globally with DSO.
Richard Levitte
2003-06-12
1
-0
/
+7
*
Some older code (never committed) wasn't converted to the new format.
Richard Levitte
2002-07-16
1
-0
/
+1
*
There's an ongoing project to bring some kind of path selection
Richard Levitte
2002-07-15
1
-2
/
+38
*
formatting consistency
Bodo Möller
2001-12-17
1
-1
/
+0
*
remove redundant ERR_load_... declarations
Bodo Möller
2001-12-17
1
-1
/
+0
*
'flags' should only be set inside DSO_load() if constructing a new DSO
Geoff Thorpe
2001-11-22
1
-2
/
+1
*
make update
Richard Levitte
2001-11-15
1
-1
/
+1
*
Add a "_up" -> "_up_ref" change to libeay.num that was missing from the
Geoff Thorpe
2001-09-04
1
-2
/
+2
*
For the operating systems where it matters, it is sometimes good to
Richard Levitte
2000-10-26
1
-2
/
+10
*
This changes the behaviour of the DSO mechanism for determining an
Geoff Thorpe
2000-10-26
1
-13
/
+85
*
DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functions
Geoff Thorpe
2000-10-09
1
-29
/
+24
*
A DSO method for VMS was missing, and I had the code lying around...
Richard Levitte
2000-09-15
1
-0
/
+8
*
Add a flag for OpenVMS.
Richard Levitte
2000-09-15
1
-0
/
+6
*
Currently the DSO_METHOD interface has one entry point to bind all
Geoff Thorpe
2000-06-16
1
-33
/
+50
*
This change facilitates name translation for shared libraries. The
Geoff Thorpe
2000-04-19
1
-13
/
+41
*
Constification, and a silly mistake in the comments.
Geoff Thorpe
2000-04-06
1
-6
/
+6
*
This is a set of startup code for the DSO support, it's not yet linked into
Geoff Thorpe
2000-04-04
1
-0
/
+191