| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -15/+15 |
* | Since return is inconsistent, I removed unnecessary parentheses and | KaoruToda | 2017-10-09 | 1 | -3/+3 |
* | Replace malloc+strcpy with strdup | Rich Salz | 2017-09-14 | 1 | -4/+2 |
* | Revert "GH614: Use memcpy()/strdup() when possible" | Pauli | 2017-09-14 | 1 | -2/+4 |
* | Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr | Matt Caswell | 2016-11-03 | 1 | -0/+34 |
* | Use strerror_r()/strerror_s() instead of strerror() where possible | Matt Caswell | 2016-05-24 | 1 | -2/+6 |
* | Copyright consolidation 07/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | Remove several unused undocumented functions. | Rich Salz | 2016-03-23 | 1 | -62/+0 |
* | Have only one DSO_METHOD_openssl | Rich Salz | 2016-03-22 | 1 | -8/+3 |
* | Make DSO opaque. | Rich Salz | 2016-03-22 | 1 | -4/+1 |
* | Let Configure figure out the diverse shared library and DSO extensions | Richard Levitte | 2016-02-19 | 1 | -8/+4 |
* | Fix potential buffer overrun | Dmitry-Me | 2016-02-04 | 1 | -1/+1 |
* | GH614: Use memcpy()/strdup() when possible | Dmitry-Me | 2016-02-03 | 1 | -4/+2 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Remove the "eay" c-file-style indicators | Richard Levitte | 2015-12-18 | 1 | -1/+1 |
* | Continue standardising malloc style for libcrypto | Matt Caswell | 2015-11-09 | 1 | -3/+3 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -2/+1 |
* | Dead code removal: #if 0 conf, dso, pqueue, threads | Rich Salz | 2015-01-30 | 1 | -12/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -281/+268 |
* | misspellings fixes by https://github.com/vlajos/misspell_fixer | Veres Lajos | 2013-09-05 | 1 | -2/+2 |
* | "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup. | Andy Polyakov | 2006-01-02 | 1 | -3/+3 |
* | Add DSO_global_lookup_func implementation. See commentary in dso_lib.c | Andy Polyakov | 2005-12-30 | 1 | -1/+11 |
* | Eliminate gcc -pedantic warnings. | Andy Polyakov | 2005-06-09 | 1 | -1/+6 |
* | Allow for dso load by explicit path on HP-UX. | Andy Polyakov | 2005-06-09 | 1 | -1/+2 |
* | New function, DSO_pathbyaddr, to find pathname for loaded shared object | Andy Polyakov | 2005-06-05 | 1 | -1/+26 |
* | Third argument to shl_load() is "long address", not a pointer. | Lutz Jänicke | 2003-01-08 | 1 | -1/+1 |
* | There's an ongoing project to bring some kind of path selection | Richard Levitte | 2002-07-15 | 1 | -1/+69 |
* | At least for the two common Unixly DSO loading methods, include the | Richard Levitte | 2001-11-15 | 1 | -3/+6 |
* | Use one address consistently. | Richard Levitte | 2001-07-05 | 1 | -1/+1 |
* | This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filename | Geoff Thorpe | 2001-04-26 | 1 | -0/+3 |
* | shl_load() also needs to load along a path given through an | Richard Levitte | 2000-11-07 | 1 | -1/+1 |
* | On HP-UX, at least when shl_* are used, the libraries have the | Richard Levitte | 2000-10-26 | 1 | -7/+12 |
* | For the operating systems where it matters, it is sometimes good to | Richard Levitte | 2000-10-26 | 1 | -8/+15 |
* | This changes the behaviour of the DSO mechanism for determining an | Geoff Thorpe | 2000-10-26 | 1 | -17/+56 |
* | Pointer error corrected | Richard Levitte | 2000-10-22 | 1 | -2/+2 |
* | None of the DSO_METHOD's were handling anything except generic messages. | Geoff Thorpe | 2000-10-09 | 1 | -26/+2 |
* | Currently the DSO_METHOD interface has one entry point to bind all | Geoff Thorpe | 2000-06-16 | 1 | -16/+48 |
* | This case in the "dso_unload" handlers should not be reported as an error - | Geoff Thorpe | 2000-04-25 | 1 | -4/+1 |
* | This change facilitates name translation for shared libraries. The | Geoff Thorpe | 2000-04-19 | 1 | -2/+42 |
* | Constification, and a silly mistake in the comments. | Geoff Thorpe | 2000-04-06 | 1 | -4/+4 |
* | This is a set of startup code for the DSO support, it's not yet linked into | Geoff Thorpe | 2000-04-04 | 1 | -0/+182 |