summaryrefslogtreecommitdiffstats
path: root/crypto/dso
AgeCommit message (Expand)Author
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-10-23Fix mingw warnings.Andy Polyakov
2006-05-12Someone made a mistake, and some function and reason codes gotRichard Levitte
2006-04-13Update dependencies.Dr. Stephen Henson
2006-04-12Add file dso_beos.c missing from original commit.Dr. Stephen Henson
2006-04-11Add BeOS support.Ulf Möller
2006-04-11Use Dl_info only on systems where it is known to exist. It does notUlf Möller
2006-04-11uncomment; that one slipped throughUlf Möller
2006-04-11improve make dclean to remove files generated during buildUlf Möller
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-03-11fix "missing initializer" warningNils Larsch
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2006-01-15Fix from stable branch.Dr. Stephen Henson
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2006-01-02Typo in win32_globallookup.Andy Polyakov
2006-01-02"Relax" prototype and rename DSO_global_lookup_func to DSO_global_lookup.Andy Polyakov
2006-01-01Fix mapping "leak" in newly introduced win32_globallookup.Andy Polyakov
2005-12-31Oops! Remove junk...Andy Polyakov
2005-12-30Add DSO_global_lookup_func implementation. See commentary in dso_lib.cAndy Polyakov
2005-12-18commentsUlf Möller
2005-12-18Eliminate possible mapping leak.Andy Polyakov
2005-11-01Fix numerous bugs in the Win32 path splitterRichard Levitte
2005-11-01A slight change in documentation that makes it so much more comprehensibleRichard Levitte
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch
2005-08-03WCE update, mostly typos.Andy Polyakov
2005-08-02Implement complementary LoadLibraryA shim under WCE.Andy Polyakov
2005-07-24Eliminate gcc warning in dso_win32.c.Andy Polyakov
2005-06-27Eliminate dependency on UNICODE macro.Andy Polyakov
2005-06-09Eliminate gcc -pedantic warnings.Andy Polyakov
2005-06-09Allow for dso load by explicit path on HP-UX.Andy Polyakov
2005-06-09When the return type of the function is int, it's better to return anRichard Levitte
2005-06-06_GNU_SOURCE needs to be defined before any standard header.Richard Levitte
2005-06-05New function, DSO_pathbyaddr, to find pathname for loaded shared objectAndy Polyakov
2005-05-19fix "dereferencing type-punned pointer will break strict-aliasing rules"Nils Larsch
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-12Avoid warnings.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-26Fix various incorrect error function codes.Bodo Möller
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-12Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-04-19make updateGeoff Thorpe
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-06-12Make sure DSO-dlfcn works properly on SunOS4.Richard Levitte
2003-06-11Add the possibility to have symbols loaded globally with DSO.Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte