summaryrefslogtreecommitdiffstats
path: root/crypto/comp/c_zlib.c
AgeCommit message (Expand)Author
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-11-08Don't NULL check before calling DSO_free.Rich Salz
2017-10-18Remove parentheses of return.KaoruToda
2016-11-08Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-13Remake the way dynamic zlib is loadedRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell
2016-03-29Fix the zlib config optionMatt Caswell
2016-03-23Move dso.h to internalRich Salz
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
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
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
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-12Make COMP_CTX and COMP_METHOD opaqueRich 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-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
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
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
2004-12-30Make whiny compilers stop complaining about missing prototype.Andy Polyakov
2004-10-14Because libraries on Windows lack useful version information, the zlibRichard Levitte
2003-10-06Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte
2003-10-04Remove unused code, don't use zlib functions that are really macrosRichard Levitte
2003-01-16Add some debugging output.Richard Levitte
2002-12-08Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte
2002-10-04If we're loading libz dynamically, and COMP_zlib() is called more than once,Richard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-11-30A few bug fixes for Windows.Richard Levitte
2000-11-30COMP_METHOD has a new argument since some time back...Richard Levitte
2000-11-30Change c_zlib further to allow loading a shared zlib on all operatingRichard Levitte
2000-11-30Changes to c_zlib.c to make ZLIB.DLL dynamically loadable underRichard Levitte