Commit Graph

  • 9cbda797c1 Note in zlib.h that compress() uses Z_DEFAULT_COMPRESSION. Mark Adler 2014-04-26 08:12:37 -07:00
  • 7d54c69413 Fix uncompress() to work on lengths more than a maximum unsigned. Mark Adler 2014-04-26 08:04:09 -07:00
  • f898bbed89 Fix compress() to work on lengths more than a maximum unsigned. Mark Adler 2014-04-25 21:52:19 -07:00
  • 72c70060d8 Assure that gzoffset() is correct when appending. Mark Adler 2014-04-24 19:45:36 -04:00
  • 799c87c0d8 Improve contrib/blast to return unused bytes. Fix the test code to report the count of unused bytes at the end correctly. Add the ability to provide initial input to blast(). Mark Adler 2013-08-24 01:53:31 -07:00
  • 89e335abb4 Fix contrib/minizip to permit unzipping with desktop API [Zouzou]. Mark Adler 2013-08-03 18:13:23 -07:00
  • 303d92cfee Spacing cleanup. Mark Adler 2013-05-23 20:11:54 -07:00
  • ceeb615f46 Change version number to 1.2.8.1. Mark Adler 2013-05-02 23:12:54 -07:00
  • 5089329162 zlib 1.2.8 Mark Adler 2013-04-28 16:03:34 -07:00
  • 5b5da45640 Fix mixed line endings in contrib/vstudio. Mark Adler 2013-04-28 17:21:50 -07:00
  • 2dad5389af Correct spelling error in zlib.h. Mark Adler 2013-04-28 15:36:25 -07:00
  • b4d802825a Clean up contrib/vstudio [Roß]. Mark Adler 2013-04-18 21:47:59 -10:00
  • f5ec26344f Update some copyright years. Mark Adler 2013-04-18 21:38:15 -10:00
  • bddc968b14 Do not force Z_CONST for C++. Mark Adler 2013-04-14 10:31:31 -07:00
  • 5481269e1f Update contrib/minizip/iowin32.c for Windows RT [Vollant]. Mark Adler 2013-04-14 10:05:43 -07:00
  • e8fee0ea7b Change version number to 1.2.8. Mark Adler 2013-04-13 21:38:26 -07:00
  • b7bc388454 zlib 1.2.7.3 Mark Adler 2013-04-13 21:18:35 -07:00
  • c714072020 Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc. Mark Adler 2013-04-13 19:11:47 -07:00
  • 388a285cb8 Change version number to 1.2.7.3. Mark Adler 2013-04-13 18:58:46 -07:00
  • 139c67fc87 zlib 1.2.7.2 Mark Adler 2013-04-13 18:15:42 -07:00
  • 70252daf89 Add casts in gzwrite.c for pointer differences. Mark Adler 2013-04-13 18:04:06 -07:00
  • 9b703f2000 Fix typo in win32/Makefile.msc. Mark Adler 2013-04-13 17:54:57 -07:00
  • 5d33c62c7d Change check for a four-byte type back to hexadecimal. Mark Adler 2013-04-13 15:54:03 -07:00
  • 8a93f49c86 Change version number to 1.2.7.2. Mark Adler 2013-04-13 08:08:57 -07:00
  • 0b16609409 zlib 1.2.7.1 Mark Adler 2013-03-24 22:46:40 -07:00
  • f81b79c559 Line length cleanup. Mark Adler 2013-03-24 22:30:40 -07:00
  • c661c374e8 Do not return Z_BUF_ERROR if deflateParam() has nothing to write. Mark Adler 2013-03-24 22:12:31 -07:00
  • 81c3068b9a In Makefile uninstall, don't rm if preceding cd fails. Mark Adler 2013-03-24 16:57:32 -07:00
  • d3b613e320 Minor spacing cleanup in a comment in gzguts.h. Mark Adler 2013-03-24 16:56:05 -07:00
  • 318a5e190e Add man pages for minizip and miniunzip. Enrico Weigelt, metux IT service 2010-07-06 20:06:08 +02:00
  • e9f0b78443 Add casts and consts to ease user conversion to C++. Mark Adler 2013-03-24 15:18:02 -07:00
  • 0aac8cf7c4 Clean up the addition of gzvprintf. Mark Adler 2013-03-23 23:47:15 -07:00
  • f0546c8e34 Clean up the addition of inflateGetDictionary. Mark Adler 2013-03-23 22:57:27 -07:00
  • 03ff48cc67 Remove runtime check in configure for four-byte integer type. Mark Adler 2013-03-23 22:27:43 -07:00
  • 66fcefbb2f Fix configure for Sun shell. Mark Adler 2013-03-23 13:50:10 -07:00
  • b06dee4369 Add gzvprintf() as an undocumented function in zlib. Mark Adler 2013-03-22 18:32:37 -07:00
  • dd5d0940e9 Add vc11 and vc12 build files to contrib/vstudio. Mark Adler 2013-03-22 17:38:37 -07:00
  • a2d71e8e66 Fix typos in the use of _LARGEFILE64_SOURCE in zconf.h. Mark Adler 2013-02-24 00:16:24 -08:00
  • bc7e017112 Suport i686 and amd64 assembler builds in CMakeLists.txt. Like Ma 2013-02-12 02:41:27 +08:00
  • 64a77facc0 Add TOP support to win32/Makefile.msc. E. Timothy Uy 2012-12-20 12:36:55 -08:00
  • 79a7058be4 Simplify contrib/vstudio/vc10 with 'd' suffix. Fredrik Orderud 2012-12-11 21:44:56 +01:00
  • 63ba7582b8 Fix types in contrib/minizip to match result of get_crc_table(). takacsd 2012-11-30 19:43:50 +01:00
  • 00dfee0b2e Fix casting error in contrib/testzlib/testzlib.c. Jason Williams 2012-11-27 07:27:06 +03:00
  • 27b7723222 Don't specify --version-script on Apple platforms in CMakeLists.txt. Will Glynn 2012-11-13 12:41:30 -06:00
  • bb97bc9d50 Quote --version-script argument in CMakeLists.txt. Will Glynn 2012-11-13 12:35:50 -06:00
  • b116fb588d Add contrib/vstudio/vc10 pre-build step for static only. Greg Domjan 2012-09-14 16:48:12 -04:00
  • 5afbdabacd Add _tr_flush_bits to the external symbols prefixed by --zprefix. Mark Adler 2013-02-23 20:56:23 -08:00
  • d211ecdf02 Use underscored I/O function names for WINAPI_FAMILY. Mark Adler 2013-02-23 20:27:13 -08:00
  • 931aa25aea Update inflateBack() comments, since inflate() can be faster. Mark Adler 2013-02-23 20:12:20 -08:00
  • 51370f3656 Fix serious but very rare decompression bug in inftrees.c. Mark Adler 2013-02-18 21:06:35 -08:00
  • 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