summaryrefslogtreecommitdiff
path: root/FAQ (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-08-18Clean up examples/gzlog.[ch] comparisons of different types.Mark Adler2-7/+9
2012-08-14Clean up examples/gzjoin.c for z_const usage.Mark Adler1-6/+7
2012-08-14Fix example/gzappend.c for proper z_const usage.Mark Adler1-4/+5
2012-08-13Update examples/gun.c for proper z_const usage.Mark Adler1-5/+6
2012-08-13Clean up the usage of z_const and respect const usage within zlib.Mark Adler16-70/+76
2012-07-08Fix argument checks in gzlog_compress() and gzlog_write().Mark Adler2-7/+8
2012-07-08Remove unused variable in infback9.c.Mark Adler1-2/+0
2012-07-08Fix comment typos in unzip.h and unzip.c.Birunthan Mohanathas2-7/+7
2012-07-06Update copyright year in win32/zlib1.rc.Thomas Roß1-1/+1
2012-07-06Fix CMake compilation of static lib for MSVC2010 x64.Thomas Roß1-4/+4
2012-06-09Fix configure check for veracity of compiler error return codes.Mark Adler1-58/+85