aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso.h
Commit message (Expand)AuthorAgeFilesLines
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-441/+0
* "#if 0" removal: header filesRich Salz2015-01-271-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-270/+312
* Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has beenMatt Caswell2015-01-121-3/+0
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-4/+4
* More type-checking.Ben Laurie2008-06-041-1/+1
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-121-5/+5
* Add BeOS support.Ulf Möller2006-04-111-0/+8
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-2/+7
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov2006-01-021-3/+12
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-301-0/+4
* A slight change in documentation that makes it so much more comprehensibleRichard Levitte2005-11-011-1/+1
* New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov2005-06-051-0/+15
* Fix more error codes.Bodo Möller2005-05-111-0/+2
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* Add the possibility to have symbols loaded globally with DSO.Richard Levitte2003-06-111-0/+7
* Some older code (never committed) wasn't converted to the new format.Richard Levitte2002-07-161-0/+1
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-151-2/+38
* formatting consistencyBodo Möller2001-12-171-1/+0
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* 'flags' should only be set inside DSO_load() if constructing a new DSOGeoff Thorpe2001-11-221-2/+1
* make updateRichard Levitte2001-11-151-1/+1
* Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe2001-09-041-2/+2
* For the operating systems where it matters, it is sometimes good toRichard Levitte2000-10-261-2/+10
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-261-13/+85
* DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functionsGeoff Thorpe2000-10-091-29/+24
* A DSO method for VMS was missing, and I had the code lying around...Richard Levitte2000-09-151-0/+8
* Add a flag for OpenVMS.Richard Levitte2000-09-151-0/+6
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-161-33/+50
* This change facilitates name translation for shared libraries. TheGeoff Thorpe2000-04-191-13/+41
* Constification, and a silly mistake in the comments.Geoff Thorpe2000-04-061-6/+6
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-041-0/+191