aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/comp
Commit message (Expand)AuthorAgeFilesLines
* make updateGeoff Thorpe2003-10-281-6/+6
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-061-6/+6
* 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
* Define COMP method function prototypes properly.Richard Levitte2003-03-211-8/+15
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
* Add some debugging output.Richard Levitte2003-01-161-0/+10
* Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte2002-12-082-10/+185
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* If we're loading libz dynamically, and COMP_zlib() is called more than once,Richard Levitte2002-10-041-2/+2
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* add automatically generated ERR_load_... prototypeBodo Möller2002-01-041-1/+1
* make updateRichard Levitte2002-01-021-0/+7
* Do not forget to compile comp_err.cRichard Levitte2001-12-201-2/+2
* 'make update'Richard Levitte2001-10-041-7/+7
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-3/+4
* make updateRichard Levitte2001-07-311-2/+3
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-3/+2
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* make updateRichard Levitte2001-02-261-7/+7
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-17/+16
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-3/+3
* Make all configuration macros available for application by makingRichard Levitte2001-02-192-4/+7
* Make depend.Ben Laurie2001-02-041-3/+6
* COMP_zlib should always be declared, even if it is not functional.Bodo Möller2000-11-301-2/+0
* 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-302-0/+3
* 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
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* 'make update'Richard Levitte2000-09-071-3/+3
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-8/+10
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-2/+2
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+1
* Update dependencies.Ben Laurie1999-05-011-3/+4
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-13/+0
* "perl util/mkerr.pl -static -recurse -rebuild" because the previousBodo Möller1999-04-241-51/+63
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-13/+12
* "make depend"Bodo Möller1999-04-231-11/+15
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-236-12/+12
* Work with -pedantic!Ben Laurie1999-04-231-3/+5
* Change functions to ANSI C.Ulf Möller1999-04-194-48/+19