Commit graph

12 commits

Author SHA1 Message Date
ecace02e7f
feat: add ZipEntry:unixMode() to get unix mode values as octals
Updates tests, and makes the `tour` example display the perms instead of
the raw external attributes.
2025-01-09 16:16:38 +00:00
d88091ea5a
feat: rename extraction option field isString->type 2025-01-08 16:21:27 +00:00
03320fe090
style: apply stylua formatter 2025-01-08 14:14:30 +00:00
34173f0a1b
chore(examples): display prettier trees 2025-01-08 07:36:51 +00:00
d5595135cd
chore(examples): add attributes to dir structure print 2025-01-07 18:48:23 +00:00
1078fd249c
feat: add method field to ZipEntry
Contains information about the compression method for the entry.
2025-01-06 06:05:43 +00:00
e7a654d530
chore(examples): update example to use test file 2025-01-06 05:51:40 +00:00
6f4083f10f
chore(examples): slightly refactor tour example 2025-01-02 06:07:23 +00:00
023fb2bfd7
chore(examples): improve contents listing with indent 2024-12-30 18:23:53 +00:00
895cd63fee
chore(examples): add FIXME note for future self 2024-12-30 11:27:09 +00:00
c2e638cbec
style: apply stylua formatter 2024-12-30 11:13:57 +00:00
681b9ce1bf
feat: implement decompression and extraction
* Implements a decompression step for extraction, currently supporting
  `DEFLATE` and `STORED`
* Moved testing file to `examples/`
* Added validation step to `ZipReader:extract` with options to
  optionally skip it (matches checksum and uncompressed size)
2024-12-30 11:09:48 +00:00