index
:
zlib
develop
master
A mirror of https://github.com/madler/zlib.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add crc32_combine_gen() and crc32_combine_op() for fast combines.
Mark Adler
2018-11-04
2
-0
/
+97
*
Add tables for crc32_combine(), to speed it up by a factor of 200.
Mark Adler
2018-11-03
2
-92
/
+396
*
Fix the zran.c example to work on a multiple-member gzip file.
Mark Adler
2018-10-14
3
-93
/
+204
*
Add gznorm.c example, which normalizes gzip files.
Mark Adler
2018-10-07
2
-0
/
+474
*
Show all the codes for the maximum tables size in enough.c.
Mark Adler
2018-08-05
1
-160
/
+191
*
Clarify that prefix codes are counted in enough.c.
Mark Adler
2018-08-05
1
-15
/
+15
*
Use inline function instead of macro for index in enough.c.
Mark Adler
2018-08-05
1
-4
/
+8
*
Clean up code style in enough.c, update version.
Mark Adler
2018-08-01
1
-211
/
+202
*
Use a macro for the printf format of big_t in enough.c.
Mark Adler
2018-08-01
1
-7
/
+3
*
Use a structure to make globals in enough.c evident.
Mark Adler
2018-08-01
1
-86
/
+89
*
Assure that the number of bits for deflatePrime() is valid.
Mark Adler
2018-04-19
1
-1
/
+2
*
Fix a bug that can crash deflate on some input when using Z_FIXED.
Mark Adler
2018-04-19
3
-70
/
+79
*
Correct the initialization requirements for deflateInit2().
Mark Adler
2018-01-31
1
-2
/
+1
*
Emphasize the need to continue decompressing gzip members.
Mark Adler
2018-01-08
1
-3
/
+5
*
Add legal disclaimer to README.
Mark Adler
2017-10-12
1
-1
/
+4
*
Fix deflateEnd() to not report an error at start of raw deflate.
Mark Adler
2017-10-12
1
-1
/
+3
*
Remove old assembler code in which bugs have manifested.
Mark Adler
2017-10-12
18
-6172
/
+0
*
Make the names in functions declarations identical to definitions.
Mark Adler
2017-10-12
3
-6
/
+6
*
Avoid an undefined behavior of memcpy() in _tr_stored_block().
Mark Adler
2017-10-12
1
-1
/
+2
*
Avoid undefined behaviors of memcpy() in gz*printf().
Mark Adler
2017-10-12
1
-2
/
+2
*
Avoid an undefined behavior of memcpy() in gzappend().
Mark Adler
2017-10-12
1
-1
/
+1
*
Avoid the use of ptrdiff_t.
Mark Adler
2017-06-03
2
-11
/
+3
*
Handle case where inflateSync used when header never processed.
Mark Adler
2017-04-16
1
-0
/
+2
*
Don't compute check value for raw inflate if asked to validate.
Mark Adler
2017-03-30
1
-1
/
+1
*
Add address checking in clang to -w option of configure.
Mark Adler
2017-02-18
1
-2
/
+2
*
Return an error if the gzputs string length can't fit in an int.
Mark Adler
2017-02-15
1
-4
/
+7
*
Small speedup to inflate [psumbera].
Mark Adler
2017-02-15
1
-14
/
+14
*
Update use of errno for newer Windows CE versions.
Mark Adler
2017-02-15
1
-2
/
+2
*
Avoid some conversion warnings in gzread.c and gzwrite.c.
Mark Adler
2017-02-15
2
-8
/
+6
*
Have Makefile return non-zero error code on test failure.
Mark Adler
2017-02-15
1
-6
/
+6
*
Avoid a conversion error in gzseek when off_t type too small.
Mark Adler
2017-02-15
1
-2
/
+2
*
Fix CLEAR_HASH macro to be usable as a single statement.
Mark Adler
2017-02-15
1
-2
/
+5
*
Fix bug when window full in deflate_stored().
Mark Adler
2017-02-15
1
-1
/
+1
*
Limit hash table inserts after switch from stored deflate.
Mark Adler
2017-02-15
1
-1
/
+9
*
Permit a deflateParams() parameter change as soon as possible.
Mark Adler
2017-02-15
2
-8
/
+9
*
Cygwin does not have _wopen(), so do not create gzopen_w() there.
Mark Adler
2017-01-16
2
-2
/
+2
*
Change version number to 1.2.11.1.
Mark Adler
2017-01-15
25
-48
/
+51
*
zlib 1.2.11
v1.2.11
Mark Adler
2017-01-15
29
-54
/
+58
*
Permit immediate deflateParams changes before any deflate input.
Mark Adler
2017-01-15
2
-5
/
+7
*
Update high water mark in deflate_stored.
Mark Adler
2017-01-15
1
-0
/
+4
*
Update vestigial comment from very old Info-ZIP deflate.
Mark Adler
2017-01-15
1
-2
/
+2
*
Fix deflate stored bug when pulling last block from window.
Mark Adler
2017-01-15
1
-5
/
+5
*
Update location of Visual Studio project files.
Mark Adler
2017-01-15
1
-1
/
+1
*
Delete user-specific Visual Studio project files.
Mark Adler
2017-01-15
6
-24
/
+0
*
Change version number to 1.2.10.1.
Mark Adler
2017-01-15
27
-53
/
+53
*
zlib 1.2.10
v1.2.10
Mark Adler
2017-01-02
25
-54
/
+58
*
Fix compilation with --solo and --debug combined.
Mark Adler
2017-01-02
1
-1
/
+1
*
Add warnings when compiling with assembler code.
Mark Adler
2017-01-02
2
-1
/
+4
*
Remove files to be installed before copying them in Makefile.in.
Mark Adler
2017-01-02
1
-0
/
+5
*
Fix bug in gzwrite.c that produced corrupt gzip files.
Mark Adler
2017-01-02
1
-0
/
+1
[next]