1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add sanitizers from zlib-ng
pmq
More... over 2 years ago
Change CMake to use CheckCSourceCompiles for compatibility. #720 More... over 2 years ago
Fix zstd compression level More... over 2 years ago
CMake: fix SONAME for MZ_COMPAT More... over 2 years ago
Fix memory leak in mz_zip_writer_copy_from_reader #717 More... over 2 years ago
Fix for Names truncated at 256 bytes #690 More... over 2 years ago
Only return MZ_MEM_ERROR if no other error code was returned before. More... over 2 years ago
Add comment why GCM is excluded for iOS More... over 2 years ago
CMake: Fix build with OpenBSD #711 More... over 2 years ago
Changes for TARGET_OS_IPHONE to solve issue 708 More... over 2 years ago
Remove CMake POSITION_INDEPENDENT_CODE properties More... over 2 years ago
mz_os.h - fix indentation; mz_os_win32.c - adjust for utf8 strings to be represented by char*; test_encoding.cc - remove useless cast More... over 2 years ago
mz_os.md - update mz_os_utf8_string_create and mz_os_utf8_string_delete documentation More... over 2 years ago
Adjust mz_os_utf8_string_create to return char*, and mz_os_utf8_string_delete to take a char** More... over 2 years ago
mz_zip.c - correctly close entry with streams other than split_stream More... over 2 years ago
mz_os_posix.c - fix warning caused by missing cast of return value of strdup More... over 2 years ago
Fix cmake install location More... over 2 years ago
Fixed backslashes not being converted properly when adding entries #701 More... over 2 years ago
Prevent uninitialized warning for key_size variable in clang. More... over 2 years ago
Fixed GitHub warnings in CodeQL workflow. More... over 2 years ago
Version 4.0.0. More... over 2 years ago
Fixed no args should be in create function description in docs. More... over 2 years ago
Fix test crypt.rand: random_bytes[0] can be 0, std::string(random_bytes) gets empty C string. More... over 2 years ago
Fix undefined behavior: strict aliasing rule violations More... over 2 years ago
Fixed logical-op-parentheses warning when compiling with openssl. More... over 2 years ago
Reduce number of code coverage uploads. More... over 2 years ago
Change to latest version of macOS runners. More... over 2 years ago
Remove OpenSSL AES_* calls since they also first appeared in 0.9.7. More... over 2 years ago
Support AAD in AES-GCM More... over 2 years ago
Fixed memory leaks when using OpenSSL 1.1 or higher. More... over 2 years ago