Commit Graph

  • 10056909c0 Check for invalid code length codes in contrib/puff. Mark Adler 2013-01-21 10:15:51 -08:00
  • b6c5057ca1 Fix comparisons of differently signed integers in contrib/blast. Mark Adler 2012-10-24 22:50:23 -07:00
  • b8522e0264 Add note to contrib/blast to use binary mode in stdio. Mark Adler 2012-10-24 22:47:37 -07:00
  • e69a9ceee0 Check for input buffer malloc failure in examples/gzappend.c. Mark Adler 2012-10-11 16:10:59 -07:00
  • c4888637ea Fix bug in gzclose() when gzwrite() runs out of memory. Mark Adler 2012-10-01 22:42:35 -07:00
  • 0cf495a1ca Fix bug where gzopen(), gzclose() would write an empty file. Mark Adler 2012-09-29 22:23:47 -07:00
  • bd143f1c0a Fix memory allocation error in examples/zran.c [Nor]. Mark Adler 2012-09-29 21:48:18 -07:00
  • aa566e86c4 Fix unintialized value bug in gzputc() introduced by const patches. Mark Adler 2012-08-24 15:02:28 -07:00
  • 17068938ce Avoid shift equal to bits in type (caused endless loop). Mark Adler 2012-08-18 17:59:50 -07:00
  • 3d9df6ecf8 Clean up examples/gzlog.[ch] comparisons of different types. Mark Adler 2012-08-14 00:31:23 -07:00
  • a2981775a9 Clean up examples/gzjoin.c for z_const usage. Mark Adler 2012-08-14 00:30:44 -07:00
  • aa210a1b84 Fix example/gzappend.c for proper z_const usage. Mark Adler 2012-08-14 00:29:58 -07:00
  • 360c3e9532 Update examples/gun.c for proper z_const usage. Mark Adler 2012-08-13 21:49:10 -07:00
  • 62d6112a79 Clean up the usage of z_const and respect const usage within zlib. Mark Adler 2012-08-12 18:08:52 -07:00
  • fb4e0599a5 Fix argument checks in gzlog_compress() and gzlog_write(). Mark Adler 2012-07-08 17:01:13 -07:00
  • aef4174dd2 Remove unused variable in infback9.c. Mark Adler 2012-07-08 16:48:36 -07:00
  • f51cc49c94 Fix comment typos in unzip.h and unzip.c. Birunthan Mohanathas 2012-06-06 20:30:39 +03:00
  • d0c7331258 Update copyright year in win32/zlib1.rc. Thomas Roß 2012-06-07 01:25:36 +02:00
  • 486ef7b4b4 Fix CMake compilation of static lib for MSVC2010 x64. Thomas Roß 2012-06-07 01:23:32 +02:00
  • bfac156463 Fix configure check for veracity of compiler error return codes. Mark Adler 2012-06-09 22:42:24 -07:00
  • 977e108047 Delete "--version" file if created by "ar --version" [Richard G.]. Mark Adler 2012-06-09 19:47:55 -07:00
  • 148b8f630c Cleaner check for whether libtool is Apple or not on Darwin. Mark Adler 2012-06-09 22:58:06 -07:00
  • a72bcd5607 On Darwin, only use /usr/bin/libtool if libtool is not Apple. Mark Adler 2012-06-09 19:15:36 -07:00
  • f947435b30 Use _snprintf for snprintf under Microsoft C in test/minigzip.c. Mark Adler 2012-06-03 16:28:06 -07:00
  • 25e4a3da55 Use _snprintf for snprinf in Microsoft C. Mark Adler 2012-06-03 12:45:55 -07:00
  • ee026accde Correct comment in deflate.h. Mark Adler 2012-06-02 10:16:43 -07:00
  • dca9e1d6f3 Add inflateGetDictionary() function. Mark Adler 2012-05-26 10:37:17 -07:00
  • eb90f6a568 Fix bug in 'F' mode for gzopen(). Mark Adler 2012-05-22 22:31:19 -07:00
  • 0a2c92bc66 Eliminate use of mktemp in Makefile (not always available). Mark Adler 2012-05-20 11:32:13 -07:00
  • 6a181356bd Fix gzgetc undefine when Z_PREFIX set [Turk]. Mark Adler 2012-05-17 21:13:23 -07:00
  • 3a8e3bd9e5 Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]. Mark Adler 2012-05-03 21:23:45 -07:00
  • c58f7ab28d Replace use of unsafe string functions with snprintf if available. Mark Adler 2012-05-02 23:18:38 -07:00
  • 2689b3cceb Change version number to 1.2.7.1. Mark Adler 2012-05-02 22:38:26 -07:00
  • 30a1c7065d zlib 1.2.7 Mark Adler 2012-05-02 20:32:41 -07:00
  • 1b09651f89 Add instructions to win32/Makefile.gcc for shared install [Torri]. Mark Adler 2012-05-02 20:17:59 -07:00
  • dee3d4ae36 Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]. Mark Adler 2012-05-01 21:17:08 -07:00
  • 4373bac37e Fix the path to zlib.map in CMakeLists.txt. Daniel Snider 2012-04-03 09:26:07 -05:00
  • 816e34e1b5 Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]. Mark Adler 2012-04-29 21:15:12 -07:00
  • dbcdbf8c41 Fix location of executable for finding a four-byte integer. Mark Adler 2012-04-29 18:23:46 -07:00
  • 6c9bd474aa Fix type mismatch between get_crc_table() and crc_table. Mark Adler 2012-04-29 16:18:12 -07:00
  • 1be1179083 Avoid race condition for parallel make (-j) running example. Mark Adler 2012-04-22 22:58:06 -07:00
  • cc538ebf79 Remove -R. from Solaris shared build (possible security issue). Mark Adler 2012-04-22 18:41:11 -07:00
  • 6635b78987 Update ./configure for Solaris, support --64 [Mooney]. Mark Adler 2012-04-22 18:27:41 -07:00
  • 3fb77ac08b Add more comments to configure. Mark Adler 2012-04-01 08:46:37 -07:00
  • ba04838a74 Fix contrib/minizip compilation in the MinGW environment. jK 2012-03-26 20:18:13 +02:00
  • 11f4065ea9 Remove gzflags from zlibvc.def in vc9 and vc10. Birunthan Mohanathas 2012-03-22 18:22:01 +02:00
  • a5d803b7ef Attempt to convert the wchar_t path in gzopen_w() for errors. Mark Adler 2012-03-18 14:52:31 -07:00
  • 04afd39fcc Fix syntax error in gzlib.c. Mark Adler 2012-03-18 14:25:00 -07:00
  • 2bd5bd78a6 Look in build directory for zlib.pc in CMakeLists.txt. Peter Kuemmel 2012-03-18 13:21:24 +01:00
  • 8e16df2c3f More fixes for gzopen_w(). Mark Adler 2012-03-18 09:29:44 -07:00
  • a1af6e96e3 Fix gzopen_w() type and add #include for the type. Mark Adler 2012-03-17 21:42:30 -07:00
  • 2c42538c2e Add source directory in CMakeLists.txt for building examples. Peter Kuemmel 2012-03-17 19:57:44 +01:00
  • 49b5d79a3b Rename zconf.h in CMakeLists.txt to move it out of the way. Peter Kuemmel 2012-03-17 19:56:03 +01:00
  • dbe0bed739 Add gzopen_w() in Windows for wide character path names. Mark Adler 2012-03-16 20:53:09 -07:00
  • a3881cc745 Recognize clang as gcc. Mark Adler 2012-03-14 23:14:13 -07:00
  • da32fd2892 Improve inflate() documentation on the use of Z_FINISH. Mark Adler 2012-03-14 11:16:22 -07:00
  • 50a1738fcb Make sure that unistd.h is included before using _LFS64_LARGEFILE. Mark Adler 2012-03-14 10:30:41 -07:00
  • b18595d4c6 Repair some damage caused by -Wundef allowance. Mark Adler 2012-03-14 09:18:15 -07:00
  • cb1c1a363e Avoid the use of the -u option with mktemp. Mark Adler 2012-03-14 08:34:50 -07:00
  • 8dc21b17a6 Allow the use of -Wundef when compiling or using zlib. Mark Adler 2012-03-13 23:19:38 -07:00
  • 9c08a82246 Move obsolete emx makefile to old [Truta]. Mark Adler 2012-03-12 22:21:24 -07:00
  • 142f051fb2 Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta]. Mark Adler 2012-03-12 22:18:36 -07:00
  • 39c7ed14ac If using cmake with MSVC, add the source directory to the includes. Christoph J. Thompson 2012-03-12 17:31:58 +01:00
  • c1e84b258c Include version symbols for cmake builds. Christoph J. Thompson 2012-03-11 10:19:06 +01:00
  • cd71ef3021 Build both a static and a shared version of zlib with cmake. Christoph J. Thompson 2012-03-11 10:17:57 +01:00
  • ca6e7a0d55 Generate and install the pkg-config file with cmake. Christoph J. Thompson 2012-03-11 10:17:16 +01:00
  • f8867924c1 Allow overriding the default install locations for cmake. Christoph J. Thompson 2012-03-11 10:15:31 +01:00
  • 5d5befa4c3 Update copyright years in gzlib.c. Mark Adler 2012-03-10 22:24:08 -08:00
  • e076ca8e62 Fix comments in win32/Makefile.gcc for proper usage. Mark Adler 2012-03-10 09:58:37 -08:00
  • e2abd78a98 Avoid warnings when O_CLOEXEC or O_EXCL are not defined. Mark Adler 2012-03-10 09:54:08 -08:00
  • 9f4d9052dc Add DESTDIR support to mingw32 win32/Makefile.gcc. Nathan Phillip Brink 2012-03-09 01:29:46 +00:00
  • 2cd90d2bf5 Add ability to choose the builder in make_vms.com [Schweda]. Mark Adler 2012-03-09 18:43:50 -08:00
  • 2e04ce0915 Make sure that O_EXCL is used portably. Mark Adler 2012-03-04 11:26:25 -08:00
  • e3ba2a10ca Fix contrib/vstudio project link errors [Mohanathas]. Mark Adler 2012-03-04 09:46:25 -08:00
  • 41a18e1d7e Fix bug in test/minigzip.c for configure --solo. Mark Adler 2012-03-03 22:43:15 -08:00
  • 755c41dc4b Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen(). Mark Adler 2012-03-03 10:24:44 -08:00
  • 53bfe01cea Fix bug in gzclose_w() when gzwrite() fails to allocate memory. Mark Adler 2012-03-03 09:28:00 -08:00
  • dab7531ecc Simplify test and use of gcc hidden attribute. Mark Adler 2012-03-03 00:20:00 -08:00
  • 2547c6c81f Don't use library or built-in byte swaps. Mark Adler 2012-03-03 00:03:30 -08:00
  • 513dfcc00e Fix make_vms.com for VAX [Zinser]. Mark Adler 2012-03-02 23:50:17 -08:00
  • 05de38d11e Cast to char * in gzprintf to avoid warnings [Zinser]. Mark Adler 2012-03-02 23:47:42 -08:00
  • 80f3e39eb8 Avoid using __int64 for gcc or solo compilation. Mark Adler 2012-02-20 09:24:30 -08:00
  • 3f4339b61b Improve the detection of no hidden visibility attribute. Mark Adler 2012-02-19 23:31:55 -08:00
  • e6d2a8471b Do not use the visibility attribute if NO_VIZ defined. Mark Adler 2012-02-19 22:45:10 -08:00
  • 8435052a6b Update version numbers and year in win32/README-WIN32.txt. Mark Adler 2012-02-19 22:36:40 -08:00
  • d63c888039 Use __WATCOMC__ instead of __WATCOM__. Mark Adler 2012-02-18 23:11:49 -08:00
  • 10fca844b1 Include unistd.h for Watcom C. Mark Adler 2012-02-18 15:21:13 -08:00
  • a75d6ea070 Require gcc 4.0 or later on Mac OS X to use the hidden attribute. Mark Adler 2012-02-18 15:19:44 -08:00
  • 660103339f Fix build with non-GNU make on Solaris. Török Edwin 2012-02-14 12:50:18 +02:00
  • d81e7213b7 Restore gzgetc_ for backward compatibility with 1.2.6. Mark Adler 2012-02-18 14:10:20 -08:00
  • 6838df9246 Test for existence of strerror. Mark Adler 2012-02-18 13:55:09 -08:00
  • d1714a57c5 Replace use of memmove() with a simple copy for portability. Mark Adler 2012-02-18 08:19:59 -08:00
  • 455adc3029 Expunge gzgetc_ from configuration files. Mark Adler 2012-02-13 23:34:48 -08:00
  • eee7b9e576 Remove unnecessary include for byte swap built-in [Bosmans]. Mark Adler 2012-02-13 23:02:13 -08:00
  • 5bbdc122ad Don't use built-in byte swaps if compiled solo. Mark Adler 2012-02-12 19:28:06 -08:00
  • 72e2c8f088 Change version number to 1.2.7. Mark Adler 2012-02-12 16:15:47 -08:00
  • 94acb3c1a0 zlib 1.2.6.1 Mark Adler 2012-02-12 14:11:48 -08:00
  • 75143f819f Fix minor typo in zlib.h comments [Rześniowiecki]. Mark Adler 2012-02-11 00:31:24 -08:00
  • 7d45cf5a1d Use optimized byte swap operations for Microsoft and GNU [Snyder]. Mark Adler 2012-02-11 00:26:38 -08:00
  • 1a4ba8cd91 Remove unnecessary gzgetc_ function. Mark Adler 2012-02-10 23:55:12 -08:00