summaryrefslogtreecommitdiffstats
path: root/crypto/comp
AgeCommit message (Expand)Author
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-17Remove some old makefile targetsRich Salz
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-26Fixed problem with multiple load-unload of comp zlibDavid Brodski
2015-06-09Fix -DZLIB build for opaque COMP typesRich Salz
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Remove the fake RLE compression method.Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2011-02-03Assorted bugfixes:Bodo Möller
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson
2010-01-13Modify compression code so it avoids using ex_data free functions. ThisDr. Stephen Henson
2008-12-13Missing return values (Coverity ID 204).Ben Laurie
2008-03-12And so it begins...Dr. Stephen Henson
2007-02-14- use OPENSSL_malloc() etc. in zlibNils Larsch
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-02-04Update filenames in makefiles.Dr. Stephen Henson
2005-12-05Update from 0.9.8-stable.Dr. Stephen Henson
2005-12-03Make ZLIB without ZLIB_SHARED compiled again.Dr. Stephen Henson
2005-12-02Add error checking to avoid crashing when zlib cannot be loaded.Dr. Stephen Henson
2005-06-18Only define ZLIB_SHARED if it hasn't already been defined (on the commandRichard Levitte
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-15Fool-proofing MakefilesAndy Polyakov
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