summaryrefslogtreecommitdiff
path: root/crypto/dso/dso_dlfcn.c
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from cryptoMatt Caswell2015-03-171-4/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-355/+339
* Additional comment changes for reformat of 1.0.1Matt Caswell2015-01-221-1/+1
* dlfcn: always define _GNU_SOURCEKurt Roeckx2014-12-301-4/+2
* Fix a wrong parameter count ERR_add_error_dataJanpopan2014-05-191-1/+1
* add android support to DSO (from HEAD)Dr. Stephen Henson2011-06-091-1/+2
* dso_dlfcn.c: make it work on Tru64 4.0 [from HEAD].Andy Polyakov2011-02-121-0/+1
* dso_dlfcn.c: fix compile failure on Tru64 [from HEAD].Andy Polyakov2010-03-291-0/+3
* Prevent aliasing warningDr. Stephen Henson2009-10-041-4/+7
* Update from HEAD.Dr. Stephen Henson2009-07-161-3/+3
* Handle OSX ".dynlib" DSO extension.Dr. Stephen Henson2009-07-151-4/+13
* More type-checking.Ben Laurie2008-06-041-8/+8
* Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov2008-01-041-6/+7
* check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch2007-04-021-3/+2
* Use Dl_info only on systems where it is known to exist. It does notUlf Möller2006-04-111-1/+5
* uncomment; that one slipped throughUlf Möller2006-04-111-1/+1
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+1
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov2006-01-021-6/+5
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-301-1/+17
* commentsUlf Möller2005-12-181-3/+3
* Eliminate gcc -pedantic warnings.Andy Polyakov2005-06-091-1/+6
* _GNU_SOURCE needs to be defined before any standard header.Richard Levitte2005-06-061-5/+10
* New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov2005-06-051-1/+68
* fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch2005-05-191-2/+2
* Avoid warnings.Dr. Stephen Henson2005-05-121-1/+1
* Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte2003-06-121-1/+5
* Add the possibility to have symbols loaded globally with DSO.Richard Levitte2003-06-111-1/+7
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-151-1/+71
* Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte2002-05-291-1/+1
* At least for the two common Unixly DSO loading methods, include theRichard Levitte2001-11-151-3/+3
* This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe2001-04-251-0/+3
* For the operating systems where it matters, it is sometimes good toRichard Levitte2000-10-261-7/+15
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-261-23/+49
* None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe2000-10-081-26/+2
* * This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe2000-06-211-2/+22
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-161-15/+47
* This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe2000-04-251-4/+1
* This change facilitates name translation for shared libraries. TheGeoff Thorpe2000-04-191-1/+47
* Constification, and a silly mistake in the comments.Geoff Thorpe2000-04-061-4/+4
* This helps make the DSO stuff more portable;Geoff Thorpe2000-04-061-0/+2
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-041-0/+179