Chris Hennick
124ed1bac3
chore: Box<str>'s & doesn't auto-deref
2024-05-09 18:08:39 -07:00
Chris Hennick
0b896a9071
chore: Fix build errors in test write_non_utf8()
2024-05-09 18:06:23 -07:00
Chris Hennick
e334f15f12
Fix bad merge: revert deletion of zip64 extra field
2024-05-09 18:00:40 -07:00
Chris Hennick
00537ae34e
Fix bad merge: revert extra_field_length change
2024-05-09 17:58:45 -07:00
Chris Hennick
0482a1329a
Fix bad mergee: write_local_file_header is now part of start_entry
2024-05-09 17:48:24 -07:00
Chris Hennick
c23bcc55fb
chore: Add a borrow to fix a build error
...
Why didn't the compiler raise this last time?!
2024-05-09 17:15:07 -07:00
Chris Hennick
e9e5e01e3d
chore: Remove turbofish to fix a build error
2024-05-09 17:12:52 -07:00
Chris Hennick
b0a2cbbe52
Fix build errors again
2024-05-09 14:17:05 -07:00
Chris Hennick
20e4c18280
Fix type mismatch for extra_field_length
2024-05-09 13:36:37 -07:00
Chris Hennick
0f086dcc75
Fix remaining build errors
2024-05-09 13:17:34 -07:00
Chris Hennick
169b802136
Fix build errors
2024-05-09 12:59:33 -07:00
Chris Hennick
b9bf6f4ce2
Fix deleted closing curly
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-09 12:24:18 -07:00
Chris Hennick
d9a2cb1f71
Update to work without byteorder
2024-05-09 12:22:28 -07:00
Chris Hennick
2676366199
Update to use write_u16_le
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-09 12:20:40 -07:00
Chris Hennick
5d3c73a5d5
Merge branch 'master' into dev/ziped
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-09 12:19:48 -07:00
Chris Hennick
769fff2035
Merge pull request #101 from Jake-Shadle/master
...
Remove `num_enum`
2024-05-09 00:22:21 +00:00
Chris Hennick
bd473ef75b
perf: Use boxed slice for archive comment, since it can't be concatenated
2024-05-08 15:36:12 -07:00
Chris Hennick
ed35b9f0e5
Merge branch 'master' into master
2024-05-08 13:38:09 -07:00
Chris Hennick
eb063ad432
perf: Optimize for the fact that false signatures can't overlap with real ones
2024-05-08 10:59:32 -07:00
hidez8891
d5f27dfad0
Fixed writing wrong UTF-8 flag
...
If the UTF-8 flag (generic bit 11) is set, file names and comments must be saved in UTF-8 format. (APPENDIX D)
However, the UTF-8 flag is set even for formats that are non-UTF-8 (GB18030, SHIFT_JIS, etc.). Fix this problem.
2024-05-08 22:22:50 +09:00
Chris Hennick
010720fc54
Merge branch 'master' into master
2024-05-07 22:13:53 -07:00
Chris Hennick
0c9be885cb
style: Fix more conditionally-unused imports
2024-05-07 22:09:30 -07:00
Chris Hennick
d5b4c6186d
style: Fix conditionally-unused import
2024-05-07 21:52:11 -07:00
Chris Hennick
15f124f181
style: Fix formatting and Clippy warnings
2024-05-07 21:50:52 -07:00
Chris Hennick
72ef0bf1d6
Merge branch 'master' into master
2024-05-07 21:48:36 -07:00
Chris Hennick
6d7c7fa57a
fix: Failed to clear "writing_raw" before finishing a symlink, leading to dropped extra fields
2024-05-07 21:47:49 -07:00
Jake Shadle
224fc60a9b
Remove num_enum
2024-05-07 08:16:34 +02:00
Chris Hennick
f7ab2ae506
fix: Prevent panic when trying to read a file with an unsupported compression method
2024-05-06 16:43:04 -07:00
Chris Hennick
d13031cc14
fix: Prevent panic after reading an invalid LZMA file
2024-05-06 16:08:41 -07:00
Chris Hennick
8868a11d23
test(fuzz): Fix a fuzz-read bug when finishing LZMA
2024-05-06 15:53:12 -07:00
Chris Hennick
162c9b7281
test(fuzz): Fix bugs that were breaking the fuzz test
2024-05-06 14:41:51 -07:00
Chris Hennick
447f9c6e4f
refactor: Overhaul impl Arbitrary for FileOptions
2024-05-06 14:20:27 -07:00
Chris Hennick
845c3ec91f
refactor: Remove unused atomic
module
2024-05-06 14:14:25 -07:00
Chris Hennick
0518194ae2
style: cargo fmt --all
2024-05-06 13:07:19 -07:00
Chris Hennick
eb4777c129
fix: Make Stored
the default compression method if Deflated
isn't available, so that zip files are readable by as much software as possible
2024-05-06 13:00:43 -07:00
Chris Hennick
3ff9428e66
Merge branch 'master' into aes-encryption3
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-06 11:44:55 -07:00
Chris Hennick
2cff4ec936
test: Update reference version-needed-to-open in unit tests (cont'd)
2024-05-06 11:43:01 -07:00
Chris Hennick
ad292ffbd2
test: Update reference version-needed-to-open in unit tests
2024-05-06 11:34:25 -07:00
Chris Hennick
61d56318bf
style: Fix fmt and clippy warnings
2024-05-06 11:24:46 -07:00
Chris Hennick
51ef4f0f30
test: Update test_path_normalization to match corrected requirements
2024-05-06 11:17:21 -07:00
Chris Hennick
c2fe20741c
fix: version_needed was wrong when e.g. cfg(bzip2) but current file wasn't bzip2 ( #100 )
2024-05-06 11:16:16 -07:00
Chris Hennick
e1ef3fc65c
fix: file paths shouldn't start with slashes ( #102 )
2024-05-06 10:52:52 -07:00
Johannes Löthberg
97ddf84546
Don't try to encrypt directories
...
Not overriding this works fine for ZipCrypto since it doesn't need to
write any extra data, but AES encrypted files need to store more
metadata even for zero-byte files.
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Johannes Löthberg
d824fc2088
Make crypto validate
methods return ZipError when signifying invalid passwords
...
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Johannes Löthberg
d096e4dbf1
Add support for writing AES-encrypted files
...
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Johannes Löthberg
80dc8f2484
Add compression method to AES info
...
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Johannes Löthberg
a17578990b
Add AesWriter
...
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Johannes Löthberg
7c1e21403f
Wrap AesCtrZipKeyStream in inner Cipher enum
...
Boxing it as we were doing previously lead to the writer not being Send
anymore.
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Chris Hennick
d629b364e8
Merge pull request #98 from zip-rs/finish_owned
...
refactor: Make `ZipWriter::finish()` consume the `ZipWriter`
2024-05-06 06:17:13 +00:00
Chris Hennick
52375437dc
fix: Process ZIP files with up to a 65,978-byte comment ( https://github.com/zip-rs/zip-old/issues/183 )
2024-05-05 19:48:32 -07:00