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