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
...
*
Detect clang in cc version.
Mark Adler
2016-12-30
1
-0
/
+1
*
Fix init macros to use z_ prefix when requested.
Mark Adler
2016-12-30
4
-16
/
+47
*
Fix character encoding and link in contrib README.
Mark Adler
2016-12-30
1
-2
/
+2
*
Use snprintf() for later versions of Microsoft C.
Mark Adler
2016-12-30
2
-5
/
+4
*
Add deflateGetDictionary() function.
Mark Adler
2016-12-30
2
-0
/
+43
*
No need to check for NULL argument to free().
Mark Adler
2016-12-30
1
-4
/
+2
*
Add gzfwrite(), duplicating the interface of fwrite().
Mark Adler
2016-12-04
2
-40
/
+112
*
Add gzfread(), duplicating the interface of fread().
Mark Adler
2016-12-04
2
-40
/
+126
*
Fix compile option for when z_size_t needs to be a long long.
Mark Adler
2016-12-04
4
-1
/
+7
*
Create z_size_t and z_ssize_t types.
Mark Adler
2016-12-04
8
-17
/
+144
*
Don't need to emit an empty fixed block when changing parameters.
Mark Adler
2016-12-04
1
-1
/
+1
*
Clean up gz* function return values.
Mark Adler
2016-12-04
3
-34
/
+37
*
Speed up deflation for level 0 (storing).
Mark Adler
2016-12-04
1
-78
/
+215
*
Assure that deflateParams() will not switch functions mid-block.
Mark Adler
2016-12-04
2
-22
/
+24
*
Explicitly ignore a return value in gzwrite.c.
Mark Adler
2016-12-04
1
-1
/
+1
*
Increase verbosity required to warn about bit length overflow.
Mark Adler
2016-12-04
1
-2
/
+2
*
Add uncompress2() function, which returns the input size used.
Mark Adler
2016-12-04
2
-18
/
+39
*
Minor edits to the documentation in source file contents.
Mark Adler
2016-12-04
4
-93
/
+109
*
Fix bugs in creating a very large gzip header.
Mark Adler
2016-12-04
2
-169
/
+191
*
Add --debug (-d) option to ./configure to define ZLIB_DEBUG.
Mark Adler
2016-12-04
1
-0
/
+6
*
Use memcpy for stored blocks.
Mark Adler
2016-12-04
1
-30
/
+7
*
Fix some typos.
Mark Adler
2016-10-30
10
-29
/
+29
*
Fix bug when level 0 used with Z_HUFFMAN or Z_RLE.
Mark Adler
2016-10-27
1
-3
/
+4
*
Clean up and comment the use of local for static.
Mark Adler
2016-10-26
4
-6
/
+6
*
Make a noble effort at setting OS_CODE correctly.
Mark Adler
2016-10-25
1
-14
/
+30
*
Do a more thorough check of the state for every stream call.
Mark Adler
2016-10-24
3
-41
/
+72
*
Document the rejection of 256-byte window requests in zlib.h.
Mark Adler
2016-10-24
1
-0
/
+4
*
Reject a window size of 256 bytes if not using the zlib wrapper.
Mark Adler
2016-10-24
1
-1
/
+1
*
Avoid obfuscating use of default case in inftrees.c.
Mark Adler
2016-10-14
1
-1
/
+1
*
Move macro definition in deflate.c to where it is used.
Mark Adler
2016-10-14
1
-3
/
+4
*
Avoid recursive gzgetc() macro call.
Mark Adler
2016-10-14
1
-2
/
+2
*
Make globals in examples local to compilation unit.
Mark Adler
2016-10-14
2
-4
/
+4
*
Add --warn option to ./configure, instead of environment variable.
Mark Adler
2016-10-11
1
-1
/
+3
*
Clean up type conversions.
Mark Adler
2016-10-11
9
-57
/
+62
*
Avoid casting an out-of-range value to long.
Mark Adler
2016-10-11
1
-1
/
+1
*
Note the violation of the strict aliasing rule in crc32.c.
Mark Adler
2016-10-03
1
-0
/
+12
*
Avoid pre-decrement of pointer in big-endian CRC calculation.
Mark Adler
2016-09-28
1
-3
/
+1
*
Remove offset pointer optimization in inftrees.c.
Mark Adler
2016-09-21
1
-10
/
+8
*
Use post-increment only in inffast.c.
Mark Adler
2016-09-21
1
-50
/
+31
*
Remove dummy structure declarations for old buggy compilers.
Mark Adler
2016-09-21
6
-28
/
+0
*
Fix typo.
Mark Adler
2016-09-21
1
-1
/
+1
*
Add option to not compute or check check values.
Mark Adler
2016-09-20
3
-13
/
+34
*
Correct the size of the inflate state in the comments.
Mark Adler
2016-09-20
1
-1
/
+2
*
Fix typo in blast.c.
Mark Adler
2016-07-10
1
-1
/
+1
*
Add configure.log to .gitignore.
Mark Adler
2016-06-17
1
-0
/
+1
*
Loop on write() calls in gzwrite.c in case of non-blocking I/O.
Mark Adler
2016-04-05
1
-11
/
+16
*
Fix gzseek() problem on MinGW due to buggy _lseeki64 there.
Mark Adler
2016-01-29
1
-1
/
+1
*
Fix bug that accepted invalid zlib header when windowBits is zero.
Mark Adler
2015-11-26
1
-1
/
+1
*
Use a consistent and more modern approach to not use a parameter.
Mark Adler
2015-10-04
1
-6
/
+10
*
Use UTF-8 for non-ASCII characters in ChangeLog.
Mark Adler
2015-09-16
1
-3
/
+3
[prev]
[next]