Home | History | Annotate | Download | only in src

Lines Matching full:gzip

11 - Fix bug in gzwrite.c that produced corrupt gzip files
34 - Fix bugs in creating a very large gzip header
222 - Fix bug in gzgets() for a concatenated empty gzip stream
224 - Change gzread() and related to ignore junk after gzip streams
227 - Simplify gzseek() now that raw after gzip is ignored
544 - Add pigz.c (parallel implementation of gzip) to examples/
616 - Set extra flags in gzip header in gzopen() like deflate() does
699 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
720 - Remove comment about no gzip header processing in FAQ
732 - Use OS_CODE in deflate() default gzip header
737 - Add deflateSetHeader() and gz_header structure for custom gzip headers
738 - Add inflateGetheader() to retrieve gzip headers
756 - Update zlib.h comments on gzip in-memory processing
817 - Fix gzeof() for concatenated gzip files [Johnson]
914 - Add gzip wrapper option to deflateInit2 using windowBits
936 - Remove inflate gzip decoding by default--only enable gzip decoding by
989 - Automatically detects and decompresses gzip streams
992 than inflate, useful for file utilities (gzip, zip)
994 externally generated deflate streams (e.g. in gzip files)
1028 - Point out that zlib and gzip formats are different
1118 (smaller lit_bufsize than in gzip 1.2.4) and degraded a little the