OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socket
[openssl.git] / crypto / dso / dso_dlfcn.c
7 days ago Richard LevitteCopyright year updates
2024-01-25 rilyshreplace strstr() with strchr() for single characters
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-06-17 Matt CaswellUpdate copyright year
2021-06-02 Paulidso: remove TODOs
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-09-13 Matt CaswellFix safestack issues in crypto.h
2020-09-12 Randall S. BeckerNonStop port updates for 3.0.0.
2020-05-15 Matt CaswellUpdate copyright year
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-21 Richard LevitteCygwin: enable the use of Dl_info and dladdr()
2018-12-10 Matt CaswellPreserve errno on dlopen
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-08-22 Matthias KraftExtend dladdr() for AIX, consequence from changes for...
2018-04-14 Matthias Kraftopenssl#5668: corrections after compiling with -qinfo...
2018-03-21 Matthias KraftAdd dladdr() for AIX
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-14 Rich SalzReplace malloc+strcpy with strdup
2017-09-14 PauliRevert "GH614: Use memcpy()/strdup() when possible"
2016-11-02 Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-03-23 Rich SalzRemove several unused undocumented functions.
2016-03-22 Rich SalzHave only one DSO_METHOD_openssl
2016-03-22 Rich SalzMake DSO opaque.
2016-02-19 Richard LevitteLet Configure figure out the diverse shared library...
2016-02-03 Dmitry-MeGH614: Use memcpy()/strdup() when possible
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-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01 Rich Salzfree null cleanup finale
2015-03-17 Matt CaswellRemove dead code from crypto
2015-01-30 Rich SalzDead code removal: #if 0 conf, dso, pqueue, threads
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMore comments
2014-12-30 Kurt Roeckxdlfcn: always define _GNU_SOURCE
2014-12-22 Rich SalzRT3548: Remvoe unsupported platforms
2014-05-19 JanpopanFix a wrong parameter count ERR_add_error_data
2011-02-12 Andy Polyakovdso_dlfcn.c: make it work on Tru64 4.0.
2011-02-02 Dr. Stephen HensonMake no-asm work in fips mode. Add android platform.
2010-03-29 Andy Polyakovdso_dlfcn.c: fix compile failure on Tru64.
2009-10-04 Dr. Stephen HensonPrevent aliasing warning
2009-07-16 Dr. Stephen HensonUse correct extension and OSX detection.
2009-07-15 Dr. Stephen HensonUpdates from 1.0.0-stable
2008-06-04 Ben LaurieMore type-checking.
2008-01-04 Andy PolyakovLast dso_dlfcn.c check-in said "Use Dl_info only on...
2007-04-02 Nils Larschcheck if pointer is != NULL before dereferencing it...
2006-04-11 Ulf MöllerUse Dl_info only on systems where it is known to exist...
2006-04-11 Ulf Mölleruncomment; that one slipped through
2006-04-11 Ulf Möllerimprove make dclean to remove files generated during...
2006-03-15 Nils Larschfix problems found by coverity: remove useless code
2006-01-02 Andy Polyakov"Relax" prototype and rename DSO_global_lookup_func...
2005-12-30 Andy PolyakovAdd DSO_global_lookup_func implementation. See commenta...
2005-12-18 Ulf Möllercomments
2005-06-09 Andy PolyakovEliminate gcc -pedantic warnings.
2005-06-06 Richard Levitte_GNU_SOURCE needs to be defined before any standard...
2005-06-05 Andy PolyakovNew function, DSO_pathbyaddr, to find pathname for...
2005-05-19 Nils Larschfix "dereferencing type-punned pointer will break stric...
2005-05-12 Dr. Stephen HensonAvoid warnings.
2003-06-12 Richard LevitteMake sure DSO-dlfcn works properly on SunOS4.
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,...