Commit graph

1846 commits

Author SHA1 Message Date
Chris Hennick
c8d1cb905f
Merge branch 'master' into utf8_extra_fields 2024-06-02 17:52:04 -07:00
Chris Hennick
847e537e86
test: Add unit test for UTF8 extra-field handling 2024-06-02 17:46:55 -07:00
Chris Hennick
28fb992532
chore: Refactor alignment field write logic 2024-06-02 17:37:45 -07:00
Chris Hennick
d547930a3f
ci(fuzz): Update fuzzing dictionary with extra-field tags 2024-06-02 17:34:29 -07:00
Chris Hennick
2a131e67a9
fix: Use deflate-flate2 flag to guard import 2024-06-02 17:29:49 -07:00
Chris Hennick
79fc5a9cdd
chore: Fix a build error 2024-06-02 17:06:10 -07:00
Chris Hennick
8e92cc4d81
chore: Fix a build error 2024-06-02 17:03:32 -07:00
Chris Hennick
888e5fac16
fix: Switch padding field ID to one documented in APPNOTE 2024-06-02 16:09:19 -07:00
Chris Hennick
999d41d438
feat: Update dependencies 2024-06-02 12:25:02 -07:00
Chris Hennick
6279c38d87
style: Remove unused lifetime parameter 2024-06-02 11:57:39 -07:00
Chris Hennick
7530ce5000
style: Cargo fmt --all 2024-06-02 11:56:46 -07:00
Chris Hennick
e3c81023a7
fix: Decode Zip-Info UTF8 name and comment fields (#159) 2024-06-02 11:52:20 -07:00
Chris Hennick
c74a811680
ci(fuzz): Update fuzz_read corpus to increase coverage 2024-05-30 08:49:29 -07:00
Chris Hennick
6d29c8cc19
ci(fuzz): Update fuzz_read corpus to increase coverage 2024-05-30 08:49:29 -07:00
Chris Hennick
9e0966130f
ci(fuzz): Update fuzz_write corpus to increase coverage 2024-05-30 08:49:28 -07:00
Chris Hennick
ae45a26c96
ci(fuzz): Increase max_len to 70,000 to let it include overlength comments 2024-05-30 08:49:28 -07:00
Chris Hennick
212dbe757a
ci(fuzz): Update fuzz_read corpus to increase coverage 2024-05-30 08:49:27 -07:00
Chris Hennick
6539545524
Merge pull request #109 from afranchuk/configure-archive-offset
feat: Allow the archive offset behavior of the reader to be configured.
2024-05-30 04:21:03 +00:00
Chris Hennick
17c2d868a3
Merge branch 'master' into configure-archive-offset 2024-05-29 16:33:58 -07:00
Chris Hennick
74c238042e
ci(fuzz): Remove len_control override from fuzz_read 2024-05-29 15:48:20 -07:00
Chris Hennick
a65d182d98
Merge branch 'master' into configure-archive-offset 2024-05-29 13:58:27 -07:00
Chris Hennick
822d118089
ci(fuzz): Reduce max_len to 20,000 since it's taking too long 2024-05-29 13:58:08 -07:00
Alex Franchuk
a8875b0226
feat: Allow the archive offset behavior of the reader to be configured.
Aside from supporting the current behavior which allows archives to be
preceded by arbitrary data (added in fc749a09), this also allows
detection of the offset to use by checking whether a central directory
header is at the expected location. This is configurable because if the
behavior were based only on detection, there could be false positives if
archive data happened to contain a central directory header at the right
spot.
2024-05-29 13:59:20 -04:00
Chris Hennick
1ee3910fde
Merge pull request #158 from sorairolake/fix-dt-range
fix: Change `DateTime` to fully validate dates and discard inserted leap seconds
2024-05-29 17:38:50 +00:00
Chris Hennick
fb929cdb38
ci(fuzz): Add back max_total_time, and pad platform-level timeout to allow for a build 2024-05-29 17:58:07 -07:00
Chris Hennick
8ef61cc5fc
ci(fuzz): Increase read corpus entry limit to 100,000 bytes, since 3 entries are right at the current limit of 16,500 and others are close 2024-05-28 20:25:45 -07:00
Chris Hennick
42a524d4e5
ci(fuzz): Update fuzz_read corpus to increase coverage 2024-05-28 18:30:58 -07:00
Chris Hennick
d5ff6d1e26
Revert tests of leap-second handling: we now just clamp them to 0..=58
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-28 18:03:43 -07:00
Chris Hennick
910f9925c3
Merge branch 'master' into fix-dt-range 2024-05-28 17:58:29 -07:00
Chris Hennick
73fc2fd85b
Handle leap-second inputs gracefully
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-28 17:58:04 -07:00
Chris Hennick
1dfb882143
ci(fuzz): Update fuzz_write corpus to increase coverage 2024-05-28 12:26:25 -07:00
Chris Hennick
181942da1e
ci(fuzz): Fix build errors for fuzz_write 2024-05-28 09:17:28 -07:00
Chris Hennick
6aca987fda
ci(fuzz): Bug fix 2024-05-28 08:48:16 -07:00
Chris Hennick
9cd005e37f
ci(fuzz): Fix issue where we'd call abort_file on an empty ZIP 2024-05-28 08:47:29 -07:00
Shun Sakai
2626d02494
fix: Change DateTime to not accept invalid days 2024-05-28 16:22:20 +09:00
Chris Hennick
0b5fe20e10
Merge pull request #156 from zip-rs/release-plz-2024-05-26T02-32-08Z
chore: release v2.1.1
2024-05-28 07:19:56 +00:00
Shun Sakai
83eccdf3e2
fix: Change maximum seconds for DateTime
The valid range of values for the seconds of the MS-DOS date and time
is 0 to 58. So, change `DateTime` to not accept after 58 seconds.
2024-05-28 15:00:13 +09:00
Chris Hennick
08d073edaf
chore: release 2024-05-27 19:09:03 -07:00
Chris Hennick
178a235921
ci(fuzz): Repair recent damage to fuzz_write corpus 2024-05-27 19:05:42 -07:00
Chris Hennick
0d12e3ebfc
Revert "ci(fuzz): Remove most cases added on religious basis that have simpler secular equivalents"
This reverts commit 445860a462.
2024-05-27 18:24:38 -07:00
Chris Hennick
bf7c8d21fb
style: cargo fmt --all 2024-05-27 17:20:46 -07:00
Chris Hennick
0c7b0080f3
chore: Bug fixes for debug implementation 2024-05-27 17:18:31 -07:00
Chris Hennick
8d81cbc2c3
chore: Bug fixes for debug implementation 2024-05-27 17:11:24 -07:00
Chris Hennick
48b1adb64b
fix: Derive Debug for ZipWriter 2024-05-27 16:58:12 -07:00
Chris Hennick
a7840b3468
Merge pull request #157 from ofek/patch-1
Update documented default features
2024-05-27 07:05:52 +00:00
Chris Hennick
445860a462
ci(fuzz): Remove most cases added on religious basis that have simpler secular equivalents 2024-05-26 22:57:32 -07:00
Chris Hennick
8edd3714b9
ci(fuzz): Update both corpora using a confirmed-to-work shell-script loop 2024-05-26 21:32:20 -07:00
Ofek Lev
6668b2c0a5
Update documented default features
Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
2024-05-26 00:02:01 -04:00
Chris Hennick
04c034358b
ci(fuzz): Update fuzz_write corpus 2024-05-25 20:47:04 -07:00
Chris Hennick
9795967dd3
ci(fuzz): Update fuzz_read corpus 2024-05-25 20:25:18 -07:00