1. bc7e017 Suport i686 and amd64 assembler builds in CMakeLists.txt. by Like Ma · 11 years ago
  2. 64a77fa Add TOP support to win32/Makefile.msc. by E. Timothy Uy · 11 years ago
  3. 79a7058 Simplify contrib/vstudio/vc10 with 'd' suffix. by Fredrik Orderud · 11 years ago
  4. 63ba758 Fix types in contrib/minizip to match result of get_crc_table(). by takacsd · 11 years ago
  5. 00dfee0 Fix casting error in contrib/testzlib/testzlib.c. by Jason Williams · 11 years ago
  6. 27b7723 Don't specify --version-script on Apple platforms in CMakeLists.txt. by Will Glynn · 11 years ago
  7. bb97bc9 Quote --version-script argument in CMakeLists.txt. by Will Glynn · 11 years ago
  8. b116fb5 Add contrib/vstudio/vc10 pre-build step for static only. by Greg Domjan · 12 years ago
  9. 5afbdab Add _tr_flush_bits to the external symbols prefixed by --zprefix. by Mark Adler · 11 years ago
  10. d211ecd Use underscored I/O function names for WINAPI_FAMILY. by Mark Adler · 11 years ago
  11. 931aa25 Update inflateBack() comments, since inflate() can be faster. by Mark Adler · 11 years ago
  12. 51370f3 Fix serious but very rare decompression bug in inftrees.c. by Mark Adler · 11 years ago
  13. 1005690 Check for invalid code length codes in contrib/puff. by Mark Adler · 11 years ago
  14. b6c5057 Fix comparisons of differently signed integers in contrib/blast. by Mark Adler · 12 years ago
  15. b8522e0 Add note to contrib/blast to use binary mode in stdio. by Mark Adler · 12 years ago
  16. e69a9ce Check for input buffer malloc failure in examples/gzappend.c. by Mark Adler · 12 years ago
  17. c488863 Fix bug in gzclose() when gzwrite() runs out of memory. by Mark Adler · 12 years ago
  18. 0cf495a Fix bug where gzopen(), gzclose() would write an empty file. by Mark Adler · 12 years ago
  19. bd143f1 Fix memory allocation error in examples/zran.c [Nor]. by Mark Adler · 12 years ago
  20. aa566e8 Fix unintialized value bug in gzputc() introduced by const patches. by Mark Adler · 12 years ago
  21. 1706893 Avoid shift equal to bits in type (caused endless loop). by Mark Adler · 12 years ago
  22. 3d9df6e Clean up examples/gzlog.[ch] comparisons of different types. by Mark Adler · 12 years ago
  23. a298177 Clean up examples/gzjoin.c for z_const usage. by Mark Adler · 12 years ago
  24. aa210a1 Fix example/gzappend.c for proper z_const usage. by Mark Adler · 12 years ago
  25. 360c3e9 Update examples/gun.c for proper z_const usage. by Mark Adler · 12 years ago
  26. 62d6112 Clean up the usage of z_const and respect const usage within zlib. by Mark Adler · 12 years ago
  27. fb4e059 Fix argument checks in gzlog_compress() and gzlog_write(). by Mark Adler · 12 years ago
  28. aef4174 Remove unused variable in infback9.c. by Mark Adler · 12 years ago
  29. f51cc49 Fix comment typos in unzip.h and unzip.c. by Birunthan Mohanathas · 12 years ago
  30. d0c7331 Update copyright year in win32/zlib1.rc. by Thomas Roß · 12 years ago
  31. 486ef7b Fix CMake compilation of static lib for MSVC2010 x64. by Thomas Roß · 12 years ago
  32. bfac156 Fix configure check for veracity of compiler error return codes. by Mark Adler · 12 years ago
  33. 977e108 Delete "--version" file if created by "ar --version" [Richard G.]. by Mark Adler · 12 years ago
  34. 148b8f6 Cleaner check for whether libtool is Apple or not on Darwin. by Mark Adler · 12 years ago
  35. a72bcd5 On Darwin, only use /usr/bin/libtool if libtool is not Apple. by Mark Adler · 12 years ago
  36. f947435 Use _snprintf for snprintf under Microsoft C in test/minigzip.c. by Mark Adler · 12 years ago
  37. 25e4a3d Use _snprintf for snprinf in Microsoft C. by Mark Adler · 12 years ago
  38. ee026ac Correct comment in deflate.h. by Mark Adler · 12 years ago
  39. dca9e1d Add inflateGetDictionary() function. by Mark Adler · 12 years ago
  40. eb90f6a Fix bug in 'F' mode for gzopen(). by Mark Adler · 12 years ago
  41. 0a2c92b Eliminate use of mktemp in Makefile (not always available). by Mark Adler · 12 years ago
  42. 6a18135 Fix gzgetc undefine when Z_PREFIX set [Turk]. by Mark Adler · 12 years ago
  43. 3a8e3bd Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]. by Mark Adler · 12 years ago
  44. c58f7ab Replace use of unsafe string functions with snprintf if available. by Mark Adler · 12 years ago
  45. 2689b3c Change version number to 1.2.7.1. by Mark Adler · 12 years ago
  46. 30a1c70 zlib 1.2.7 by Mark Adler · 12 years ago v1.2.7
  47. 1b09651 Add instructions to win32/Makefile.gcc for shared install [Torri]. by Mark Adler · 12 years ago
  48. dee3d4a Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]. by Mark Adler · 12 years ago
  49. 4373bac Fix the path to zlib.map in CMakeLists.txt. by Daniel Snider · 12 years ago
  50. 816e34e Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]. by Mark Adler · 12 years ago
  51. dbcdbf8 Fix location of executable for finding a four-byte integer. by Mark Adler · 12 years ago
  52. 6c9bd47 Fix type mismatch between get_crc_table() and crc_table. by Mark Adler · 12 years ago
  53. 1be1179 Avoid race condition for parallel make (-j) running example. by Mark Adler · 12 years ago
  54. cc538eb Remove -R. from Solaris shared build (possible security issue). by Mark Adler · 12 years ago
  55. 6635b78 Update ./configure for Solaris, support --64 [Mooney]. by Mark Adler · 12 years ago
  56. 3fb77ac Add more comments to configure. by Mark Adler · 12 years ago
  57. ba04838 Fix contrib/minizip compilation in the MinGW environment. by jK · 12 years ago
  58. 11f4065 Remove gzflags from zlibvc.def in vc9 and vc10. by Birunthan Mohanathas · 12 years ago
  59. a5d803b Attempt to convert the wchar_t path in gzopen_w() for errors. by Mark Adler · 12 years ago
  60. 04afd39 Fix syntax error in gzlib.c. by Mark Adler · 12 years ago
  61. 2bd5bd7 Look in build directory for zlib.pc in CMakeLists.txt. by Peter Kuemmel · 12 years ago
  62. 8e16df2 More fixes for gzopen_w(). by Mark Adler · 12 years ago
  63. a1af6e9 Fix gzopen_w() type and add #include for the type. by Mark Adler · 12 years ago
  64. 2c42538 Add source directory in CMakeLists.txt for building examples. by Peter Kuemmel · 12 years ago
  65. 49b5d79 Rename zconf.h in CMakeLists.txt to move it out of the way. by Peter Kuemmel · 12 years ago
  66. dbe0bed Add gzopen_w() in Windows for wide character path names. by Mark Adler · 12 years ago
  67. a3881cc Recognize clang as gcc. by Mark Adler · 12 years ago
  68. da32fd2 Improve inflate() documentation on the use of Z_FINISH. by Mark Adler · 12 years ago
  69. 50a1738 Make sure that unistd.h is included before using _LFS64_LARGEFILE. by Mark Adler · 12 years ago
  70. b18595d Repair some damage caused by -Wundef allowance. by Mark Adler · 12 years ago
  71. cb1c1a3 Avoid the use of the -u option with mktemp. by Mark Adler · 12 years ago
  72. 8dc21b1 Allow the use of -Wundef when compiling or using zlib. by Mark Adler · 12 years ago
  73. 9c08a82 Move obsolete emx makefile to old [Truta]. by Mark Adler · 12 years ago
  74. 142f051 Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta]. by Mark Adler · 12 years ago
  75. 39c7ed1 If using cmake with MSVC, add the source directory to the includes. by Christoph J. Thompson · 12 years ago
  76. c1e84b2 Include version symbols for cmake builds. by Christoph J. Thompson · 12 years ago
  77. cd71ef3 Build both a static and a shared version of zlib with cmake. by Christoph J. Thompson · 12 years ago
  78. ca6e7a0 Generate and install the pkg-config file with cmake. by Christoph J. Thompson · 12 years ago
  79. f886792 Allow overriding the default install locations for cmake. by Christoph J. Thompson · 12 years ago
  80. 5d5befa Update copyright years in gzlib.c. by Mark Adler · 12 years ago
  81. e076ca8 Fix comments in win32/Makefile.gcc for proper usage. by Mark Adler · 12 years ago
  82. e2abd78 Avoid warnings when O_CLOEXEC or O_EXCL are not defined. by Mark Adler · 12 years ago
  83. 9f4d905 Add DESTDIR support to mingw32 win32/Makefile.gcc. by Nathan Phillip Brink · 12 years ago
  84. 2cd90d2 Add ability to choose the builder in make_vms.com [Schweda]. by Mark Adler · 12 years ago
  85. 2e04ce0 Make sure that O_EXCL is used portably. by Mark Adler · 12 years ago
  86. e3ba2a1 Fix contrib/vstudio project link errors [Mohanathas]. by Mark Adler · 12 years ago
  87. 41a18e1 Fix bug in test/minigzip.c for configure --solo. by Mark Adler · 12 years ago
  88. 755c41d Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen(). by Mark Adler · 12 years ago
  89. 53bfe01 Fix bug in gzclose_w() when gzwrite() fails to allocate memory. by Mark Adler · 12 years ago
  90. dab7531 Simplify test and use of gcc hidden attribute. by Mark Adler · 12 years ago
  91. 2547c6c Don't use library or built-in byte swaps. by Mark Adler · 12 years ago
  92. 513dfcc Fix make_vms.com for VAX [Zinser]. by Mark Adler · 12 years ago
  93. 05de38d Cast to char * in gzprintf to avoid warnings [Zinser]. by Mark Adler · 12 years ago
  94. 80f3e39 Avoid using __int64 for gcc or solo compilation. by Mark Adler · 12 years ago
  95. 3f4339b Improve the detection of no hidden visibility attribute. by Mark Adler · 12 years ago
  96. e6d2a84 Do not use the visibility attribute if NO_VIZ defined. by Mark Adler · 12 years ago
  97. 8435052 Update version numbers and year in win32/README-WIN32.txt. by Mark Adler · 12 years ago
  98. d63c888 Use __WATCOMC__ instead of __WATCOM__. by Mark Adler · 12 years ago
  99. 10fca84 Include unistd.h for Watcom C. by Mark Adler · 12 years ago
  100. a75d6ea Require gcc 4.0 or later on Mac OS X to use the hidden attribute. by Mark Adler · 12 years ago