summaryrefslogtreecommitdiffstats
path: root/crypto/comp/c_zlib.c
AgeCommit message (Expand)Author
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
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall