kc3-lang/zlib/contrib/minizip/unzip.c

Branch :


Log

Author Commit Date CI Message
fe41d189 2023-08-06 13:56:45 Correct typos in source code.
01155ccc 2023-12-02 16:56:47 Fix random typos over several source and text files.
762cf49e 2023-12-11 12:01:52 Refer to correct function in contrib/minizip/unzip.c comment.
89ef46ba 2023-08-13 17:46:47 Remove redundant includes in minizip.
384e50ee 2023-08-13 17:43:36 Remove TRYFREE macro from minizip.
be7aa115 2023-08-03 19:53:08 Read multiple bytes instead of byte-by-byte in minizip unzip.c. Use a single ZREAD64 call in the unz64local_getShort/Long/Long64 implementation, rather than read it byte by byte.
379bbda3 2023-02-02 16:03:24 Fix typos found by codespell in minizip
e0bd0ad6 2023-07-29 23:34:26 Fix reading disk number start on zip64 files in minizip.
f209ca7b 2023-02-15 12:25:33 minizip: Fix being unable to open empty zip file
bf2578be 2023-04-15 11:16:17 Remove K&R function definitions from contrib/minizip.