1. 05aa62c [zlib] Add -fno-define-target-os-macros by Haowei Wu · 3 months ago main master
  2. f13f1c5 [bazel] Add Bazel build support by Jay Zhuang · 1 year, 5 months ago
  3. 85488e7 [build] Set -Wno-strict-prototypes. by Daniel Thornburgh · 2 years, 1 month ago
  4. 5e738bd [build] Suppress -Wunused-but-set-var in minizip by Gulfem Savrun Yeniceri · 2 years, 1 month ago
  5. 71ff440 [build] Suppress -Wunused-but-set-variable in zlib by Gulfem Savrun Yeniceri · 2 years, 1 month ago
  6. d73e107 [owners] Add OWNERs files to zlib by dannyzen · 2 years, 11 months ago
  7. cbb6a29 Disable implicit fallthrough warning. by Alex Zani · 3 years, 6 months ago
  8. 31333bc [Wconversion] Suppress warnings by Shai Barack · 3 years, 8 months ago
  9. a9feae6 [Wconversion] Suppress warnings Bug: 56258 Bug: 58162 by Shai Barack · 3 years, 8 months ago
  10. 54edf80 Disable -Wmisleading-indentation warning for minizip by Petr Hosek · 4 years, 5 months ago
  11. dd903cc [zlib] Add zlib target for Rust host_toolchain builds by Konstantin Pozin · 4 years, 8 months ago
  12. bab6ce1 Add contrib/iostream3 to BUILD.gn by Doug Evans · 6 years ago
  13. 5a6d2ed Use fopen rather than fopen64 on Fuchsia by George Kulakowski · 6 years ago
  14. f0b417f Update README.fuchsia by Petr Hosek · 6 years ago
  15. 42f3bef Merge "Add static library build" by John Bauman · 6 years ago
  16. b7bcc63 Merge "Update README.fuchsia" by Damien Miller · 6 years ago
  17. 89e9cd7 Add static library build by John Bauman · 6 years ago
  18. 77f6a05 Revert "Add static library build" by John Bauman · 6 years ago
  19. 2bcc4ab Add static library build by John Bauman · 6 years ago
  20. 2049b2c Update README.fuchsia by Damien Miller · 6 years ago
  21. 5f887db [build] Don't define a package() target by Roland McGrath · 6 years ago
  22. 8c5a0d8 [build] Add system_image property to package() by Adam Barth · 7 years ago
  23. 8dcd88a No longer need to use $shared_toolchain by Roland McGrath · 7 years ago
  24. 1ae4a21 Force zlib dependencies into the shared toolchain by Adam Barth · 7 years ago
  25. bc5f5e5 Add package config for zlib (redux) by James Robinson · 7 years ago
  26. 21146b7 Revert "Add package config for zlib" by James Robinson · 7 years ago
  27. 3a83e7c Add package config for zlib by James Robinson · 7 years ago
  28. f29d242 Build zlib and minizip as shared libraries by James Robinson · 7 years ago
  29. 871bb1c Add Fuchsia build files by Petr Hosek · 7 years ago
  30. cacf7f1 zlib 1.2.11 by Mark Adler · 7 years ago v1.2.11
  31. cbbd203 Permit immediate deflateParams changes before any deflate input. by Mark Adler · 7 years ago
  32. 7d9c9d4 Update high water mark in deflate_stored. by Mark Adler · 7 years ago
  33. 37ed211 Update vestigial comment from very old Info-ZIP deflate. by Mark Adler · 7 years ago
  34. 4c7c907 Fix deflate stored bug when pulling last block from window. by Mark Adler · 7 years ago
  35. 74d2696 Update location of Visual Studio project files. by Mark Adler · 7 years ago
  36. c38a260 Delete user-specific Visual Studio project files. by Mark Adler · 7 years ago
  37. 11ceaed Change version number to 1.2.10.1. by Mark Adler · 7 years ago
  38. 4a090ad zlib 1.2.10 by Mark Adler · 7 years ago v1.2.10
  39. e13def0 Fix compilation with --solo and --debug combined. by Mark Adler · 7 years ago
  40. 1e3bccd Add warnings when compiling with assembler code. by Mark Adler · 7 years ago
  41. c7d7775 Remove files to be installed before copying them in Makefile.in. by Mark Adler · 7 years ago
  42. 0b5c158 Fix bug in gzwrite.c that produced corrupt gzip files. by Mark Adler · 7 years ago
  43. bc5503b Fix bug in deflate_stored() for zero-length input. by Mark Adler · 7 years ago
  44. 52aa550 Minor edits and clarifications of comments. by Mark Adler · 7 years ago
  45. 7358ef2 Avoid warnings on snprintf() return value. by Mark Adler · 7 years ago
  46. 20e4725 Change version number to zlib 1.2.9.1. by Mark Adler · 7 years ago
  47. 6bdca50 Fix some stray 1.2.8.1 version numbers. by Mark Adler · 7 years ago
  48. 2fa463b zlib 1.2.9 by Mark Adler · 7 years ago v1.2.9
  49. 14e3194 Update Visual Studio project files (AraHaan). by Mark Adler · 7 years ago
  50. b9ae6f0 Add crc32_z() and adler32_z() functions with size_t lengths. by Mark Adler · 7 years ago
  51. 61b91f2 Make z_size_t unsigned long for non-standard C. by Mark Adler · 7 years ago
  52. cca27e9 Avoid the need for ssize_t. by Mark Adler · 7 years ago
  53. b7fbee2 Use a uniform approach for the largest value of an unsigned type. by Mark Adler · 7 years ago
  54. f3fcb92 Use intptr_t for z_ssize_t on MSVC. by Mark Adler · 7 years ago
  55. 8f147c3 Avoid some random compiler warnings on various platforms. by Mark Adler · 7 years ago
  56. fb26fc4 Allow minigzip to compile when testing with ./configure --solo. by Mark Adler · 7 years ago
  57. d465465 Replace as400 with os400 for OS/400 support (Monnerat). by Mark Adler · 7 years ago
  58. f12d3dc Detect clang in cc version. by Mark Adler · 7 years ago
  59. 50dca6d Fix init macros to use z_ prefix when requested. by Mark Adler · 7 years ago
  60. d6f0da2 Fix character encoding and link in contrib README. by Mark Adler · 7 years ago
  61. 79b5c5a Use snprintf() for later versions of Microsoft C. by Mark Adler · 7 years ago
  62. ee7d7b5 Add deflateGetDictionary() function. by Mark Adler · 7 years ago
  63. feafcfa No need to check for NULL argument to free(). by Mark Adler · 7 years ago
  64. 77bc4f8 Add gzfwrite(), duplicating the interface of fwrite(). by Mark Adler · 7 years ago
  65. 44dfd83 Add gzfread(), duplicating the interface of fread(). by Mark Adler · 7 years ago
  66. 3f8c768 Fix compile option for when z_size_t needs to be a long long. by Mark Adler · 7 years ago
  67. ca50ebd Create z_size_t and z_ssize_t types. by Mark Adler · 7 years ago
  68. c5ee34c Don't need to emit an empty fixed block when changing parameters. by Mark Adler · 7 years ago
  69. 123f9cf Clean up gz* function return values. by Mark Adler · 7 years ago
  70. 9dc5a85 Speed up deflation for level 0 (storing). by Mark Adler · 8 years ago
  71. 7161ad7 Assure that deflateParams() will not switch functions mid-block. by Mark Adler · 7 years ago
  72. 1101ea7 Explicitly ignore a return value in gzwrite.c. by Mark Adler · 7 years ago
  73. 21c66cd Increase verbosity required to warn about bit length overflow. by Mark Adler · 7 years ago
  74. 37281ac Add uncompress2() function, which returns the input size used. by Mark Adler · 7 years ago
  75. 001300d Minor edits to the documentation in source file contents. by Mark Adler · 7 years ago
  76. 9674807 Fix bugs in creating a very large gzip header. by Mark Adler · 8 years ago
  77. fc130cd Add --debug (-d) option to ./configure to define ZLIB_DEBUG. by Mark Adler · 8 years ago
  78. a456d89 Use memcpy for stored blocks. by Mark Adler · 8 years ago
  79. 03614c5 Fix some typos. by Mark Adler · 8 years ago
  80. 9457585 Fix bug when level 0 used with Z_HUFFMAN or Z_RLE. by Mark Adler · 8 years ago
  81. bedea24 Clean up and comment the use of local for static. by Mark Adler · 8 years ago
  82. ce12c5c Make a noble effort at setting OS_CODE correctly. by Mark Adler · 8 years ago
  83. b516b4b Do a more thorough check of the state for every stream call. by Mark Adler · 8 years ago
  84. 77fd7e5 Document the rejection of 256-byte window requests in zlib.h. by Mark Adler · 8 years ago
  85. 049578f Reject a window size of 256 bytes if not using the zlib wrapper. by Mark Adler · 8 years ago
  86. a0bf0f3 Avoid obfuscating use of default case in inftrees.c. by Mark Adler · 8 years ago
  87. da64f17 Move macro definition in deflate.c to where it is used. by Mark Adler · 8 years ago
  88. ebbc573 Avoid recursive gzgetc() macro call. by Mark Adler · 8 years ago
  89. 7d6956b Make globals in examples local to compilation unit. by Mark Adler · 8 years ago
  90. 8b95fa1 Add --warn option to ./configure, instead of environment variable. by Mark Adler · 8 years ago
  91. 7096424 Clean up type conversions. by Mark Adler · 8 years ago
  92. 2edb94a Avoid casting an out-of-range value to long. by Mark Adler · 8 years ago
  93. e08118c Note the violation of the strict aliasing rule in crc32.c. by Mark Adler · 8 years ago
  94. d1d5774 Avoid pre-decrement of pointer in big-endian CRC calculation. by Mark Adler · 8 years ago
  95. 6a04314 Remove offset pointer optimization in inftrees.c. by Mark Adler · 8 years ago
  96. 9aaec95 Use post-increment only in inffast.c. by Mark Adler · 8 years ago
  97. 3fb251b Remove dummy structure declarations for old buggy compilers. by Mark Adler · 8 years ago
  98. 33a7aff Fix typo. by Mark Adler · 8 years ago
  99. 9852c20 Add option to not compute or check check values. by Mark Adler · 8 years ago
  100. 93b0af4 Correct the size of the inflate state in the comments. by Mark Adler · 8 years ago