Commit graph

738 commits

Author SHA1 Message Date
Chris Hennick
ece098d393 Make InvalidPassword a kind of ZipError 2024-03-13 13:05:54 -07:00
Chris Hennick
6d8de51bea Bug fix: expected error result now happens sooner 2024-03-11 13:32:58 -07:00
Chris Hennick
6338242154 Bug fix: dir_end was being set incorrectly 2024-03-07 15:23:56 -08:00
Chris Hennick
5e03f43f9a Fix failing tests other than deflate64 bug 25 2024-03-07 15:16:04 -08:00
Chris Hennick
e23ba853d3 Remove comment field from Shared to avoid unnecessary copying 2024-03-07 14:43:40 -08:00
Chris Hennick
8efd2339cf Overhaul read logic to perform *all* validations before accepting a central directory as the real one 2024-03-07 14:34:40 -08:00
Chris Hennick
be49def529 Replace hard-coded byte array with data file 2024-03-06 12:34:51 -08:00
Chris Hennick
ce11179be3 Add test case for https://github.com/anatawa12/deflate64-rs/issues/25 2024-03-04 17:35:12 -08:00
Chris Hennick
c1afa95706 Refactor: use a zip file with valid metadata 2024-03-03 18:01:31 -08:00
Chris Hennick
f4d5ad7b49 Bug fix: can't run new test if deflate64 is disabled 2024-03-03 18:00:05 -08:00
Chris Hennick
80876aa7e4 Bug fix: incorrect assertion for new test 2024-03-03 17:36:58 -08:00
Chris Hennick
fe3821c4c0 Add test case to reproduce deflate64 error 2024-03-03 17:29:27 -08:00
Chris Hennick
9324b28e71 Enable DEFLATE64 by default and bump version to 0.10.4 2024-02-28 16:49:30 -08:00
Chris Hennick
11b6f01c75 cargo fmt: remove trailing space 2024-02-28 16:40:43 -08:00
Chris Hennick
3a6eecfa19 #[allow(unknown_lints)] 2024-02-28 16:36:52 -08:00
Chris Hennick
c48b5a558b cargo fmt 2024-02-28 16:28:41 -08:00
Chris Hennick
007918a81f Update dependencies and allow for 64-bit Zopfli compression levels 2024-02-28 16:27:03 -08:00
Chris Hennick
da21bbe45f Remove redundant imports 2024-02-28 16:03:44 -08:00
Chris Hennick
bcc5a91988 Fix clippy error 2024-02-28 15:29:29 -08:00
Chris Hennick
3367c618cf
Suppress invalid_from_utf8 in test where it's intentional 2024-02-28 15:23:01 -08:00
anatawa12
d6fcd355b8
fix: cargo clippy error 2023-10-13 21:49:41 +09:00
anatawa12
4812d77e5b
Merge remote-tracking branch 'zip-next/master' into deflate64-next 2023-10-13 19:58:44 +09:00
anatawa12
70c0b164be
chore: use streaming in deflate64 crate 2023-08-04 22:55:48 +09:00
anatawa12
065058d30d
feat: support deflate64 compression with deflate64 crate 2023-08-04 21:52:08 +09:00
Chris Hennick
8b6baf9fdd
Bump version to 0.10.3 2023-06-17 17:58:56 -07:00
Chris Hennick
56718b3344
Bump version to 0.10.2 and update CHANGELOG 2023-06-07 22:26:49 -07:00
Chris Hennick
3cb826fe8b
Make functions const where possible 2023-06-07 22:15:06 -07:00
Chris Hennick
52db1d03a6
Bump version to 0.10.1 2023-06-01 21:48:25 -07:00
Chris Hennick
bcd8fb27d2
Bug fix 2023-06-01 14:27:55 -07:00
Chris Hennick
34945fe884
Refactor to eliminate From<Infallible> 2023-06-01 14:26:15 -07:00
Chris Hennick
a6a6484bf8
Refactor: From<Infallible> is unreachable 2023-06-01 13:11:42 -07:00
Chris Hennick
07679d3b7f
Reformat and fix error 2023-06-01 12:59:17 -07:00
Chris Hennick
7b23b3212a
Update doc comment about compression_method 2023-06-01 12:56:11 -07:00
Chris Hennick
60553541ed
Change error return type to DateTimeRangeError 2023-06-01 12:41:54 -07:00
Chris Hennick
12eae587e1
Remove unused import 2023-05-30 18:21:48 -07:00
Chris Hennick
2407ef95c6
Fixes and refactors for no-features build 2023-05-30 18:17:59 -07:00
Chris Hennick
eb8709afdf
Fix Clippy and fmt warnings 2023-05-30 10:41:45 -07:00
Chris Hennick
e596efd5e0
Update version number in doc comment 2023-05-30 10:28:09 -07:00
Chris Hennick
bd0cc62afa
Bug fix 2023-05-30 10:14:06 -07:00
Chris Hennick
630ca3fa0f
Bug fixes for chrono integration 2023-05-30 10:06:36 -07:00
Chris Hennick
b47d6419b8
Add chrono integration 2023-05-30 09:48:39 -07:00
Chris Hennick
9ec0ddc5ca
Add zlib-ng 2023-05-30 09:18:26 -07:00
Chris Hennick
d9c20c55c4
Limit Zopfli iterations in write fuzzing 2023-05-28 10:11:51 -07:00
Chris Hennick
26eeabe488
Reformat 2023-05-27 17:39:14 -07:00
Chris Hennick
dd9ea0689a
Bug fix 2023-05-27 17:36:31 -07:00
Chris Hennick
6ec619d78a
Bug fix 2023-05-27 17:30:50 -07:00
Chris Hennick
fd081c9f8c
Bug fix for fuzzing with deflate-zopfli disabled 2023-05-27 17:06:37 -07:00
Chris Hennick
d2e2b54625
Reformat 2023-05-27 17:05:49 -07:00
Chris Hennick
f46a0055ad
Bug fixes and refactors for Arbitrary impl 2023-05-27 17:04:27 -07:00
Chris Hennick
3414e0d6fb
Bug fix 2023-05-27 16:59:07 -07:00