summaryrefslogtreecommitdiff
path: root/crypto/dso/dso_err.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-06-171-1/+1
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+2
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-46/+2
* Following the license change, modify the boilerplates in crypto/dso/Richard Levitte2018-12-061-1/+1
* Put message strings in state filesRich Salz2017-06-121-1/+1
* make error tables const and separate header fileRich Salz2017-06-071-64/+71
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-021-0/+2
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Remove unused error/function codes.Rich Salz2016-05-231-7/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+7
* Move dso.h to internalRich Salz2016-03-231-5/+5
* Remove several unused undocumented functions.Rich Salz2016-03-231-15/+0
* Make DSO opaque.Rich Salz2016-03-221-3/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rebuild error source files.Dr. Stephen Henson2015-11-051-27/+27
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-85/+84
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-121-2/+7
* Add BeOS support.Ulf Möller2006-04-111-0/+5
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-301-0/+1
* New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov2005-06-051-0/+1
* Fix more error codes.Bodo Möller2005-05-111-0/+2
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* Rebuild error codes.Dr. Stephen Henson2005-04-121-56/+59
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* Some older code (never committed) wasn't converted to the new format.Richard Levitte2002-07-161-0/+1
* There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-151-1/+9
* Add a "_up" -> "_up_ref" change to libeay.num that was missing from theGeoff Thorpe2001-09-041-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-261-0/+12
* DSO_ctrl() changes have removed a couple of DSO_METHOD-specific functionsGeoff Thorpe2000-10-091-5/+0
* A DSO method for VMS was missing, and I had the code lying around...Richard Levitte2000-09-151-0/+5
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-161-16/+20
* This change facilitates name translation for shared libraries. TheGeoff Thorpe2000-04-191-9/+15
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-041-0/+113