aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
...
* dso_dlfcn.c: fix compile failure on Tru64.Andy Polyakov2010-03-291-0/+3
* Prevent aliasing warningDr. Stephen Henson2009-10-041-4/+7
* Use correct extension and OSX detection.Dr. Stephen Henson2009-07-161-3/+3
* Updates from 1.0.0-stableDr. Stephen Henson2009-07-151-4/+13
* Updates from 1.0.0-stableDr. Stephen Henson2009-07-151-0/+3
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-9/+9
* Remove dead code. (Coverity ID 2)Ben Laurie2008-12-271-7/+0
* Stack changes made dso_vms.c not compile properly.Richard Levitte2008-12-161-6/+6
* Make DSO WIN32 compile again.Dr. Stephen Henson2008-06-041-8/+8
* More type-checking.Ben Laurie2008-06-043-11/+11
* Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov2008-01-041-6/+7
* check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch2007-04-021-3/+2
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
* Fix mingw warnings.Andy Polyakov2006-10-231-1/+1
* Someone made a mistake, and some function and reason codes gotRichard Levitte2006-05-122-7/+12
* Update dependencies.Dr. Stephen Henson2006-04-131-0/+8
* Add file dso_beos.c missing from original commit.Dr. Stephen Henson2006-04-121-0/+270
* Add BeOS support.Ulf Möller2006-04-114-2/+17
* Use Dl_info only on systems where it is known to exist. It does notUlf Möller2006-04-111-1/+5
* uncomment; that one slipped throughUlf Möller2006-04-111-1/+1
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-1/+1
* fix "missing initializer" warningNils Larsch2006-03-111-1/+2
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Fix from stable branch.Dr. Stephen Henson2006-01-151-2/+2
* Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller2006-01-083-11/+16
* Typo in win32_globallookup.Andy Polyakov2006-01-021-1/+1
* "Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov2006-01-025-23/+23
* Fix mapping "leak" in newly introduced win32_globallookup.Andy Polyakov2006-01-011-1/+6
* Oops! Remove junk...Andy Polyakov2005-12-311-1/+0
* Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov2005-12-306-3/+118
* commentsUlf Möller2005-12-181-3/+3
* Eliminate possible mapping leak.Andy Polyakov2005-12-181-0/+1
* Fix numerous bugs in the Win32 path splitterRichard Levitte2005-11-011-5/+29
* A slight change in documentation that makes it so much more comprehensibleRichard Levitte2005-11-011-1/+1
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+4
* WCE update, mostly typos.Andy Polyakov2005-08-031-2/+2
* Implement complementary LoadLibraryA shim under WCE.Andy Polyakov2005-08-021-0/+24
* Eliminate gcc warning in dso_win32.c.Andy Polyakov2005-07-241-2/+2
* Eliminate dependency on UNICODE macro.Andy Polyakov2005-06-271-16/+19
* Eliminate gcc -pedantic warnings.Andy Polyakov2005-06-093-3/+18
* Allow for dso load by explicit path on HP-UX.Andy Polyakov2005-06-091-1/+2
* When the return type of the function is int, it's better to return anRichard Levitte2005-06-091-1/+1
* _GNU_SOURCE needs to be defined before any standard header.Richard Levitte2005-06-061-5/+10
* New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov2005-06-056-5/+244
* fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch2005-05-191-2/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Avoid warnings.Dr. Stephen Henson2005-05-121-1/+1
* Fix more error codes.Bodo Möller2005-05-113-6/+10