455 Commits (47cb41295751ee1b1b7e0acbfb847ea24324d5aa)
 

Author SHA1 Message Date
Mark Adler 47cb412957 Add tables for crc32_combine(), to speed it up by a factor of 200. 6 years ago
Mark Adler 921d81b2a8 Fix the zran.c example to work on a multiple-member gzip file. 6 years ago
Mark Adler 354fa43d12 Add gznorm.c example, which normalizes gzip files. 6 years ago
Mark Adler cd16ff0b3a Show all the codes for the maximum tables size in enough.c. 6 years ago
Mark Adler d00c147f53 Clarify that prefix codes are counted in enough.c. 6 years ago
Mark Adler 5b1381006b Use inline function instead of macro for index in enough.c. 6 years ago
Mark Adler 8ba2cdb6bd Clean up code style in enough.c, update version. 7 years ago
Mark Adler 4c14b51587 Use a macro for the printf format of big_t in enough.c. 7 years ago
Mark Adler 194e558efe Use a structure to make globals in enough.c evident. 7 years ago
Mark Adler 4346a16853 Assure that the number of bits for deflatePrime() is valid. 7 years ago
Mark Adler 5c44459c3b Fix a bug that can crash deflate on some input when using Z_FIXED. 7 years ago
Mark Adler e99813dbfe Correct the initialization requirements for deflateInit2(). 7 years ago
Mark Adler bf88202e31 Emphasize the need to continue decompressing gzip members. 7 years ago
Mark Adler ba9df2111e Add legal disclaimer to README. 7 years ago
Mark Adler c376a417a7 Fix deflateEnd() to not report an error at start of raw deflate. 7 years ago
Mark Adler 288f108031 Remove old assembler code in which bugs have manifested. 7 years ago
Mark Adler a577351394 Make the names in functions declarations identical to definitions. 7 years ago
Mark Adler 723e928b84 Avoid an undefined behavior of memcpy() in _tr_stored_block(). 7 years ago
Mark Adler b25d5fcdcf Avoid undefined behaviors of memcpy() in gz*printf(). 7 years ago
Mark Adler ae49d1472e Avoid an undefined behavior of memcpy() in gzappend(). 7 years ago
Mark Adler 3c46f5ddb5 Avoid the use of ptrdiff_t. 8 years ago
Mark Adler 44e8ac810d Handle case where inflateSync used when header never processed. 8 years ago
Mark Adler 89245c0a84 Don't compute check value for raw inflate if asked to validate. 8 years ago
Mark Adler be5e3647c4 Add address checking in clang to -w option of configure. 8 years ago
Mark Adler 90287635ef Return an error if the gzputs string length can't fit in an int. 8 years ago
Mark Adler 60a5ecc62b Small speedup to inflate [psumbera]. 8 years ago
Mark Adler e1f1a3a146 Update use of errno for newer Windows CE versions. 8 years ago
Mark Adler 793ad7f559 Avoid some conversion warnings in gzread.c and gzwrite.c. 8 years ago
Mark Adler e00a2bd392 Have Makefile return non-zero error code on test failure. 8 years ago
Mark Adler a362293745 Avoid a conversion error in gzseek when off_t type too small. 8 years ago
Mark Adler 38e8ce32af Fix CLEAR_HASH macro to be usable as a single statement. 8 years ago
Mark Adler 8ba393e70d Fix bug when window full in deflate_stored(). 8 years ago
Mark Adler 2d80d3f6b5 Limit hash table inserts after switch from stored deflate. 8 years ago
Mark Adler f9694097dd Permit a deflateParams() parameter change as soon as possible. 8 years ago
Mark Adler 5ff989033e Cygwin does not have _wopen(), so do not create gzopen_w() there. 8 years ago
Mark Adler 7d60b86782 Change version number to 1.2.11.1. 8 years ago
Mark Adler cacf7f1d4e zlib 1.2.11 8 years ago
Mark Adler cbbd20302c Permit immediate deflateParams changes before any deflate input. 8 years ago
Mark Adler 7d9c9d410a Update high water mark in deflate_stored. 8 years ago
Mark Adler 37ed2112a1 Update vestigial comment from very old Info-ZIP deflate. 8 years ago
Mark Adler 4c7c907683 Fix deflate stored bug when pulling last block from window. 8 years ago
Mark Adler 74d2696d87 Update location of Visual Studio project files. 8 years ago
Mark Adler c38a2603ce Delete user-specific Visual Studio project files. 8 years ago
Mark Adler 11ceaed751 Change version number to 1.2.10.1. 8 years ago
Mark Adler 4a090adef8 zlib 1.2.10 8 years ago
Mark Adler e13def040e Fix compilation with --solo and --debug combined. 8 years ago
Mark Adler 1e3bccd496 Add warnings when compiling with assembler code. 8 years ago
Mark Adler c7d77756d0 Remove files to be installed before copying them in Makefile.in. 8 years ago
Mark Adler 0b5c158cc7 Fix bug in gzwrite.c that produced corrupt gzip files. 8 years ago
Mark Adler bc5503b224 Fix bug in deflate_stored() for zero-length input. 8 years ago