aboutsummaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded dependency on limits.h in examples/zran.c.Mark Adler2024-09-011-4/+4
* Avoid use of uintmax_t in enough.c.Mark Adler2024-07-291-12/+12
* Use z_const for setting msg to literal strings.Lwisce Zeng2024-04-011-9/+9
* Further address Microsoft deprecation warnings.Mark Adler2024-02-092-2/+10
* Address Microsoft deprecation warnings.Mark Adler2024-02-082-2/+2
* Update zran version.Mark Adler2024-02-042-4/+8
* Allocate the dictionaries in examples/zran.c.Mark Adler2024-02-042-22/+27
* Provide a reusable inflate engine in the index in example/zran.c.Mark Adler2024-02-042-76/+78
* Stop decoding in zran.c once request is satisfied.Mark Adler2024-02-041-2/+6
* Set returned index to NULL on an index build error in zran.c.Mark Adler2024-02-042-1/+5
* Fix random typos over several source and text files.THE-Spellchecker2024-01-171-1/+1
* Fix "the the" in examples/gzlog.c.William Leara2024-01-171-2/+2
* Fix some spelling errors.Dimitri Papadopoulos2023-08-031-1/+1
* Add a NOPRIME #define to zran.c to not use inflatePrime().Mark Adler2023-04-131-2/+91
* Rewrite of zran in examples. See version history in zran.c.Mark Adler2023-02-182-372/+348
* Update zlib_how.html to match the web page, and add a license.Mark Adler2023-01-241-11/+15
* 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