summaryrefslogtreecommitdiff
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
* make updatebodo2011-09-051-1/+1
* PR: 2589steve2011-09-011-1/+1
* Make some Unix builds work again.steve2011-03-251-1/+1
* make update (1.1.0-dev)levitte2011-03-231-1/+1
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSlevitte2011-03-191-78/+99
* dso_dlfcn.c: make it work on Tru64 4.0.appro2011-02-121-0/+1
* Make no-asm work in fips mode. Add android platform.steve2011-02-021-1/+2
* Change AR to ARX to allow exclusion of fips object modulessteve2011-01-261-1/+1
* dso_dlfcn.c: fix compile failure on Tru64.appro2010-03-291-0/+3
* Prevent aliasing warningsteve2009-10-041-4/+7
* Use correct extension and OSX detection.steve2009-07-161-3/+3
* Updates from 1.0.0-stablesteve2009-07-151-4/+13
* Updates from 1.0.0-stablesteve2009-07-151-0/+3
* Fix "possible loss of data" Win64 compiler warnings.appro2008-12-291-9/+9
* Remove dead code. (Coverity ID 2)ben2008-12-271-7/+0
* Stack changes made dso_vms.c not compile properly.levitte2008-12-161-6/+6
* Make DSO WIN32 compile again.steve2008-06-041-8/+8
* More type-checking.ben2008-06-043-11/+11
* Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isappro2008-01-041-6/+7
* check if pointer is != NULL before dereferencing it (Coverity CID 40)nils2007-04-021-3/+2
* Update from 0.9.8 stable. Eliminate duplicate error codes.steve2006-11-211-7/+4
* Fix mingw warnings.appro2006-10-231-1/+1
* Someone made a mistake, and some function and reason codes gotlevitte2006-05-122-7/+12
* Update dependencies.steve2006-04-131-0/+8
* Add file dso_beos.c missing from original commit.steve2006-04-121-0/+270
* Add BeOS support.ulf2006-04-114-2/+17
* Use Dl_info only on systems where it is known to exist. It does notulf2006-04-111-1/+5
* uncomment; that one slipped throughulf2006-04-111-1/+1
* improve make dclean to remove files generated during buildulf2006-04-111-0/+2
* fix problems found by coverity: remove useless codenils2006-03-151-1/+1
* fix "missing initializer" warningnils2006-03-111-1/+2
* Update filenames in makefiles.steve2006-02-041-1/+1
* Fix from stable branch.steve2006-01-151-2/+2
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)bodo2006-01-083-11/+16
* Typo in win32_globallookup.appro2006-01-021-1/+1
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.appro2006-01-025-23/+23
* Fix mapping "leak" in newly introduced win32_globallookup.appro2006-01-011-1/+6
* Oops! Remove junk...appro2005-12-311-1/+0
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cappro2005-12-306-3/+118
* commentsulf2005-12-181-3/+3
* Eliminate possible mapping leak.appro2005-12-181-0/+1
* Fix numerous bugs in the Win32 path splitterlevitte2005-11-011-5/+29
* A slight change in documentation that makes it so much more comprehensiblelevitte2005-11-011-1/+1
* fix warnings when building openssl with the following compiler options:nils2005-08-281-1/+4
* WCE update, mostly typos.appro2005-08-031-2/+2
* Implement complementary LoadLibraryA shim under WCE.appro2005-08-021-0/+24
* Eliminate gcc warning in dso_win32.c.appro2005-07-241-2/+2
* Eliminate dependency on UNICODE macro.appro2005-06-271-16/+19
* Eliminate gcc -pedantic warnings.appro2005-06-093-3/+18
* Allow for dso load by explicit path on HP-UX.appro2005-06-091-1/+2