1. 7b23871 Version 4.2.2. by Nathan Moin Vaziri · 7 days ago master 4.2.2
  2. 131d59b fix: reject symlink targets that escape extraction dir by Nathan Moin Vaziri · 8 days ago
  3. 181642d test: improve: validate cipher bytes after encryption by Sergei · 11 days ago
  4. dbdb105 fix: mz_crypt_aes_set_*_key for GCM on OpenSSL by Sergei · 12 days ago
  5. 20fb0e3 test: always compile the codec-gated test sources by Nathan Moin Vaziri · 13 days ago
  6. e6f15b4 test: build stream compression tests only with compression by Nathan Moin Vaziri · 13 days ago
  7. 8c5f95c test: don't run alternative data stream test on non-Windows platforms by Nathan Moin Vaziri · 13 days ago
  8. ff303ab docs: update memory stream test link by Ren yiwei · 2 weeks ago
  9. d69cb0a fix: warning: '=': narrowing conversion, possible loss of data by Sergei · 7 weeks ago
  10. 947848c build(deps): bump actions/upload-artifact from 6 to 7 by dependabot[bot] · 10 weeks ago
  11. 55c760e build(deps): bump actions/download-artifact from 7 to 8 by dependabot[bot] · 10 weeks ago
  12. 26b4619 Version 4.2.1. by Nathan Moin Vaziri · 2 months ago 4.2.1
  13. d195f37 cmake: pick zstd and zlib-ng targets per BUILD_SHARED_LIBS by Nathan Moin Vaziri · 2 months ago
  14. ea91a3c Version 4.2.0. by Nathan Moin Vaziri · 2 months ago 4.2.0
  15. a6300c3 compat: add unzGetCurrentFileZStreamPos64 (#848) by Nathan Moin Vaziri · 2 months ago
  16. 6b9defc mz_os: split file and link attribute getters (#797) by Nathan Moin Vaziri · 2 months ago
  17. 3f23ed7 minizip: place erase temp on same filesystem when TMPDIR differs by Nathan Moin Vaziri · 2 months ago
  18. ece5b06 test: skip AES-GCM test when build doesn't support it by Nathan Moin Vaziri · 2 months ago
  19. 483f056 mz_os: skip symlink check at or above destination dir by Nathan Moin Vaziri · 2 months ago
  20. 8ec500f cmake: rename MINIZIP_PUBLIC_LIB variable by Nathan Moin Vaziri · 2 months ago
  21. b3bb871 cmake: clean up and tighten comments by Nathan Moin Vaziri · 2 months ago
  22. c6fd0d7 cmake: skip find_dependency for PRIVATE deps when building shared by Nathan Moin Vaziri · 2 months ago
  23. 434593c cmake: remove bundled FindZLIB-NG module by Nathan Moin Vaziri · 2 months ago
  24. 74609ad cmake: delegate OpenSSL pkg-config naming to Requires.private by Nathan Moin Vaziri · 2 months ago
  25. 8aabaf2 cmake: link zlib PUBLIC when MZ_COMPAT exposes it in headers by Nathan Moin Vaziri · 2 months ago
  26. 6e97fbe cmake: only register found packages in MINIZIP_DEP_PKG by Nathan Moin Vaziri · 2 months ago
  27. 6a99a95 cmake: link backend deps as PRIVATE and drop target_link_directories by Nathan Moin Vaziri · 2 months ago
  28. 1d5bc8d cmake: use -framework linker flags for CoreFoundation and Security by Nathan Moin Vaziri · 2 months ago
  29. a3c6e8c cmake: use imported targets for compression and crypto backends by Nathan Moin Vaziri · 2 months ago
  30. 9826cbd Version 4.1.2. by Nathan Moin Vaziri · 2 months ago 4.1.2
  31. 9a92170 cmake: rename target files to avoid overwrite of PACKAGE_VERSION by Benjamin Buch · 2 months ago
  32. 288b7f1 cmake: install crypt.h if using compatability mode #862 by Andrew Patterson · 2 months ago
  33. c7c6ea7 cmake: remove duplicate source include dir by Nathan Moin Vaziri · 2 months ago
  34. 0a7ddd0 cmake: use target_link_options instead of set_target_properties by Nathan Moin Vaziri · 2 months ago
  35. 31049d4 cmake: fix comment for check_function_exists calls by Nathan Moin Vaziri · 2 months ago
  36. 322c161 cmake: don't check ZLIB_COMPAT before it is set in MZ_FETCH_LIBS by Nathan Moin Vaziri · 2 months ago
  37. 597ee06 cmake: fix formatting before HOMEPAGE_URL by Nathan Moin Vaziri · 2 months ago
  38. 96f1134 cmake: remove unnecessary include dirs for test binaries by Nathan Moin Vaziri · 2 months ago
  39. 84f3b20 cmake: generate mz_config.h in build directory by Nathan Moin Vaziri · 2 months ago
  40. 423b644 cmake: fix: mz_config.h was missing in install target (#980) by Sergey Markelov · 2 months ago
  41. 37adbba Version 4.1.1. by Nathan Moin Vaziri · 3 months ago 4.1.1
  42. c37440f Build libc++ with MSAN instrumentation for gtest_minizip by Nathan Moin Vaziri · 3 months ago
  43. ad05efe Upload all coverage reports at once by Nathan Moin Vaziri · 3 months ago
  44. ced107c Implement MSAN_OPTIONS env variable in build workflow. by Nathan Moin Vaziri · 3 months ago
  45. 4d9088d Force-fetch compression libraries so they are MSAN instrumented by Nathan Moin Vaziri · 3 months ago
  46. 3ffb8de Disable OpenSSL to avoid libcrypto false positives for MSAN by Nathan Moin Vaziri · 3 months ago
  47. 3e10f4d Harden the cmake Address Sanitizer detection code. (#960) by Paul Marquess · 3 months ago
  48. 223a3d6 Fix two bugs causing premature exiting the PPMd decompression (#976) by Alexander · 3 months ago
  49. 2f074dc cmake: improve: mz.h, mz_os.h are public API, shouldn't rely on user -D (#978) by Sergey · 3 months ago
  50. bf4c563 improve: support for more platforms (#977) by Sergey · 3 months ago
  51. d6f4bf8 Fix warning use of `mktemp` is dangerous. Fixes #956 (#957) by Paul Marquess · 3 months ago
  52. a4fc642 Restore ability to prefer OpenSSL over BCrypt on Windows by Alexander Lobakin · 3 months ago
  53. 25db93f Bump codecov/codecov-action from 5 to 6 by dependabot[bot] · 3 months ago
  54. 089872d Bump svenstaro/upload-release-action from 2.11.4 to 2.11.5 by dependabot[bot] · 3 months ago
  55. 27cdb50 Use python from setup-python action. by Nathan Moinvaziri · 4 months ago
  56. af59994 Fix integer overflow in split stream write for disk sizes > 2GB by Nathan Moinvaziri · 4 months ago
  57. 811d287 Replace ZLIB_ENABLE_TESTS with BUILD_TESTING by Paul Marquess · 4 months ago
  58. 335aa00 Set default value for MZ_SANITIZER to OFF in README.md by Paul Marquess · 4 months ago
  59. 66c2c59 Bump svenstaro/upload-release-action from 2.11.3 to 2.11.4 by dependabot[bot] · 4 months ago
  60. 3c0d277 Bump actions/upload-artifact from 6 to 7 by dependabot[bot] · 4 months ago
  61. ea5c15c update to use ppmd from 7zip 26.00 by Paul Marquess · 4 months ago
  62. d2d6b76 Refactor file rename error handling when backup fails by Paul Marquess · 4 months ago
  63. 2dcae48 Add MOVEFILE_COPY_ALLOWED flag to MoveFileExW to allow moving across volumes by Paul Marquess · 4 months ago
  64. b6bf991 Add cmake subdirectory support to clone_repo macro for zstd. by Nathan Moinvaziri · 4 months ago
  65. 9975579 Sync sanitizer detection CMake with zlib-ng. by Nathan Moinvaziri · 4 months ago
  66. db034d5 Remove redundant MZ_ZLIB_FLAVORS variable and validation check by Nathan Moinvaziri · 5 months ago
  67. 9c32106 Fix for older versions of CMake without FetchContent EXCLUDE_FROM_ALL by Nathan Moinvaziri · 5 months ago
  68. b60d15c remove calls to add_subdirectory for lzma & zlib (#959) by Paul Marquess · 5 months ago
  69. 7ef1662 Update markdown files to reference PPMD compression (#958) by Paul Marquess · 5 months ago
  70. 41ad65f Add TearDown cleanup for compat test temp files by Nathan Moinvaziri · 5 months ago
  71. c8c4942 Add TearDown cleanup for encrypt test temp files by Nathan Moinvaziri · 5 months ago
  72. 1040d35 build: avoid MIN macro for Windows (#949) by Cœur · 5 months ago
  73. 333bb8e Document that mz_zip_tm_to_time_t requires a year-1900 indexed time struct. (#951) by Cœur · 5 months ago
  74. 12cd149 Add PPMd & Zstd zip files to the fuzz corpus (#954) by Paul Marquess · 5 months ago
  75. 020b11a mz_strm_ppmd.c reader issue: it can't detect EOF (#953) by Paul Marquess · 5 months ago
  76. aa00b1d Add a PPMd dependabot workflow by Paul Marquess · 5 months ago
  77. 5880418 Add support for PPMd compression by Paul Marquess · 5 months ago
  78. 92eecea Replace deprecated FetchContent_GetProperties with FetchContent_MakeAvailable by pmqs · 5 months ago
  79. c9cb748 Fix #941: fix undeclared identifier error of S_IWUSR by apocelipes · 5 months ago
  80. 0574b3b Allocate symlink buffers on first use by Nathan Moinvaziri · 5 months ago
  81. 32747dc Use fixed buffer size for symlink target instead of path length by Nathan Moinvaziri · 5 months ago
  82. 9963dd3 Add buffer overflow check in mz_os_read_symlink function #944 by Nathan Moinvaziri · 5 months ago
  83. 0fa77a3 Resolve alias targets to their real targets for installation by Nathan Moinvaziri · 5 months ago
  84. 185667e Move symlink safety check before overwrite callback in zip extract #945 by Nathan Moinvaziri · 5 months ago
  85. cf4b58e Version 4.1.0. by Nathan Moinvaziri · 6 months ago 4.1.0
  86. 5a3c62c Fix arbitrary file write vulnerability via temp file symlink #938 by Nathan Moinvaziri · 6 months ago
  87. bb282ac Fixed arbitrary file write vulnerability via symlinks. #936 by Nathan Moinvaziri · 6 months ago
  88. 3e5213b Finding the correct library based on dynamic or static choice by emrecanbulut · 6 months ago
  89. 8a4c016 Update FindZLIB-NG.cmake by emrecanbulut · 6 months ago
  90. fb08501 Add workflow_dispatch to all workflows by pmqs · 6 months ago
  91. ed1522e Bump actions/upload-artifact from 5 to 6 by dependabot[bot] · 6 months ago
  92. f1a1d00 Fix modified_date when zipping by Cœur · 6 months ago
  93. bf92612 Bump actions/checkout from 5 to 6 by dependabot[bot] · 7 months ago
  94. f79db2c Bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 by dependabot[bot] · 7 months ago
  95. e2e889b Compatible with systems without symbolic links by noword · 8 months ago
  96. 31e2b51 Remove `build-src-dir` by Cœur · 8 months ago
  97. 05ba698 fix #915: headers should not include there dependencies by Benjamin Buch · 8 months ago
  98. 73d09cb Avoid ruby codeql failure by Cœur · 8 months ago
  99. 6e5e01a Bump GoogleTest to 1.16 by Cœur · 8 months ago
  100. 362b091 Bump github/codeql-action from 3 to 4 by dependabot[bot] · 8 months ago