1. da607da zlib 1.3.2 by Mark Adler · 4 weeks ago upstream/master v1.3.2
  2. 9e35567 Version 1.3.2 by Mark Adler · 4 weeks ago
  3. 890953a Remove carriage returns from win32/zlib.def. by Mark Adler · 4 weeks ago
  4. b739f6f Make type changes for solo code explicit in test/minigzip.c. by Mark Adler · 4 weeks ago
  5. 591ef31 Avoid using the value of an undefined macro in crc32.c. by Mark Adler · 4 weeks ago
  6. 3b4b11d Remove make cover from the configure workflows. by Mark Adler · 4 weeks ago
  7. 6d95c6f Fix the minizip Makefile to work with both BSD and GNU make. by Mark Adler · 4 weeks ago
  8. f8b0f9b Use command instead of which in ./configure. by Mark Adler · 4 weeks ago
  9. 40d0519 Factor out a set_uniq() function to set the seed with noise. by Mark Adler · 4 weeks ago
  10. 1ebcfc9 Replace strcpy() with memcpy() in contrib/minizip. by Mark Adler · 4 weeks ago
  11. 33e7106 Align the backup zmem* functions with their library counterparts. by Mark Adler · 4 weeks ago
  12. d7bc8ca Define NULL in inftrees.c if needed. by Mark Adler · 4 weeks ago
  13. 731ce0c Remove GNU-only constructs from Makefile.in. by Mark Adler · 4 weeks ago
  14. 725b6ee Fix --insecure option for shared libraries. by Mark Adler · 4 weeks ago
  15. 8016572 Adjust cmake defaults. by Mark Adler · 4 weeks ago
  16. fa5ea47 Remove vstudio projects in lieu of cmake-generated projects. by Mark Adler · 4 weeks ago
  17. 0b3932c CMake: Add build for zlib1.dll with zlib and minizip. by Vollstrecker · 4 weeks ago
  18. 965fbb5 CMake: Remove "compatible" zlib and minizip installations. by Vollstrecker · 4 weeks ago
  19. f4f3449 Clean up debug sign conversions in deflate.c and trees.c. by Mark Adler · 4 weeks ago
  20. 9ac9b6b Fix the minizip Makefile to use the default variables and rules. by Ross Burton · 4 weeks ago
  21. 3c173d5 Match signedness in format specifiers. by Rose · 4 weeks ago
  22. c271172 Return error codes in minizip miniunz.c and minuzip.c. by anjiahao · 4 weeks ago
  23. 09f8d2b Add --disable-shared to --static ./configure option. by Mark Adler · 4 weeks ago
  24. aa82531 Permit all ./configure parameters to use '=' or ' '. by Mark Adler · 4 weeks ago
  25. 00aa188 Permit ./configure parameters using '=' to contain '='. by DoctorNoobingstoneIPresume · 4 weeks ago
  26. a793abe Add repository README to the nuget package. by AraHaan · 4 weeks ago
  27. e0aef12 Add LICENSE.Info-Zip to contrib/minizip. by Yuriy Chernyshov · 4 weeks ago
  28. e5c1cd1 Remove extraneous spaces in contrib/minizip/miniunz.c. by Dimitri Papadopoulos · 4 weeks ago
  29. 2570416 Update URLs to use https. by Mark Adler · 5 weeks ago
  30. 3f5d21e Use underscores for Windows POSIX names in zpipe.c. by Mark Adler · 5 weeks ago
  31. af0aa9b Catch a file open error in contrib/minizip/mztools.c. by Dimitri Papadopoulos · 5 weeks ago
  32. 43386cf Add --mandir to ./configure to specify manual directory. by Mika Lindqvist · 5 weeks ago
  33. 3dc79aa Fix AIX compile options for 64 bits. by Victor Kirhenshtein · 5 weeks ago
  34. 4df5acd Don't use *64 functions on Android before API level 24. by Andrey Filipenkov · 5 weeks ago
  35. 249e753 Specify the zlib license in pkg-config files. by Nobuhiro Iwamatsu · 5 weeks ago
  36. cf14996 Add -static-libgcc to mingw build. by Jan Nijtmans · 5 weeks ago
  37. 5c47755 Check for invalid NULL pointer inputs to zlib operations. by gaoshutao · 5 weeks ago
  38. d37e27e Reduce warnings in contrib/minizip. by Mark Adler · 5 weeks ago
  39. fb8dd62 Clean up the use of switch cases. by Mark Adler · 5 weeks ago
  40. 5a153ad Correct printf types in test/example.c. by Mark Adler · 5 weeks ago
  41. fc7593c Avoid missing-extern warnings. by Mark Adler · 5 weeks ago
  42. ab8d74f Bump the .github workflows action versions. by xavier2k6 · 5 weeks ago
  43. 029a4a4 Remove carriage returns from contrib/testzlib files. by Mark Adler · 5 weeks ago
  44. 81c41dd Fix the usage of types in deflate.c for when an int is 16 bits. by Mark Adler · 5 weeks ago
  45. fd2fe58 Add more compiler warnings for ./configure --warn --warn. by Mark Adler · 5 weeks ago
  46. 8371b53 Allow --const to be used in configure without --warn. by Mark Adler · 5 weeks ago
  47. 8ad678e Make sign change in compress.c explicit. by Mark Adler · 5 weeks ago
  48. f7d8be0 Add a test to configure to check for a working compiler. by Mark Adler · 5 weeks ago
  49. 61f3438 Use _WIN32 instead of WIN32 in pufftest.c. by Mark Adler · 5 weeks ago
  50. 7eab3fd Clean up type usage in crc32.c. by Mark Adler · 5 weeks ago
  51. eb4022e Make some down conversions explicit in the gz routines. by Mark Adler · 5 weeks ago
  52. 9b33778 Fix typo in contribs workflow. by Mark Adler · 5 weeks ago
  53. cd55be2 CMake: Add tests for minizip components. by Vollstrecker · 5 weeks ago
  54. 060c9e7 Remove all uses of the obsolete keyword "register". by Jan Nijtmans · 6 weeks ago
  55. 9f25df2 CMake: Fix the Ada standalone build. by git@github.com · 6 weeks ago
  56. 3089a0b CMake: Fix the iostream3 install test. by git@github.com · 6 weeks ago
  57. 315e406 Pre-install zlib for the contrib workflows. by git@github.com · 6 weeks ago
  58. bae5d29 Add workflows for the contrib contents. by Werner · 6 weeks ago
  59. f84a264 CMake: Make minizip buildable by itself. by Werner · 6 weeks ago
  60. 46e7092 CMake: Move the testers to the test directory. by Werner · 6 weeks ago
  61. c4d26ca CMake: Use the correct options. by Werner · 6 weeks ago
  62. d48b805 CMake: Correct a comment. by Werner · 6 weeks ago
  63. c9170ec CMake: Remove an empty line. by Werner · 6 weeks ago
  64. 9c77cc0 CMake: Clarify README-cmake.md. by Vollstrecker · 6 weeks ago
  65. 9765e96 Add workflows for shared/static only building. by Vollstrecker · 6 weeks ago
  66. 8089c7d CMake: Use a normal components search in minizip. by Vollstrecker · 6 weeks ago
  67. 3e96807 CMake: Use components in minizip. by Vollstrecker · 6 weeks ago
  68. d3e5c53 CMake: Add components tests for zlib. by Vollstrecker · 6 weeks ago
  69. 88c1333 CMake: Use a normal components search for zlib. by Vollstrecker · 6 weeks ago
  70. 9eadab4 Pass LDFLAGS to link tests in configure. by Khem Raj · 7 weeks ago
  71. d380a71 Add the architecture to the shared compile flags in configure. by Nicolas Cellier · 7 weeks ago
  72. 0dcef97 Fix win32/Makefile.gcc to work with mingw32-make -r. by Orgad Shaneh · 7 weeks ago
  73. 605187f Fix missing dependencies in Makefile.in. by Vemake · 7 weeks ago
  74. 55551fe Remedy uninitialized variable warning in minizip. by Lwisce Zeng · 7 weeks ago
  75. 6b50153 Remove outdated nintendods build. by Mark Adler · 7 weeks ago
  76. 8a6c8d4 Rename OS/400 free-form header. by Chi-Iroh · 7 weeks ago
  77. 9007c04 Copy OS/400 free-form header to the source file. by Chi-Iroh · 7 weeks ago
  78. d586324 Gives members a type for OS/400. by Chi-Iroh · 7 weeks ago
  79. a2e02d4 Renamed OS/400 header with .rpgle extension. by Chi-Iroh · 7 weeks ago
  80. d8d3664 Give type RPGLE to include member ZLIB.INC in OS/400 build. by Chi-Iroh · 7 weeks ago
  81. 405a419 Add full-free header for OS/400. by Thomas Sayen · 7 weeks ago
  82. 1004dd6 Fix OS/400 include file. by Thomas Sayen · 7 weeks ago
  83. df6b46c Fix service program path for OS/400. by Thomas Sayen · 7 weeks ago
  84. 29c3c79 Fix BNDSRC copy to QSYS.LIB for OS/400. by Thomas Sayen · 7 weeks ago
  85. 9a5c200 Update INDEX for OS/400. by tbeu · 7 weeks ago
  86. 75133f8 Replace // with /* comments in minizip zip.c. by Mark Adler · 7 weeks ago
  87. 74377e7 Remove inline keyword from minizip zip.c. by Mark Adler · 7 weeks ago
  88. 2f752ce Set bit 11 of the zip header flags in minizip if UTF-8. by Mark Adler · 7 weeks ago
  89. 8236296 Fix resource closures in test/minigzip.c. by xjdeng · 7 weeks ago
  90. 202ea98 Add ARM64 to Windows workflows. by Harish RS · 7 weeks ago
  91. b1f8d48 Test minizip in the MinGW and Cygwin workflows. by Vollstrecker · 7 weeks ago
  92. b63058b Fix MinGW clang workflow to use clang. by Vollstrecker · 7 weeks ago
  93. a07427d CMake: Correct zlib version number. by Mark Adler · 7 weeks ago
  94. 07f2d42 Vectorize the CRC-32 calculation on the s390x. by Ilya Leoshkevich · 7 weeks ago
  95. 3382ba4 Update packages in Solaris workflow. by Vollstrecker · 7 weeks ago
  96. c0ac3d7 Correct name of Solaris workflow. by Vollstrecker · 7 weeks ago
  97. 4bbe0ca Fix OpenBSD workflow. by Vollstrecker · 7 weeks ago
  98. 7b4ad8e Remove OpenIndiana workflow until resolved. by Vollstrecker · 7 weeks ago
  99. 45de8d7 Exclude coverage from FreeBSD workflow. by Vollstrecker · 7 weeks ago
  100. dbc42c1 Add --output-on-failure to workflow tests. by Vollstrecker · 7 weeks ago