]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Add a "G" option to force gzip, disabling transparency in gzread(). develop
authorMark Adler <madler@alumni.caltech.edu>
Sat, 4 Apr 2026 02:10:59 +0000 (19:10 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 3 Aug 2026 17:56:40 +0000 (19:56 +0200)
commit4d7c051d5086360f0d6de33b0e794bfd71cb9ea6
treed56131f4d6f39b94c85680ea5925f70dd3bed74f
parent682d76d2b8fd1c1d9f7c0e9e175e9b91046a740a
Add a "G" option to force gzip, disabling transparency in gzread().

If the input is not a gzip stream with this option, an error will
be returned.

Upstream: https://github.com/madler/zlib/commit/1ab1026a
gzlib.c
gzread.c
zlib-ng.h.in
zlib.h.in