aboutsummaryrefslogtreecommitdiff
path: root/old (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-04-28Fix mixed line endings in contrib/vstudio.Mark Adler4-27/+27
2013-04-28Correct spelling error in zlib.h.Mark Adler1-1/+1
2013-04-28Clean up contrib/vstudio [Roß].Mark Adler21-1138/+592
2013-04-28Update some copyright years.Mark Adler2-2/+2
2013-04-28Do not force Z_CONST for C++.Mark Adler3-3/+3
2013-04-28Update contrib/minizip/iowin32.c for Windows RT [Vollant].Mark Adler1-13/+85
2013-04-28Change version number to 1.2.8.Mark Adler29-54/+57
2013-04-13zlib 1.2.7.3v1.2.7.3Mark Adler4-5/+5
2013-04-13Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc.Mark Adler5-17/+17
2013-04-13Change version number to 1.2.7.3.Mark Adler24-43/+46
2013-04-13zlib 1.2.7.2v1.2.7.2Mark Adler4-4/+6
2013-04-13Add casts in gzwrite.c for pointer differences.Mark Adler2-3/+4
2013-04-13Fix typo in win32/Makefile.msc.Mark Adler1-1/+1
2013-04-13Change check for a four-byte type back to hexadecimal.Mark Adler3-9/+9
2013-04-13Change version number to 1.2.7.2.Mark Adler24-48/+51
2013-03-24zlib 1.2.7.1v1.2.7.1Mark Adler16-20/+67
2013-03-24Line length cleanup.Mark Adler2-2/+3
2013-03-24Do not return Z_BUF_ERROR if deflateParam() has nothing to write.Mark Adler1-0/+2
2013-03-24In Makefile uninstall, don't rm if preceding cd fails.Mark Adler1-4/+4
2013-03-24Minor spacing cleanup in a comment in gzguts.h.Mark Adler1-1/+1
2013-03-24Add man pages for minizip and miniunzip.Enrico Weigelt, metux IT service2-0/+109
2013-03-24Add casts and consts to ease user conversion to C++.Mark Adler6-16/+17
2013-03-23Clean up the addition of gzvprintf.Mark Adler10-3/+13
2013-03-23Clean up the addition of inflateGetDictionary.Mark Adler5-3/+18
2013-03-23Remove runtime check in configure for four-byte integer type.Mark Adler4-59/+15
2013-03-23Fix configure for Sun shell.Mark Adler1-1/+3
2013-03-22Add gzvprintf() as an undocumented function in zlib.Mark Adler5-7/+36
2013-03-22Add vc11 and vc12 build files to contrib/vstudio.Mark Adler16-0/+3335
2013-02-24Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h.Mark Adler3-6/+6
2013-02-24Suport i686 and amd64 assembler builds in CMakeLists.txt.Like Ma1-2/+38
2013-02-23Add TOP support to win32/Makefile.msc.E. Timothy Uy1-38/+41
2013-02-23Simplify contrib/vstudio/vc10 with 'd' suffix.Fredrik Orderud1-26/+2
2013-02-23Fix types in contrib/minizip to match result of get_crc_table().takacsd3-6/+6
2013-02-23Fix casting error in contrib/testzlib/testzlib.c.Jason Williams1-2/+2