Commit graph

185 commits

Author SHA1 Message Date
b90e15a8f0
chore(nix): install zip too for tests in devenv 2025-02-13 16:13:43 +00:00
af2b3e128d
chore(nix): install pesde for devenv 2025-02-09 17:31:49 +00:00
c514fc7b22
chore(nix): apply formatting with nixpkgs-fmt 2025-02-09 17:16:31 +00:00
7a400f18d6
chore(nix): use fish as default shell 2025-02-09 11:26:31 +00:00
e57c9d7b29
chore: include nix configs for devenv 2025-02-09 11:05:58 +00:00
965ddb1164
chore(pkg): prepare for v0.1.0 2025-01-12 08:06:50 +00:00
83f847eabc
style: add missed line after method decl 2025-01-12 08:02:18 +00:00
033a095f78
chore(README): fix MSLV again, fr this time 2025-01-10 22:50:53 +05:30
bb5c460266
chore(README): fix inaccurate MSLV lacking buffer RFC 2025-01-10 22:41:28 +05:30
1fc2547dfa
chore(pkg): add pesde script aliases 2025-01-10 11:04:19 +00:00
94f1b337f7
style: apply stylua formatter 2025-01-10 11:01:58 +00:00
0dfeaa5f47
chore(lune): add dev lune scripts 2025-01-10 11:01:11 +00:00
06b5b61620
chore(tests): include case for zip version validation 2025-01-10 10:36:30 +00:00
d40d4cbb50
chore(CHANGELOG): update entries 2025-01-10 08:07:21 +00:00
d834b35278
fix: correctly error on mismatch with EoCD file count 2025-01-10 08:03:54 +00:00
2a742aca59
style: apply stylua formatter 2025-01-10 07:42:19 +00:00
8051b6eed7
chore(README): specify PKZip spec used 2025-01-10 07:40:30 +00:00
3d2e3697fb
feat: add extraction version validation to ZipReader:extract 2025-01-10 07:38:40 +00:00
3956120328
chore(CHANGELOG): update entries 2025-01-09 16:29:54 +00:00
0400a3b05c
fix: set isText field instead of isAscii 2025-01-09 16:19:46 +00:00
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
6c1f517b75
feat: add compressedSize and :compressionEfficiency()
Adds a field for getting the compressed size of a zip entry and a method
to get the compression efficiency as a percentage.
2025-01-09 15:11:18 +00:00
d93f1f2383
feat: add path safety and sanitization methods to ZipEntry
* Added `ZipEntry:getSafePath` which returns the path of the entry if it
  was safe, or nil
* Added `ZipEntry:sanitizePath` which converts a potentially unsafe path
  to a safe one, although it can change the meaning of the paths
* Updated path utility with functions `isSafe` and `sanitize`
* Path utility now always uses `/` as a path separator, converting `\\`
  to `/` when needed
* Included tests for path utility
2025-01-09 07:25:59 +00:00
1db315c943
feat: add versionMadeBy to ZipEntry
Also updates the metadata test suite to test for this.
2025-01-08 18:11:13 +00:00
bf7f51bebc
fix: remove table.freeze to fix decomp routine types not being inferred 2025-01-08 16:28:55 +00:00
d88091ea5a
feat: rename extraction option field isString->type 2025-01-08 16:21:27 +00:00
2d8d301481
chore(CHANGELOG): fix bad links 2025-01-08 16:06:51 +00:00
57e4c3430c
chore(pkg): prepare for v0.0.1 2025-01-08 16:05:55 +00:00
0c4ee0fffa
refactor: add another TODO comment for future note 2025-01-08 16:01:49 +00:00
eb7aa1d010
chore(tests): add test for utf8 encoded filenames 2025-01-08 14:40:51 +00:00
ecdae4155e
chore(tests): add case for garbage after comment 2025-01-08 14:22:46 +00:00
8db960d064
refactor: add TODO comment for future note 2025-01-08 14:18:46 +00:00
ec352feef5
chore(CHANGELOG): fix unreleased commits link 2025-01-08 19:47:55 +05:30
9e712aa7bb
chore(CHANGELOG): include missed added entry 2025-01-08 14:16:44 +00:00
03320fe090
style: apply stylua formatter 2025-01-08 14:14:30 +00:00
9d3c815fbb
refactor: small restructure and move utils outside main 2025-01-08 14:13:46 +00:00
e7f7c569b6
chore(pkg): correctly exclude test files from package 2025-01-08 07:54:20 +00:00
4858621e01
chore(README): ease supported MSLV version 2025-01-08 07:46:07 +00:00
34173f0a1b
chore(examples): display prettier trees 2025-01-08 07:36:51 +00:00
5a8d318e29
chore(CHANGELOG): update entries 2025-01-07 19:11:58 +00:00
f8303dbd29
chore(pkg): bump version to v0.0.1-rc.2 2025-01-07 19:11:26 +00:00
cf193f8fb4
chore(CHANGELOG): fix unreleased commits link 2025-01-08 00:30:38 +05:30
89dbcb0a10
chore(pkg): update lockfile 2025-01-07 18:56:15 +00:00
26ce364f1f
chore(tests): remove old FIXME comment 2025-01-07 18:55:57 +00:00
9b6216c0a7
fix: entry metadata not including method
Also updates metadata tests to test for correct method detection.
2025-01-07 18:55:50 +00:00
d5595135cd
chore(examples): add attributes to dir structure print 2025-01-07 18:48:23 +00:00
b1fa805363
chore(tests): add TODO comment for extended datetime support 2025-01-07 18:46:09 +00:00
d329a3f273
feat: support following symlinks
* Added new extraction option: `followSymlinks`
* Added method for querying whether an entry is a symlink using
  `ZipEntry:isSymlink`
* Include tests for symlinks
2025-01-07 18:45:06 +00:00
89ee51874b
chore(tests): fix filtering in test runner 2025-01-07 18:42:41 +00:00
6daf378492
fix(inflate): byte boundary aligning underflow 2025-01-07 15:53:26 +00:00