Home | History | Annotate | Download | only in zlib

Lines Matching full:gzip

54 - Fix bug in gzgets() for a concatenated empty gzip stream
56 - Change gzread() and related to ignore junk after gzip streams
59 - Simplify gzseek() now that raw after gzip is ignored
376 - Add pigz.c (parallel implementation of gzip) to examples/
448 - Set extra flags in gzip header in gzopen() like deflate() does
531 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
552 - Remove comment about no gzip header processing in FAQ
564 - Use OS_CODE in deflate() default gzip header
569 - Add deflateSetHeader() and gz_header structure for custom gzip headers
570 - Add inflateGetheader() to retrieve gzip headers
588 - Update zlib.h comments on gzip in-memory processing
649 - Fix gzeof() for concatenated gzip files [Johnson]
746 - Add gzip wrapper option to deflateInit2 using windowBits
768 - Remove inflate gzip decoding by default--only enable gzip decoding by
821 - Automatically detects and decompresses gzip streams
824 than inflate, useful for file utilities (gzip, zip)
826 externally generated deflate streams (e.g. in gzip files)
860 - Point out that zlib and gzip formats are different
950 (smaller lit_bufsize than in gzip 1.2.4) and degraded a little the