aboutsummaryrefslogtreecommitdiff
path: root/crypto/comp/c_zlib.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-18Remove outdated DEBUG flags.Rich Salz1-10/+0
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-1/+5
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-1/+1
2016-02-09Auto init/deinit libcryptoMatt Caswell1-0/+2
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-09-03remove 0 assignments.Rich Salz1-17/+2
2015-09-02Add and use OPENSSL_zallocRich Salz1-3/+1
2015-08-26Fixed problem with multiple load-unload of comp zlibDavid Brodski1-1/+3
2015-06-09Fix -DZLIB build for opaque COMP typesRich Salz1-42/+9
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz1-2/+55
2015-05-04Use safer sizeof variant in mallocRich Salz1-2/+2
2015-05-01free NULL cleanup 11Rich Salz1-2/+1
2015-05-01free null cleanup finaleRich Salz1-10/+5
2015-04-28remove malloc castsRich Salz1-2/+1
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz1-113/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-677/+640
2010-01-13Modify compression code so it avoids using ex_data free functions. ThisDr. Stephen Henson1-10/+7
2008-12-13Missing return values (Coverity ID 204).Ben Laurie1-1/+2
2008-03-12And so it begins...Dr. Stephen Henson1-1/+390
2007-02-14- use OPENSSL_malloc() etc. in zlibNils Larsch1-15/+40
2005-12-05Update from 0.9.8-stable.Dr. Stephen Henson1-115/+15
2005-12-03Make ZLIB without ZLIB_SHARED compiled again.Dr. Stephen Henson1-1/+3
2005-12-02Add error checking to avoid crashing when zlib cannot be loaded.Dr. Stephen Henson1-2/+7
2005-06-18Only define ZLIB_SHARED if it hasn't already been defined (on the commandRichard Levitte1-1/+3
2004-12-30Make whiny compilers stop complaining about missing prototype.Andy Polyakov1-0/+1
2004-10-14Because libraries on Windows lack useful version information, the zlibRichard Levitte1-1/+11
2003-10-06Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte1-3/+6
2003-10-04Remove unused code, don't use zlib functions that are really macrosRichard Levitte1-6/+19
2003-01-16Add some debugging output.Richard Levitte1-0/+10
2002-12-08Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte1-4/+185
2002-10-04If we're loading libz dynamically, and COMP_zlib() is called more than once,Richard Levitte1-2/+2
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-3/+3
2000-11-30A few bug fixes for Windows.Richard Levitte1-5/+5
2000-11-30COMP_METHOD has a new argument since some time back...Richard Levitte1-0/+2
2000-11-30Change c_zlib further to allow loading a shared zlib on all operatingRichard Levitte1-34/+51
2000-11-30Changes to c_zlib.c to make ZLIB.DLL dynamically loadable underRichard Levitte1-8/+116
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-18/+7
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-0/+144