Add the possibility to have symbols loaded globally with DSO.
[openssl.git] / crypto / dso / dso_dlfcn.c
2003-06-11 Richard LevitteAdd the possibility to have symbols loaded globally...
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2002-05-29 Richard LevitteSet DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
2001-11-15 Richard LevitteAt least for the two common Unixly DSO loading methods...
2001-04-25 Geoff ThorpeThis change to the "dl", "dlfcn", and "win32" DSO_METHO...
2000-10-26 Richard LevitteFor the operating systems where it matters, it is somet...
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-08 Geoff ThorpeNone of the DSO_METHOD's were handling anything except...
2000-06-21 Geoff Thorpe* This adds some checking to the 'dlfcn' DSO_METHOD...
2000-06-16 Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-04-25 Geoff ThorpeThis case in the "dso_unload" handlers should not be...
2000-04-19 Geoff ThorpeThis change facilitates name translation for shared...
2000-04-06 Geoff ThorpeConstification, and a silly mistake in the comments.
2000-04-06 Geoff ThorpeThis helps make the DSO stuff more portable;
2000-04-04 Geoff ThorpeThis is a set of startup code for the DSO support,...