summaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-14Avoid recursive gzgetc() macro call.Mark Adler1-2/+2
2016-10-14Make globals in examples local to compilation unit.Mark Adler2-4/+4
2016-10-11Add --warn option to ./configure, instead of environment variable.Mark Adler1-1/+3
2016-10-11Clean up type conversions.Mark Adler9-57/+62
2016-10-11Avoid casting an out-of-range value to long.Mark Adler1-1/+1
2016-10-03Note the violation of the strict aliasing rule in crc32.c.Mark Adler1-0/+12
2016-09-28Avoid pre-decrement of pointer in big-endian CRC calculation.Mark Adler1-3/+1
2016-09-21Remove offset pointer optimization in inftrees.c.Mark Adler1-10/+8
2016-09-21Use post-increment only in inffast.c.Mark Adler1-50/+31
2016-09-21Remove dummy structure declarations for old buggy compilers.Mark Adler6-28/+0
2016-09-21Fix typo.Mark Adler1-1/+1
2016-09-20Add option to not compute or check check values.Mark Adler3-13/+34
2016-09-20Correct the size of the inflate state in the comments.Mark Adler1-1/+2
2016-07-10Fix typo in blast.c.Mark Adler1-1/+1
2016-06-17Add configure.log to .gitignore.Mark Adler1-0/+1
2016-04-05Loop on write() calls in gzwrite.c in case of non-blocking I/O.Mark Adler1-11/+16
2016-01-29Fix gzseek() problem on MinGW due to buggy _lseeki64 there.Mark Adler1-1/+1
2015-11-26Fix bug that accepted invalid zlib header when windowBits is zero.Mark Adler1-1/+1
2015-10-04Use a consistent and more modern approach to not use a parameter.Mark Adler1-6/+10
2015-09-16Use UTF-8 for non-ASCII characters in ChangeLog.Mark Adler1-3/+3
2015-09-05Clean up portability for shifts and integer sizes.Mark Adler3-4/+4
2015-09-05Avoid shifts of negative values inflateMark().Mark Adler1-2/+3
2015-08-15Fix typo.Mark Adler1-1/+1
2015-08-15Use const for static tree descriptions in deflate.Mark Adler2-4/+4
2015-08-02Allow building zlib outside of the source directory.Mark Adler2-61/+197
2015-08-02Do not initialize unsigned with -1 in compress.c uncompr.c.Mark Adler2-2/+2
2015-08-02Align deflateParams() and its documentation in zlib.h.Mark Adler2-14/+27
2015-08-01Compile the gzopen_w() function when __CYGWIN__ defined.Mark Adler3-5/+9
2015-07-28Define _POSIX_SOURCE to enable POSIX extensions on some systems.Mark Adler1-0/+4
2015-07-28Clarify deflateReset() documentation.Mark Adler1-4/+4
2015-07-28Avoid uninitialized access by gzclose_w().Mark Adler2-1/+2
2015-07-28Avoid use of DEBUG macro -- change to ZLIB_DEBUG.Mark Adler14-33/+33
2015-07-28Avoid use of reallocf() in test/infcover.c.Mark Adler1-8/+8
2015-07-28Fix inflateInit2() bug when windowBits is 16 or 32.Mark Adler1-0/+2
2015-07-28Add comment about not using windowBits of 8 for deflate().Mark Adler1-0/+8
2015-07-07Put license in zlib.3 man page.Mark Adler2-9/+27
2015-07-05Improve speed of gzprintf() in transparent mode.Mark Adler4-51/+70
2015-07-05Avoid left shift of a negative value in flush rank calculation.Mark Adler1-1/+1
2015-01-26Remedy Coverity warning. [Randers-Pehrson]Mark Adler1-1/+1
2014-12-29Add inflateCodesUsed() function for internal use.Mark Adler1-0/+9
2014-07-02Fix bug in test/example.c where error code not saved.Mark Adler1-1/+1
2014-04-26Note in zlib.h that compress() uses Z_DEFAULT_COMPRESSION.Mark Adler1-1/+2
2014-04-26Fix uncompress() to work on lengths more than a maximum unsigned.Mark Adler1-20/+41
2014-04-26Fix compress() to work on lengths more than a maximum unsigned.Mark Adler1-18/+24
2014-04-24Assure that gzoffset() is correct when appending.Mark Adler1-1/+3
2013-08-24Improve contrib/blast to return unused bytes. Fix the test codeMark Adler2-15/+43
2013-08-03Fix contrib/minizip to permit unzipping with desktop API [Zouzou].Mark Adler1-3/+4
2013-05-23Spacing cleanup.Mark Adler1-1/+1
2013-05-02Change version number to 1.2.8.1.Mark Adler27-48/+51
2013-04-28zlib 1.2.8v1.2.8Mark Adler4-5/+9