aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso/dso_win32.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell1-0/+1
2016-05-17Copyright consolidation 07/10Rich Salz1-54/+5
2016-03-23Remove several unused undocumented functions.Rich Salz1-138/+0
2016-03-22Have only one DSO_METHOD_opensslRich Salz1-8/+3
2016-03-22Make DSO opaque.Rich Salz1-4/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-09-29Fix pedantic warnings in mingw builds.Andy Polyakov1-11/+20
2015-09-02Add and use OPENSSL_zallocRich Salz1-2/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free null cleanup finaleRich Salz1-4/+2
2015-04-28remove malloc castsRich Salz1-1/+1
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz1-26/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-737/+678
2012-12-18dso/dso_win32.c: fix compiler warning.Andy Polyakov1-3/+6
2009-07-15Updates from 1.0.0-stableDr. Stephen Henson1-0/+3
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov1-9/+9
2008-06-04Make DSO WIN32 compile again.Dr. Stephen Henson1-8/+8
2006-10-23Fix mingw warnings.Andy Polyakov1-1/+1
2006-01-15Fix from stable branch.Dr. Stephen Henson1-2/+2
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller1-7/+7
2006-01-02Typo in win32_globallookup.Andy Polyakov1-1/+1
2006-01-02"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov1-2/+2
2006-01-01Fix mapping "leak" in newly introduced win32_globallookup.Andy Polyakov1-1/+6
2005-12-30Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov1-1/+64
2005-12-18Eliminate possible mapping leak.Andy Polyakov1-0/+1
2005-11-01Fix numerous bugs in the Win32 path splitterRichard Levitte1-5/+29
2005-08-03WCE update, mostly typos.Andy Polyakov1-2/+2
2005-08-02Implement complementary LoadLibraryA shim under WCE.Andy Polyakov1-0/+24
2005-07-24Eliminate gcc warning in dso_win32.c.Andy Polyakov1-2/+2
2005-06-27Eliminate dependency on UNICODE macro.Andy Polyakov1-16/+19
2005-06-09Eliminate gcc -pedantic warnings.Andy Polyakov1-1/+6
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov1-3/+122
2005-05-11Fix more error codes.Bodo Möller1-6/+6
2005-03-12Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov1-1/+1
2002-11-15WinCE patchesRichard Levitte1-1/+1
2002-10-06Various Win32 fixes.Dr. Stephen Henson1-7/+24
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte1-1/+302
2001-04-25This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe1-0/+3
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-2/+2
2000-10-26This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe1-27/+54
2000-10-08None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe1-26/+2
2000-06-23Steve fixed up some strange errors introduced into dso_win32.c, and I'mGeoff Thorpe1-3/+3
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-3/+3
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe1-16/+51
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-6/+6
2000-05-29another warning.Geoff Thorpe1-1/+1