| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -25/+25 |
* | 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 |
* | e_os.h removal from other headers and source files. | Pauli | 2017-08-29 | 1 | -1/+2 |
* | Remove some commented out code in libcrypto | Matt Caswell | 2017-02-28 | 1 | -6/+0 |
* | Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr | Matt Caswell | 2016-11-03 | 1 | -0/+1 |
* | Copyright consolidation 07/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | Remove several unused undocumented functions. | Rich Salz | 2016-03-23 | 1 | -138/+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 |
* | 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 |
* | Fix pedantic warnings in mingw builds. | Andy Polyakov | 2015-09-29 | 1 | -11/+20 |
* | Add and use OPENSSL_zalloc | Rich Salz | 2015-09-03 | 1 | -2/+1 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 1 | -1/+1 |
* | Use safer sizeof variant in malloc | Rich Salz | 2015-05-04 | 1 | -2/+2 |
* | free null cleanup finale | Rich Salz | 2015-05-01 | 1 | -4/+2 |
* | remove malloc casts | Rich Salz | 2015-04-28 | 1 | -1/+1 |
* | Dead code removal: #if 0 conf, dso, pqueue, threads | Rich Salz | 2015-01-30 | 1 | -26/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -737/+678 |
* | dso/dso_win32.c: fix compiler warning. | Andy Polyakov | 2012-12-18 | 1 | -3/+6 |
* | Updates from 1.0.0-stable | Dr. Stephen Henson | 2009-07-15 | 1 | -0/+3 |
* | Fix "possible loss of data" Win64 compiler warnings. | Andy Polyakov | 2008-12-29 | 1 | -9/+9 |
* | Make DSO WIN32 compile again. | Dr. Stephen Henson | 2008-06-04 | 1 | -8/+8 |
* | Fix mingw warnings. | Andy Polyakov | 2006-10-23 | 1 | -1/+1 |
* | Fix from stable branch. | Dr. Stephen Henson | 2006-01-15 | 1 | -2/+2 |
* | Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts) | Bodo Möller | 2006-01-08 | 1 | -7/+7 |
* | Typo in win32_globallookup. | Andy Polyakov | 2006-01-02 | 1 | -1/+1 |
* | "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup. | Andy Polyakov | 2006-01-02 | 1 | -2/+2 |
* | Fix mapping "leak" in newly introduced win32_globallookup. | Andy Polyakov | 2006-01-01 | 1 | -1/+6 |
* | Add DSO_global_lookup_func implementation. See commentary in dso_lib.c | Andy Polyakov | 2005-12-30 | 1 | -1/+64 |
* | Eliminate possible mapping leak. | Andy Polyakov | 2005-12-18 | 1 | -0/+1 |
* | Fix numerous bugs in the Win32 path splitter | Richard Levitte | 2005-11-01 | 1 | -5/+29 |
* | WCE update, mostly typos. | Andy Polyakov | 2005-08-03 | 1 | -2/+2 |
* | Implement complementary LoadLibraryA shim under WCE. | Andy Polyakov | 2005-08-02 | 1 | -0/+24 |
* | Eliminate gcc warning in dso_win32.c. | Andy Polyakov | 2005-07-24 | 1 | -2/+2 |
* | Eliminate dependency on UNICODE macro. | Andy Polyakov | 2005-06-27 | 1 | -16/+19 |
* | Eliminate gcc -pedantic warnings. | Andy Polyakov | 2005-06-09 | 1 | -1/+6 |
* | New function, DSO_pathbyaddr, to find pathname for loaded shared object | Andy Polyakov | 2005-06-05 | 1 | -3/+122 |
* | Fix more error codes. | Bodo Möller | 2005-05-11 | 1 | -6/+6 |
* | Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32. | Andy Polyakov | 2005-03-12 | 1 | -1/+1 |
* | WinCE patches | Richard Levitte | 2002-11-15 | 1 | -1/+1 |
* | Various Win32 fixes. | Dr. Stephen Henson | 2002-10-06 | 1 | -7/+24 |
* | There's an ongoing project to bring some kind of path selection | Richard Levitte | 2002-07-15 | 1 | -1/+302 |
* | This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filename | Geoff Thorpe | 2001-04-26 | 1 | -0/+3 |
* | Use new-style system-id macros everywhere possible. I hope I haven't | Richard Levitte | 2001-02-20 | 1 | -2/+2 |
* | This changes the behaviour of the DSO mechanism for determining an | Geoff Thorpe | 2000-10-26 | 1 | -27/+54 |
* | None of the DSO_METHOD's were handling anything except generic messages. | Geoff Thorpe | 2000-10-09 | 1 | -26/+2 |