Lines Matching full:gzip
179 - Fix bug in gzgets() for a concatenated empty gzip stream
181 - Change gzread() and related to ignore junk after gzip streams
184 - Simplify gzseek() now that raw after gzip is ignored
501 - Add pigz.c (parallel implementation of gzip) to examples/
573 - Set extra flags in gzip header in gzopen() like deflate() does
656 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
677 - Remove comment about no gzip header processing in FAQ
689 - Use OS_CODE in deflate() default gzip header
694 - Add deflateSetHeader() and gz_header structure for custom gzip headers
695 - Add inflateGetheader() to retrieve gzip headers
713 - Update zlib.h comments on gzip in-memory processing
774 - Fix gzeof() for concatenated gzip files [Johnson]
871 - Add gzip wrapper option to deflateInit2 using windowBits
893 - Remove inflate gzip decoding by default--only enable gzip decoding by
946 - Automatically detects and decompresses gzip streams
949 than inflate, useful for file utilities (gzip, zip)
951 externally generated deflate streams (e.g. in gzip files)
985 - Point out that zlib and gzip formats are different
1075 (smaller lit_bufsize than in gzip 1.2.4) and degraded a little the