summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos.Mark Adler2022-08-236-8/+8
* Fix memory leak on error in gzlog.c.Mark Adler2019-05-251-2/+4
* Fix the zran.c example to work on a multiple-member gzip file.Mark Adler2018-10-143-93/+204
* Add gznorm.c example, which normalizes gzip files.Mark Adler2018-10-072-0/+474
* Show all the codes for the maximum tables size in enough.c.Mark Adler2018-08-051-160/+191
* Clarify that prefix codes are counted in enough.c.Mark Adler2018-08-051-15/+15
* Use inline function instead of macro for index in enough.c.Mark Adler2018-08-051-4/+8
* Clean up code style in enough.c, update version.Mark Adler2018-08-011-211/+202
* Use a macro for the printf format of big_t in enough.c.Mark Adler2018-08-011-7/+3
* Use a structure to make globals in enough.c evident.Mark Adler2018-08-011-86/+89
* Avoid an undefined behavior of memcpy() in gzappend().Mark Adler2017-10-121-1/+1
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-1/+1
* Fix some typos.Mark Adler2016-10-302-2/+2
* Avoid use of DEBUG macro -- change to ZLIB_DEBUG.Mark Adler2015-07-281-1/+1
* Check for input buffer malloc failure in examples/gzappend.c.Mark Adler2012-10-111-7/+10
* Fix memory allocation error in examples/zran.c [Nor].Mark Adler2012-09-291-3/+8
* Avoid shift equal to bits in type (caused endless loop).Mark Adler2012-08-181-18/+21
* Clean up examples/gzlog.[ch] comparisons of different types.Mark Adler2012-08-182-7/+9
* Clean up examples/gzjoin.c for z_const usage.Mark Adler2012-08-141-6/+7
* Fix example/gzappend.c for proper z_const usage.Mark Adler2012-08-141-4/+5
* Update examples/gun.c for proper z_const usage.Mark Adler2012-08-131-5/+6
* Fix argument checks in gzlog_compress() and gzlog_write().Mark Adler2012-07-082-7/+8
* Move example.c and minigzip.c to test/.Mark Adler2011-11-273-1241/+0
* Move example.c and minigzip.c to examples/ directory.Mark Adler2011-10-093-0/+1241
* zlib 1.2.3.8v1.2.3.8Mark Adler2011-09-092-9/+9
* zlib 1.2.3.6v1.2.3.6Mark Adler2011-09-093-476/+26
* zlib 1.2.3.4v1.2.3.4Mark Adler2011-09-095-364/+2074
* zlib 1.2.3.1v1.2.3.1Mark Adler2011-09-094-14/+50
* zlib 1.2.2.4v1.2.2.4Mark Adler2011-09-095-21/+430
* zlib 1.2.2.3v1.2.2.3Mark Adler2011-09-094-3/+704
* zlib 1.2.2.2v1.2.2.2Mark Adler2011-09-098-0/+2395