]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dso/dso_win32.c
Remove /* foo.c */ comments
[thirdparty/openssl.git] / crypto / dso / dso_win32.c
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-09-29  Andy PolyakovFix pedantic warnings in mingw builds.
2015-09-03  Rich SalzAdd and use OPENSSL_zalloc
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree null cleanup finale
2015-04-28  Rich Salzremove malloc casts
2015-01-30  Rich SalzDead code removal: #if 0 conf, dso, pqueue, threads
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2012-12-18  Andy Polyakovdso/dso_win32.c: fix compiler warning.
2009-07-15  Dr. Stephen HensonUpdates from 1.0.0-stable
2008-12-29  Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-06-04  Dr. Stephen HensonMake DSO WIN32 compile again.
2006-10-23  Andy PolyakovFix mingw warnings.
2006-01-15  Dr. Stephen HensonFix from stable branch.
2006-01-08  Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2006-01-02  Andy PolyakovTypo in win32_globallookup.
2006-01-02  Andy Polyakov"Relax" prototype and rename DSO_global_lookup_func...
2006-01-01  Andy PolyakovFix mapping "leak" in newly introduced win32_globallookup.
2005-12-30  Andy PolyakovAdd DSO_global_lookup_func implementation. See commenta...
2005-12-18  Andy PolyakovEliminate possible mapping leak.
2005-11-01  Richard LevitteFix numerous bugs in the Win32 path splitter
2005-08-03  Andy PolyakovWCE update, mostly typos.
2005-08-02  Andy PolyakovImplement complementary LoadLibraryA shim under WCE.
2005-07-24  Andy PolyakovEliminate gcc warning in dso_win32.c.
2005-06-27  Andy PolyakovEliminate dependency on UNICODE macro.
2005-06-09  Andy PolyakovEliminate gcc -pedantic warnings.
2005-06-05  Andy PolyakovNew function, DSO_pathbyaddr, to find pathname for...
2005-05-11  Bodo MöllerFix more error codes.
2005-03-12  Andy PolyakovCygwin to use DSO_FLFCN and mingw to use DSO_WIN32.
2002-11-15  Richard LevitteWinCE patches
2002-10-06  Dr. Stephen HensonVarious Win32 fixes.
2002-07-15  Richard LevitteThere's an ongoing project to bring some kind of path...
2001-04-25  Geoff ThorpeThis change to the "dl", "dlfcn", and "win32" DSO_METHO...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
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-23  Geoff ThorpeSteve fixed up some strange errors introduced into...
2000-06-21  Dr. Stephen HensonFixes for Win32 build.
2000-06-16  Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-29  Geoff Thorpeanother warning.
2000-05-29  Geoff Thorpeoops.
2000-05-01  Bodo MöllerAdd missing #include.
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-04  Geoff ThorpeThis is a set of startup code for the DSO support,...