aboutsummaryrefslogtreecommitdiff
path: root/crypto/dso
AgeCommit message (Expand)AuthorFilesLines
2008-06-04Make DSO WIN32 compile again.Dr. Stephen Henson1-8/+8
2008-06-04More type-checking.Ben Laurie3-11/+11
2008-01-04Last dso_dlfcn.c check-in said "Use Dl_info only on systems where it isAndy Polyakov1-6/+7
2007-04-02check if pointer is != NULL before dereferencing it (Coverity CID 40)Nils Larsch1-3/+2
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-10-23Fix mingw warnings.Andy Polyakov1-1/+1
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte2-7/+12
2006-04-13Update dependencies.Dr. Stephen Henson1-0/+8
2006-04-12Add file dso_beos.c missing from original commit.Dr. Stephen Henson1-0/+270
2006-04-11Add BeOS support.Ulf Möller4-2/+17
2006-04-11Use Dl_info only on systems where it is known to exist. It does notUlf Möller1-1/+5
2006-04-11uncomment; that one slipped throughUlf Möller1-1/+1
2006-04-11improve make dclean to remove files generated during buildUlf Möller1-0/+2
2006-03-15fix problems found by coverity: remove useless codeNils Larsch1-1/+1
2006-03-11fix "missing initializer" warningNils Larsch1-1/+2
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2006-01-15Fix from stable branch.Dr. Stephen Henson1-2/+2
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller3-11/+16
2006-01-02Typo in win32_globallookup.Andy Polyakov1-1/+1
2006-01-02"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov5-23/+23
2006-01-01Fix mapping "leak" in newly introduced win32_globallookup.Andy Polyakov1-1/+6
2005-12-31Oops! Remove junk...Andy Polyakov1-1/+0
2005-12-30Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov6-3/+118
2005-12-18commentsUlf Möller1-3/+3
2005-12-18Eliminate possible mapping leak.Andy Polyakov1-0/+1
2005-11-01Fix numerous bugs in the Win32 path splitterRichard Levitte1-5/+29
2005-11-01A slight change in documentation that makes it so much more comprehensibleRichard Levitte1-1/+1
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch1-1/+4
2005-08-03WCE update, mostly typos.Andy Polyakov1-2/+2
2005-08-02Implement complementary LoadLibraryA shim under WCE.Andy Polyakov1-0/+24
2005-07-24Eliminate gcc warning in dso_win32.c.Andy Polyakov1-2/+2
2005-06-27Eliminate dependency on UNICODE macro.Andy Polyakov1-16/+19
2005-06-09Eliminate gcc -pedantic warnings.Andy Polyakov3-3/+18
2005-06-09Allow for dso load by explicit path on HP-UX.Andy Polyakov1-1/+2
2005-06-09When the return type of the function is int, it's better to return anRichard Levitte1-1/+1
2005-06-06_GNU_SOURCE needs to be defined before any standard header.Richard Levitte1-5/+10
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov6-5/+244
2005-05-19fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch1-2/+2
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-05-12Avoid warnings.Dr. Stephen Henson1-1/+1
2005-05-11Fix more error codes.Bodo Möller3-6/+10
2005-04-26Fix various incorrect error function codes.Bodo Möller3-7/+7
2005-04-12Rebuild error codes.Dr. Stephen Henson1-56/+59
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2005-03-12Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov1-1/+1
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-04-19make updateGeoff Thorpe1-17/+22
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1