index
:
zlib
develop
master
A mirror of https://github.com/madler/zlib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix inflateBack to detect invalid input with distances too far.
Mark Adler
2022-06-27
1
-0
/
+1
*
Fix odd error in Visual C compiler preventing automatic promotion.
Mark Adler
2022-06-04
1
-2
/
+2
*
Fix missing ZEXPORT for crc32_combine_op().
Mark Adler
2022-06-04
1
-1
/
+1
*
Have build test report library version if it doesn't match zlib.h.
Mark Adler
2022-05-26
1
-1
/
+2
*
Correct incorrect inputs provided to the CRC functions.
Mark Adler
2022-03-30
1
-4
/
+4
*
Fix compile with Windows 10 SDK. (gvollant)
Mark Adler
2022-03-28
1
-0
/
+5
*
Fix configure issue that discarded provided CC definition.
Mark Adler
2022-03-28
1
-0
/
+3
*
Silence some warnings from Visual Studio C.
Mark Adler
2022-03-28
2
-5
/
+5
*
Change version number on develop branch to 1.2.12.1.
Mark Adler
2022-03-27
24
-48
/
+51
*
zlib 1.2.12
v1.2.12
Mark Adler
2022-03-27
43
-124
/
+218
*
Fix crc32.c to compile local functions only if used.
Mark Adler
2022-03-27
1
-62
/
+64
*
Check for cc masquerading as gcc or clang in configure.
Mark Adler
2022-03-27
1
-2
/
+8
*
Remove destructive aspects of make distclean.
Mark Adler
2022-03-27
1
-3
/
+1
*
Separate out address sanitizing from warnings in configure.
Mark Adler
2022-03-27
1
-2
/
+7
*
Eliminate use of ULL constants.
Mark Adler
2022-03-27
1
-3
/
+3
*
Add fallthrough comments for gcc.
Mark Adler
2022-03-27
2
-0
/
+24
*
Clean up minizip to reduce warnings for testing.
Mark Adler
2022-01-01
9
-87
/
+96
*
Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner)
Mark Adler
2022-01-01
1
-0
/
+3
*
minizip warning fix if MAXU32 already defined. (gvollant)
Mark Adler
2021-12-31
1
-3
/
+5
*
Replace black/white with allow/block. (theresa-m)
Mark Adler
2021-12-31
2
-15
/
+15
*
Fix indentation in minizip's zip.c.
Mark Adler
2021-07-08
1
-2
/
+2
*
Improve portability of contrib/minizip.
Mark Adler
2021-02-10
4
-10
/
+21
*
Correct typo in blast.c.
Mark Adler
2021-01-17
1
-1
/
+1
*
Change macro name in inflate.c to avoid collision in VxWorks.
Mark Adler
2020-09-17
1
-4
/
+4
*
Clarify gz* function interfaces, referring to parameter names.
Mark Adler
2020-08-31
1
-77
/
+76
*
Fix error in comment on the polynomial representation of a byte.
Mark Adler
2019-07-09
1
-1
/
+1
*
Fix memory leak on error in gzlog.c.
Mark Adler
2019-05-25
1
-2
/
+4
*
Avoid adding empty gzip member after gzflush with Z_FINISH.
Mark Adler
2019-04-13
3
-1
/
+13
*
Explicitly note that the 32-bit check values are 32 bits.
Mark Adler
2019-04-05
1
-5
/
+7
*
Use ARM crc32 instructions if the ARM architecture has them.
Mark Adler
2019-02-17
1
-3
/
+7
*
Add use of the ARMv8 crc32 instructions when requested.
Mark Adler
2019-02-17
1
-0
/
+114
*
Correct comment in crc32.c.
Mark Adler
2019-02-03
1
-1
/
+2
*
Don't bother computing check value after successful inflateSync().
Mark Adler
2019-01-02
3
-8
/
+14
*
Use atomic test and set, if available, for dynamic CRC tables.
Mark Adler
2018-12-26
1
-42
/
+112
*
Speed up software CRC-32 computation by a factor of 1.5 to 3.
Mark Adler
2018-12-26
6
-1096
/
+10209
*
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
[prev]
[next]