Chris Hennick
847e537e86
test: Add unit test for UTF8 extra-field handling
2024-06-02 17:46:55 -07:00
Chris Hennick
eb949ebdef
chore: Update unit tests
2024-05-25 15:05:02 -07:00
Danny McClanahan
011e5afe7b
add test that breaks without the fix
2024-05-24 07:39:55 -04:00
Chris Hennick
2148580a27
doc: Add some missing license information
2024-05-19 11:47:12 -07:00
Chris Hennick
6ae2cfbf52
chore( #132 ): Attribution for some copied test data
2024-05-17 19:19:07 -07:00
Chris Hennick
492c96c18f
chore: Fix conditionally-unused import
2024-05-15 15:12:18 -07:00
Chris Hennick
c52ec50306
chore: Fix CI failure involving conversion to OsString for symlinks (see my comments on #125 )
2024-05-15 14:47:52 -07:00
Chris Hennick
8715d936cb
fix: Extract symlinks into symlinks on Unix and Windows, and fix a bug that affected making directories writable on MacOS
2024-05-13 20:50:40 -07:00
Chris Hennick
3bf0301e39
feat: Add is_symlink
method
2024-05-13 19:52:14 -07:00
Chris Hennick
be5836e14d
test: Fix unused imports by moving them inside the cfg-gated test
2024-05-10 15:01:11 -07:00
Chris Hennick
07caf646a0
test: Fix cfg - new test is only needed on Unix and can only run with deflate
2024-05-10 14:30:52 -07:00
Chris Hennick
2ea4e5059f
fix: Extract directory contents on Unix even if the directory doesn't have write permission ( https://github.com/zip-rs/zip-old/issues/423 )
2024-05-10 14:27:25 -07:00
Chris Hennick
8eb5a75a87
style: Merge patches from code into non_utf8.zip
2024-05-10 09:01:17 -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
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
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
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
Chris Hennick
b59515bbd7
chore: Remove a drop that can no longer be explicit
2024-05-05 19:30:18 -07:00
Chris Hennick
b520c7f517
test: Fix end-to-end test
2024-05-02 17:50:28 -07:00
Chris Hennick
84ae5fc157
refactor: Remove byteorder dependency ( #83 )
2024-05-02 17:50:27 -07:00
Chris Hennick
9af296d080
style: cargo fmt --all, fix bzip2 error
2024-05-02 10:55:41 -07:00
Chris Hennick
3140276a33
Merge remote-tracking branch 'jans/master' into oldpr437a
...
# Conflicts:
# README.md
# src/cp437.rs
# src/read.rs
# src/types.rs
# src/write.rs
2024-05-02 10:51:01 -07:00
Jan Starke
ccaba9df74
add test case for extended timestamp
2024-05-02 09:34:20 +02:00
awakening
4078bd34cd
fix: Decrypt the read bytes in ZipCrypto instead of entire buffer
...
Fixes `corrupt deflate stream` panic when extracting a file from encrypted archive (zip-rs/zip#280 ).
2024-04-27 23:41:32 +07:00
awakening
b718fdf5d0
test: Move embedded archive from variable to a constant
2024-04-27 23:41:28 +07:00
Chris Hennick
46ff80d294
test: verify that we can read a file with a data descriptor
2024-04-23 11:09:06 -07:00
Chris Hennick
174825229c
Change crate name to "zip" per https://github.com/zip-rs/zip/issues/446#issuecomment-2063837388
2024-04-19 18:50:27 -07:00
Wyatt Herkamp
61afe4dad9
Added ExtendedFileOptions
2024-04-15 16:32:07 -04:00
Chris Hennick
4f3f2d1fca
Bug fix: LZMA state is large, so put it in a Box
2024-04-11 13:28:37 -07:00
Chris Hennick
b7fe3f6e4f
Add tests and update fuzzing dictionary/corpus for LZMA
2024-04-11 13:14:34 -07:00
Chris Hennick
4b8738f8c1
Update a test
2024-03-13 13:16:15 -07:00
Chris Hennick
dec73ef5c1
Merge branch 'tune_fuzz'
...
# Conflicts:
# src/read.rs
2024-03-13 13:09:14 -07:00
Chris Hennick
ece098d393
Make InvalidPassword a kind of ZipError
2024-03-13 13:05:54 -07:00
Chris Hennick
b85dd4ba82
Replace reproducing zip with a smaller one
2024-03-09 14:46:29 -08:00
Chris Hennick
be49def529
Replace hard-coded byte array with data file
2024-03-06 12:34:51 -08:00
Chris Hennick
dc62999f85
Bug fix: include data file for new test
2024-03-03 18:03:07 -08:00
Chris Hennick
c48b5a558b
cargo fmt
2024-02-28 16:28:41 -08:00
Chris Hennick
da21bbe45f
Remove redundant imports
2024-02-28 16:03:44 -08:00
anatawa12
d6fcd355b8
fix: cargo clippy error
2023-10-13 21:49:41 +09:00
anatawa12
ffbf5f7b58
format: cargo fmt
2023-10-13 21:47:05 +09:00
anatawa12
4812d77e5b
Merge remote-tracking branch 'zip-next/master' into deflate64-next
2023-10-13 19:58:44 +09:00
anatawa12
c82edf6ed2
test: skip deflate64 in compression tests
2023-08-04 23:14:23 +09:00
Chris Hennick
2407ef95c6
Fixes and refactors for no-features build
2023-05-30 18:17:59 -07:00
Chris Hennick
255cfaf261
Add flush_on_finish_file parameter
2023-05-26 17:22:53 -07:00
Chris Hennick
21ff795071
Additional sanity checks on ZIP64 footer
2023-05-14 08:28:52 -07:00
Chris Hennick
429b5dfa0b
Reformat
2023-05-13 14:03:02 -07:00
Chris Hennick
4faebb4468
Overhaul extra-data interface
2023-05-13 13:59:14 -07:00
Chris Hennick
70db61c26e
Perform sanity checks when both ZIP32 and ZIP64 footers are found
2023-05-12 08:28:30 -07:00
Chris Hennick
fba2b971ae
Bug fix: test files were truncated
2023-05-11 20:11:44 -07:00