summaryrefslogtreecommitdiff
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-02-23Don't specify --version-script on Apple platforms in CMakeLists.txt.Will Glynn1-1/+3
2013-02-23Quote --version-script argument in CMakeLists.txt.Will Glynn1-1/+1
2013-02-23Add contrib/vstudio/vc10 pre-build step for static only.Greg Domjan2-1/+17
2013-02-23Add _tr_flush_bits to the external symbols prefixed by --zprefix.Mark Adler3-0/+3
2013-02-23Use underscored I/O function names for WINAPI_FAMILY.Mark Adler1-0/+7
2013-02-23Update inflateBack() comments, since inflate() can be faster.Mark Adler1-5/+6
2013-02-18Fix serious but very rare decompression bug in inftrees.c.Mark Adler1-4/+4
2013-01-21Check for invalid code length codes in contrib/puff.Mark Adler3-6/+9
2012-10-24Fix comparisons of differently signed integers in contrib/blast.Mark Adler1-1/+2
2012-10-24Add note to contrib/blast to use binary mode in stdio.Mark Adler2-4/+9
2012-10-11Check for input buffer malloc failure in examples/gzappend.c.Mark Adler1-7/+10
2012-10-01Fix bug in gzclose() when gzwrite() runs out of memory.Mark Adler1-5/+6
2012-09-29Fix bug where gzopen(), gzclose() would write an empty file.Mark Adler1-8/+7
2012-09-29Fix memory allocation error in examples/zran.c [Nor].Mark Adler1-3/+8
2012-08-24Fix unintialized value bug in gzputc() introduced by const patches.Mark Adler1-8/+10
2012-08-18Avoid shift equal to bits in type (caused endless loop).Mark Adler1-18/+21