summaryrefslogtreecommitdiff
path: root/crypto/comp/comp_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Update COMP_METHODTodd Short2022-10-181-0/+7
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/comp/Richard Levitte2018-12-061-1/+1
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-261-1/+4
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Allow NULL for some _free routines.Rich Salz2018-03-271-0/+2
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-271-3/+0
* Remove parentheses of return.KaoruToda2017-10-181-6/+6
* Copyright consolidation 04/10Rich Salz2016-05-171-51/+6
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-121-5/+76
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* remove malloc castsRich Salz2015-04-281-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-55/+49
* Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte2002-12-081-6/+0
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* 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-16/+6
* Accept NULL in *_free.Ben Laurie1999-01-071-0/+3
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-211-0/+85