Commit Graph

  • 27b7723222 Don't specify --version-script on Apple platforms in CMakeLists.txt. Will Glynn 2012-11-13 12:41:30 -0600
  • bb97bc9d50 Quote --version-script argument in CMakeLists.txt. Will Glynn 2012-11-13 12:35:50 -0600
  • b116fb588d Add contrib/vstudio/vc10 pre-build step for static only. Greg Domjan 2012-09-14 16:48:12 -0400
  • 5afbdabacd Add _tr_flush_bits to the external symbols prefixed by --zprefix. Mark Adler 2013-02-23 20:56:23 -0800
  • d211ecdf02 Use underscored I/O function names for WINAPI_FAMILY. Mark Adler 2013-02-23 20:27:13 -0800
  • 931aa25aea Update inflateBack() comments, since inflate() can be faster. Mark Adler 2013-02-23 20:12:20 -0800
  • 51370f3656 Fix serious but very rare decompression bug in inftrees.c. Mark Adler 2013-02-18 21:06:35 -0800
  • 41120e8fe8 Merge 5767b714b0 into 30a1c7065d like 2013-02-11 11:26:39 -0800
  • cd90fb9580 Support cmake building i686 and amd64 asm implementation. Like Ma 2013-02-12 02:41:27 +0800
  • 5767b714b0 Support cmake building i686 and amd64 asm implementation. Like Ma 2013-02-12 02:41:27 +0800
  • 10056909c0 Check for invalid code length codes in contrib/puff. Mark Adler 2013-01-21 10:15:51 -0800
  • 30aa36487b Added TOP support to Makefile.msc to facilitate multi-platform compilation, e.g., "nmake -f pathto\zlib\win32\Makefile.msc TOP=pathto\zlib" E. Timothy Uy 2012-12-20 12:36:55 -0800
  • b32da678c0 Contrib vc10: Append "d"-suffix to output DLL filename in debug and simplify project configuration. Fredrik Orderud 2012-12-11 21:44:56 +0100
  • 86ef09ab19 Contrib vc10: Fix for invalid path in debug/x64 prebuild event. Fredrik Orderud 2012-12-11 21:44:12 +0100
  • 0e19433d95 Fix crc_table pointer in minizip. takacsd 2012-11-30 19:43:50 +0100
  • 75c89df495 Update contrib/testzlib/testzlib.c Jason Williams 2012-11-27 07:27:06 +0300
  • e69e20fdd5 Merge f906383582 into 30a1c7065d Will Glynn 2012-11-13 10:52:50 -0800
  • f906383582 Don't specify --version-script on APPLE platforms Will Glynn 2012-11-13 12:41:30 -0600
  • f075db9145 Merge 6d6cce1158 into 30a1c7065d Will Glynn 2012-11-13 10:39:13 -0800
  • 6d6cce1158 Explicitly quote --version-script's argument Will Glynn 2012-11-13 12:35:50 -0600
  • b6c5057ca1 Fix comparisons of differently signed integers in contrib/blast. Mark Adler 2012-10-24 22:50:23 -0700
  • b8522e0264 Add note to contrib/blast to use binary mode in stdio. Mark Adler 2012-10-24 22:47:37 -0700
  • 310ff13179 Merge remote-tracking branch 'upstream/develop' into develop Thomas Roß 2012-10-13 18:25:30 +0200
  • e69a9ceee0 Check for input buffer malloc failure in examples/gzappend.c. Mark Adler 2012-10-11 16:10:59 -0700
  • c4888637ea Fix bug in gzclose() when gzwrite() runs out of memory. Mark Adler 2012-10-01 22:42:35 -0700
  • 0cf495a1ca Fix bug where gzopen(), gzclose() would write an empty file. Mark Adler 2012-09-29 22:23:47 -0700
  • bd143f1c0a Fix memory allocation error in examples/zran.c [Nor]. Mark Adler 2012-09-29 21:48:18 -0700
  • 9d58166051 Merge remote-tracking branch 'upstream/develop' into develop Thomas Roß 2012-09-23 16:53:12 +0200
  • 7fd440314b add missing prebuild step for static lib if that is all you wish to build correct typo (contrib) in prebuild step for 64 bit debug build. Greg Domjan 2012-09-14 16:48:12 -0400
  • f50a70c7f8 Merge cec325e36a into 30a1c7065d dsagal 2012-09-12 22:06:02 -0700
  • cec325e36a Fix bug with creating empty streams using gzopen/gzclose. Dmitry 2012-09-12 23:47:36 -0400
  • aa566e86c4 Fix unintialized value bug in gzputc() introduced by const patches. Mark Adler 2012-08-24 15:02:28 -0700
  • 17068938ce Avoid shift equal to bits in type (caused endless loop). Mark Adler 2012-08-18 17:59:50 -0700
  • 3d9df6ecf8 Clean up examples/gzlog.[ch] comparisons of different types. Mark Adler 2012-08-14 00:31:23 -0700
  • a2981775a9 Clean up examples/gzjoin.c for z_const usage. Mark Adler 2012-08-14 00:30:44 -0700
  • aa210a1b84 Fix example/gzappend.c for proper z_const usage. Mark Adler 2012-08-14 00:29:58 -0700
  • 360c3e9532 Update examples/gun.c for proper z_const usage. Mark Adler 2012-08-13 21:49:10 -0700
  • 38a43c5a34 Merge remote-tracking branch 'upstream/develop' into develop Thomas Roß 2012-08-13 20:20:13 +0200
  • 62d6112a79 Clean up the usage of z_const and respect const usage within zlib. Mark Adler 2012-08-12 18:08:52 -0700
  • 88cac798d3 Merge remote-tracking branch 'upstream/develop' into develop Thomas Roß 2012-07-09 21:56:37 +0200
  • fb4e0599a5 Fix argument checks in gzlog_compress() and gzlog_write(). Mark Adler 2012-07-08 17:01:13 -0700
  • aef4174dd2 Remove unused variable in infback9.c. Mark Adler 2012-07-08 16:48:36 -0700
  • f51cc49c94 Fix comment typos in unzip.h and unzip.c. Birunthan Mohanathas 2012-06-06 20:30:39 +0300
  • d5c88b6096 Merge d03e5dba60 into bfac156463 GitHub Merge Button 2012-07-08 16:27:55 -0700
  • d0c7331258 Update copyright year in win32/zlib1.rc. Thomas Roß 2012-06-07 01:25:36 +0200
  • 486ef7b4b4 Fix CMake compilation of static lib for MSVC2010 x64. Thomas Roß 2012-06-07 01:23:32 +0200
  • b8492331f3 Merge remote-tracking branch 'upstream/develop' into develop Thomas Roß 2012-06-16 15:40:39 +0200
  • bfac156463 Fix configure check for veracity of compiler error return codes. Mark Adler 2012-06-09 22:42:24 -0700
  • 977e108047 Delete "--version" file if created by "ar --version" [Richard G.]. Mark Adler 2012-06-09 19:47:55 -0700
  • 148b8f630c Cleaner check for whether libtool is Apple or not on Darwin. Mark Adler 2012-06-09 22:58:06 -0700
  • a72bcd5607 On Darwin, only use /usr/bin/libtool if libtool is not Apple. Mark Adler 2012-06-09 19:15:36 -0700
  • d03e5dba60 Updated copyright year. Thomas Roß 2012-06-07 01:25:36 +0200
  • ff78c11fd8 Fixed compilation of static lib for MSVC2010 x64. Thomas Roß 2012-06-07 01:23:32 +0200
  • a585ddc0cc Fix comment mistakes in unzip.h and unzip.c Birunthan Mohanathas 2012-06-06 20:34:32 +0300
  • e8ba7bb57f Fix comment mistakes in unzip.c Birunthan Mohanathas 2012-06-06 20:30:39 +0300
  • f947435b30 Use _snprintf for snprintf under Microsoft C in test/minigzip.c. Mark Adler 2012-06-03 16:28:06 -0700
  • 25e4a3da55 Use _snprintf for snprinf in Microsoft C. Mark Adler 2012-06-03 12:45:55 -0700
  • ee026accde Correct comment in deflate.h. Mark Adler 2012-06-02 10:16:43 -0700
  • dca9e1d6f3 Add inflateGetDictionary() function. Mark Adler 2012-05-26 10:37:17 -0700
  • eb90f6a568 Fix bug in 'F' mode for gzopen(). Mark Adler 2012-05-22 22:31:19 -0700
  • 0a2c92bc66 Eliminate use of mktemp in Makefile (not always available). Mark Adler 2012-05-20 11:32:13 -0700
  • 6a181356bd Fix gzgetc undefine when Z_PREFIX set [Turk]. Mark Adler 2012-05-17 21:13:23 -0700
  • 7456671a55 Fixed linker warning for VS2010 x86 about not set machine type. Thomas Roß 2012-05-13 16:42:52 +0200
  • c1f790cd71 Fixed VS2010 x64 linker error for static lib. Thomas Ro 2012-05-10 01:08:23 +0200
  • 3a8e3bd9e5 Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]. Mark Adler 2012-05-03 21:23:45 -0700
  • b1c597ce62 Restore gzflags symbol for ABI compatibility Mark Brown 2012-05-03 10:27:58 +0100
  • c4f2163592 Restore gzflags symbol for ABI compatibility Mark Brown 2012-05-03 10:27:58 +0100
  • c58f7ab28d Replace use of unsafe string functions with snprintf if available. Mark Adler 2012-05-02 23:18:38 -0700
  • 2689b3cceb Change version number to 1.2.7.1. Mark Adler 2012-05-02 22:38:26 -0700
  • 30a1c7065d zlib 1.2.7 v1.2.7 Mark Adler 2012-05-02 20:32:41 -0700
  • 1b09651f89 Add instructions to win32/Makefile.gcc for shared install [Torri]. Mark Adler 2012-05-02 20:17:59 -0700
  • dee3d4ae36 Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]. Mark Adler 2012-05-01 21:17:08 -0700
  • 4373bac37e Fix the path to zlib.map in CMakeLists.txt. Daniel Snider 2012-04-03 09:26:07 -0500
  • 816e34e1b5 Fix parsing of version with "-" in CMakeLists.txt [Snider, Ziegler]. Mark Adler 2012-04-29 21:15:12 -0700
  • c55eadfa23 Merge 02dd24d3f9 into dbcdbf8c41 GitHub Merge Button 2012-04-29 19:20:29 -0700
  • dbcdbf8c41 Fix location of executable for finding a four-byte integer. Mark Adler 2012-04-29 18:23:46 -0700
  • 6c9bd474aa Fix type mismatch between get_crc_table() and crc_table. Mark Adler 2012-04-29 16:18:12 -0700
  • 1be1179083 Avoid race condition for parallel make (-j) running example. Mark Adler 2012-04-22 22:58:06 -0700
  • cc538ebf79 Remove -R. from Solaris shared build (possible security issue). Mark Adler 2012-04-22 18:41:11 -0700
  • 6635b78987 Update ./configure for Solaris, support --64 [Mooney]. Mark Adler 2012-04-22 18:27:41 -0700
  • 02dd24d3f9 Fix the path to zlib.map. Daniel Snider 2012-04-03 09:26:07 -0500
  • ce4f1dcc74 Fix parsing of zlib.h for version number. Daniel Snider 2012-04-03 09:24:30 -0500
  • 3fb77ac08b Add more comments to configure. Mark Adler 2012-04-01 08:46:37 -0700
  • ba04838a74 Fix contrib/minizip compilation in the MinGW environment. jK 2012-03-26 20:18:13 +0200
  • c240dafdb7 fix: compile and install minizip's iowin32.h/c in MinGW enviroments, too jK 2012-03-26 20:18:13 +0200
  • efbf189b73 fix: compile and install minizip's iowin32.h/c in MinGW enviroments, too jK 2012-03-26 20:18:13 +0200
  • 11f4065ea9 Remove gzflags from zlibvc.def in vc9 and vc10. Birunthan Mohanathas 2012-03-22 18:22:01 +0200
  • 53e611de92 Removed gzflags from zlibvc.def Birunthan Mohanathas 2012-03-22 18:22:01 +0200
  • 582e73bbe2 Fixed contrib/vstudio builds (removed non-existent gzflags from exports) Birunthan Mohanathas 2012-03-22 18:13:19 +0200
  • ad366774ea Merge branch 'develop' of github.com:madler/zlib Birunthan Mohanathas 2012-03-22 17:48:51 +0200
  • a5d803b7ef Attempt to convert the wchar_t path in gzopen_w() for errors. Mark Adler 2012-03-18 14:52:31 -0700
  • 04afd39fcc Fix syntax error in gzlib.c. Mark Adler 2012-03-18 14:25:00 -0700
  • 2bd5bd78a6 Look in build directory for zlib.pc in CMakeLists.txt. Peter Kuemmel 2012-03-18 13:21:24 +0100
  • 8e16df2c3f More fixes for gzopen_w(). Mark Adler 2012-03-18 09:29:44 -0700
  • e424b2957c find generated pc file also in build dir Peter Kuemmel 2012-03-18 13:21:24 +0100
  • a1af6e96e3 Fix gzopen_w() type and add #include for the type. Mark Adler 2012-03-17 21:42:30 -0700
  • 2c42538c2e Add source directory in CMakeLists.txt for building examples. Peter Kuemmel 2012-03-17 19:57:44 +0100
  • 49b5d79a3b Rename zconf.h in CMakeLists.txt to move it out of the way. Peter Kuemmel 2012-03-17 19:56:03 +0100
  • 1acc29febd add source dir to search path, to build the examples Peter Kuemmel 2012-03-17 19:57:44 +0100
  • f96967615c rename zconf automatically when building out-of-source Peter Kuemmel 2012-03-17 19:56:03 +0100