aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-26/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-737/+678
* dso/dso_win32.c: fix compiler warning.Andy Polyakov2012-12-181-3/+6
* Updates from 1.0.0-stableDr. Stephen Henson2009-07-151-0/+3
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-9/+9
* Make DSO WIN32 compile again.Dr. Stephen Henson2008-06-041-8/+8
* Fix mingw warnings.Andy Polyakov2006-10-231-1/+1
* Fix from stable branch.Dr. Stephen Henson2006-01-151-2/+2
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-081-7/+7
* Typo in win32_globallookup.Andy Polyakov2006-01-021-1/+1
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov2006-01-021-2/+2
* Fix mapping "leak" in newly introduced win32_globallookup.Andy Polyakov2006-01-011-1/+6
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-301-1/+64
* Eliminate possible mapping leak.Andy Polyakov2005-12-181-0/+1
* Fix numerous bugs in the Win32 path splitterRichard Levitte2005-11-011-5/+29
* WCE update, mostly typos.Andy Polyakov2005-08-031-2/+2
* Implement complementary LoadLibraryA shim under WCE.Andy Polyakov2005-08-021-0/+24
* Eliminate gcc warning in dso_win32.c.Andy Polyakov2005-07-241-2/+2
* Eliminate dependency on UNICODE macro.Andy Polyakov2005-06-271-16/+19
* Eliminate gcc -pedantic warnings.Andy Polyakov2005-06-091-1/+6
* New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov2005-06-051-3/+122
* Fix more error codes.Bodo Möller2005-05-111-6/+6
* Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov2005-03-121-1/+1
* WinCE patchesRichard Levitte2002-11-151-1/+1
* Various Win32 fixes.Dr. Stephen Henson2002-10-061-7/+24
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-151-1/+302
* This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe2001-04-251-0/+3
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-261-27/+54
* None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe2000-10-081-26/+2
* Steve fixed up some strange errors introduced into dso_win32.c, and I'mGeoff Thorpe2000-06-231-3/+3
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-3/+3
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-161-16/+51
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* another warning.Geoff Thorpe2000-05-291-1/+1
* oops.Geoff Thorpe2000-05-291-2/+2
* Add missing #include.Bodo Möller2000-05-011-0/+1
* 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-2/+49
* Constification, and a silly mistake in the comments.Geoff Thorpe2000-04-061-4/+4
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-041-0/+193