luau-unzip/lib
Erica Marigold a5bb7166ad
fix: max comment size is 64 KB, not 64 KiB
This was caught in the new test case for max length comments, where the
comment would partially get cut off due us to using the wrong size units
in `ZipReader:findEocdPosition`.
2025-02-23 19:21:40 +00:00
..
utils feat: add path safety and sanitization methods to ZipEntry 2025-01-09 07:25:59 +00:00
crc.luau refactor: add note for future optimization in crc impl 2025-01-06 05:52:00 +00:00
inflate.luau fix(inflate): byte boundary aligning underflow 2025-01-07 15:53:26 +00:00
init.luau fix: max comment size is 64 KB, not 64 KiB 2025-02-23 19:21:40 +00:00