summaryrefslogtreecommitdiff
path: root/crypto/comp
Commit message (Expand)AuthorAgeFilesLines
* Assorted bugfixes:bodo2011-02-031-2/+1
* Change AR to ARX to allow exclusion of fips object modulessteve2011-01-261-1/+1
* 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-123-2/+412
* - use OPENSSL_malloc() etc. in zlibnils2007-02-141-15/+40
* Update from 0.9.8 stable. Eliminate duplicate error codes.steve2006-11-211-7/+4
* Update filenames in makefiles.steve2006-02-041-1/+1
* 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
* Further BUILDENV refinement, further fool-proofing of Makefiles andappro2005-05-161-2/+1
* Fool-proofing Makefilesappro2005-05-151-4/+1
* Rebuild error codes.steve2005-04-121-4/+7
* Add emacs cache files to .cvsignore.levitte2005-04-111-0/+2
* Blow away Makefile.ssl.ben2005-03-301-4/+3
* Changes concering RFC 3820 (proxy certificates) integration:levitte2005-01-171-1/+2
* Make whiny compilers stop complaining about missing prototype.appro2004-12-301-0/+1
* Don't use $(EXHEADER) directly in for loops, as most shells will breaklevitte2004-11-021-1/+1
* Because libraries on Windows lack useful version information, the zliblevitte2004-10-141-1/+11
* After the latest round of header-hacking, regenerate the dependencies ingeoff2004-05-171-17/+15
* make updategeoff2004-04-191-3/+3
* Use sh explicitely to run point.shlevitte2003-12-271-1/+1
* make updategeoff2003-10-281-6/+6
* Make sure int SSL_COMP_add_compression_method() checks if a certainlevitte2003-10-061-6/+6
* 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
* Define COMP method function prototypes properly.levitte2003-03-211-8/+15
* Make sure we get the definition of OPENSSL_NO_ERR.levitte2003-03-201-0/+1
* Add some debugging output.levitte2003-01-161-0/+10
* Implement a stateful variant if the ZLIB compression method. The oldlevitte2002-12-082-10/+185
* Use double dashes so makedepend doesn't misunderstand the flags welevitte2002-10-091-1/+1
* If we're loading libz dynamically, and COMP_zlib() is called more than once,levitte2002-10-041-2/+2
* Pass CFLAG to dependency makers, so non-standard system include paths arelevitte2002-06-271-1/+1
* add automatically generated ERR_load_... prototypebodo2002-01-041-1/+1
* make updatelevitte2002-01-021-0/+7
* Do not forget to compile comp_err.clevitte2001-12-201-2/+2
* 'make update'levitte2001-10-041-7/+7
* Start to reduce some of the header bloat.ben2001-08-051-3/+4
* make updatelevitte2001-07-311-2/+3
* Really add the EVP and all of the DES changes.ben2001-07-301-3/+2
* Instead of telling both 'make' and the user that ranlibbodo2001-03-091-2/+1
* make updatelevitte2001-02-261-7/+7
* e_os.h does not belong with the exported headers. Do not put it therelevitte2001-02-221-17/+16
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-201-3/+3
* Make all configuration macros available for application by makinglevitte2001-02-192-4/+7
* Make depend.ben2001-02-041-3/+6
* COMP_zlib should always be declared, even if it is not functional.bodo2000-11-301-2/+0
* A few bug fixes for Windows.levitte2000-11-301-5/+5