You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
011fd3a Improve fallback detection of start offset in JvmZipReaderStrategy
901c03c Fix JvmZipReaderStrategy using 0 as fallback start offset, instead of first PK match, preventing it from working on files with bogus header data
92d708a Fix JvmZipReaderStrategy including data beyond the bounds of the current ZIP
0fa0a0d Allow JavaZipWriterStrategy to write when linked CEN is null
26aaeaf Allow simple detection of mismatched values between local file header and central directory header
3bf9c17 Add helper methods in ZipArchive for filtering content out
8802192 Fix forward scanning strategy not supporting junk data at the front of the file
3eda9ef Yield the last EndOfCentralDirectory if multiple exist in a ZipArchive
c4a1cc2 Change default zip reader name to be more clear on behavior