summaryrefslogtreecommitdiffstats
path: root/crypto/comp/c_zlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.Tomas Mraz2019-09-121-0/+22
* Following the license change, modify the boilerplates in crypto/comp/Richard Levitte2018-12-061-1/+1
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-171-2/+2
* Fix invalid function type casts.Bernd Edlinger2017-12-151-2/+2
* Don't NULL check before calling DSO_free.Rich Salz2017-11-081-2/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell2016-11-081-0/+4
* Copyright consolidation 04/10Rich Salz2016-05-171-51/+6
* 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-301-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-031-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-301-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-311-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