summaryrefslogtreecommitdiff
path: root/crypto/comp/c_zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Modify compression code so it avoids using ex_data free functions. Thissteve2010-01-131-10/+7
* Missing return values (Coverity ID 204).ben2008-12-131-1/+2
* And so it begins...steve2008-03-121-1/+390
* - use OPENSSL_malloc() etc. in zlibnils2007-02-141-15/+40
* Update from 0.9.8-stable.steve2005-12-051-115/+15
* Make ZLIB without ZLIB_SHARED compiled again.steve2005-12-031-1/+3
* Add error checking to avoid crashing when zlib cannot be loaded.steve2005-12-021-2/+7
* Only define ZLIB_SHARED if it hasn't already been defined (on the commandlevitte2005-06-181-1/+3
* Make whiny compilers stop complaining about missing prototype.appro2004-12-301-0/+1
* Because libraries on Windows lack useful version information, the zliblevitte2004-10-141-1/+11
* Setting the ex_data index is unsafe in a threaded environment, solevitte2003-10-061-3/+6
* Remove unused code, don't use zlib functions that are really macroslevitte2003-10-041-6/+19
* Add some debugging output.levitte2003-01-161-0/+10
* Implement a stateful variant if the ZLIB compression method. The oldlevitte2002-12-081-4/+185
* If we're loading libz dynamically, and COMP_zlib() is called more than once,levitte2002-10-041-2/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-201-3/+3
* A few bug fixes for Windows.levitte2000-11-301-5/+5
* COMP_METHOD has a new argument since some time back...levitte2000-11-301-0/+2
* Change c_zlib further to allow loading a shared zlib on all operatinglevitte2000-11-301-34/+51
* Changes to c_zlib.c to make ZLIB.DLL dynamically loadable underlevitte2000-11-301-8/+116
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-2/+2
* Change functions to ANSI C.ulf1999-04-191-18/+7
* Initial revisionrse1998-12-211-0/+144