aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/comp/c_zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Modify compression code so it avoids using ex_data free functions. ThisDr. Stephen Henson2010-01-131-10/+7
* Missing return values (Coverity ID 204).Ben Laurie2008-12-131-1/+2
* And so it begins...Dr. Stephen Henson2008-03-121-1/+390
* - use OPENSSL_malloc() etc. in zlibNils Larsch2007-02-141-15/+40
* Update from 0.9.8-stable.Dr. Stephen Henson2005-12-051-115/+15
* Make ZLIB without ZLIB_SHARED compiled again.Dr. Stephen Henson2005-12-031-1/+3
* Add error checking to avoid crashing when zlib cannot be loaded.Dr. Stephen Henson2005-12-021-2/+7
* Only define ZLIB_SHARED if it hasn't already been defined (on the commandRichard Levitte2005-06-181-1/+3
* Make whiny compilers stop complaining about missing prototype.Andy Polyakov2004-12-301-0/+1
* Because libraries on Windows lack useful version information, the zlibRichard Levitte2004-10-141-1/+11
* Setting the ex_data index is unsafe in a threaded environment, soRichard Levitte2003-10-061-3/+6
* Remove unused code, don't use zlib functions that are really macrosRichard Levitte2003-10-041-6/+19
* Add some debugging output.Richard Levitte2003-01-161-0/+10
* Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte2002-12-081-4/+185
* If we're loading libz dynamically, and COMP_zlib() is called more than once,Richard Levitte2002-10-041-2/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-3/+3
* A few bug fixes for Windows.Richard Levitte2000-11-301-5/+5
* COMP_METHOD has a new argument since some time back...Richard Levitte2000-11-301-0/+2
* Change c_zlib further to allow loading a shared zlib on all operatingRichard Levitte2000-11-301-34/+51
* Changes to c_zlib.c to make ZLIB.DLL dynamically loadable underRichard Levitte2000-11-301-8/+116
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-18/+7
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+144