minor fixes for Windows
[openssl.git] / crypto / dso / dso_lib.c
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-29 PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29 Paulie_os.h removal from other headers and source files.
2016-12-10 Davide GalassiAvoid the call to OPENSSL_malloc with a negative value...
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-02 Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-03-23 Rich SalzRemove several unused undocumented functions.
2016-03-22 Rich SalzMake DSO opaque.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_DSO to new multi-threading API
2016-02-29 Dmitry-MeGH762: Reuse strdup()
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-23 FdaSilvaYYFix two possible leaks.
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
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 11
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-12-27 Ben LaurieRemove dead code. (Coverity ID 2)
2008-06-04 Ben LaurieMore type-checking.
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2006-01-02 Andy Polyakov"Relax" prototype and rename DSO_global_lookup_func...
2005-12-31 Andy PolyakovOops! Remove junk...
2005-12-30 Andy PolyakovAdd DSO_global_lookup_func implementation. See commenta...
2005-06-09 Richard LevitteWhen the return type of the function is int, it's bette...
2005-06-05 Andy PolyakovNew function, DSO_pathbyaddr, to find pathname for...
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2002-07-16 Richard LevitteSome older code (never committed) wasn't converted...
2002-07-15 Richard LevitteThere's an ongoing project to bring some kind of path...
2001-11-22 Geoff Thorpe'flags' should only be set inside DSO_load() if constru...
2001-09-04 Geoff ThorpeAdd a "_up" -> "_up_ref" change to libeay.num that...
2000-11-03 Bodo Mölleravoid memory leak
2000-10-30 Geoff ThorpeDSO_load() should also work when it is passed a NULL...
2000-10-26 Geoff ThorpeThis changes the behaviour of the DSO mechanism for...
2000-10-08 Geoff ThorpeTime to get rid of some rather silly code duplication...
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
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-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,...