aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/comp/c_zlib.c
Commit message (Expand)AuthorAgeFilesLines
* Remake the way dynamic zlib is loadedRichard Levitte2016-04-131-5/+12
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
* Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell2016-04-131-3/+3
* Fix the zlib config optionMatt Caswell2016-03-291-21/+31
* Move dso.h to internalRich Salz2016-03-231-1/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-2/+2
* Remove outdated DEBUG flags.Rich Salz2016-02-181-10/+0
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-1/+5
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-1/+1
* Auto init/deinit libcryptoMatt Caswell2016-02-091-0/+2
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* remove 0 assignments.Rich Salz2015-09-031-17/+2
* Add and use OPENSSL_zallocRich Salz2015-09-021-3/+1
* Fixed problem with multiple load-unload of comp zlibDavid Brodski2015-08-261-1/+3
* Fix -DZLIB build for opaque COMP typesRich Salz2015-06-091-42/+9
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-121-2/+55
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup 11Rich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-10/+5
* remove malloc castsRich Salz2015-04-281-2/+1
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-291-113/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-677/+640
* 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