Chris Hennick
ad218a6c9c
ci(fuzz): Allow zopfli_buffer_size to be 3 * power of 2
2024-06-03 20:23:46 -07:00
Chris Hennick
8cee006e47
refactor: Return extended timestamp fields copied rather than borrowed ( #183 )
2024-06-03 17:42:48 -07:00
Chris Hennick
97245ad68d
chore: Fix a new Clippy warning
2024-06-02 22:04:40 -07:00
Chris Hennick
2725416c0d
chore: Fix a bug and inline deserialize
for safety
2024-06-02 22:00:44 -07:00
Chris Hennick
eacc320fe0
chore: Add check for wrong-length blocks, and incorporate fixed-size requirement into the trait name
2024-06-02 21:48:21 -07:00
Chris Hennick
9218599b40
chore: Fix a fuzz failure by using checked_sub
2024-06-02 21:16:55 -07:00
Chris Hennick
fb781e0517
chore: Add feature gate for new unit test
2024-06-02 18:53:27 -07:00
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
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
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
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
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
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
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
Shun Sakai
2626d02494
fix: Change DateTime
to not accept invalid days
2024-05-28 16:22:20 +09: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
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
fdb01c3dd2
style: cargo fmt --all
2024-05-25 15:10:31 -07:00
Chris Hennick
eb949ebdef
chore: Update unit tests
2024-05-25 15:05:02 -07:00
Chris Hennick
15f8bac454
chore: Remove unused import
2024-05-25 14:51:18 -07:00
Chris Hennick
edbb7343f5
refactor: use a MIN_VERSION constant
2024-05-25 14:29:36 -07:00
Chris Hennick
40f20d8a6b
fix: lower default version to 4.5 and use the version-needed-to-extract where feasible.
2024-05-25 14:29:35 -07:00
Chris Hennick
699d10da71
style: cargo fmt --all
2024-05-24 22:05:39 -07:00
Chris Hennick
e6b2290f70
chore: Another tweak to ensure version_needed
is applied
2024-05-24 21:58:26 -07:00
Chris Hennick
92012b9795
chore: Tweaks to make version_needed
and version_made_by
work with recently-merged changes
2024-05-24 21:55:18 -07:00
Chris Hennick
cda4712153
fix: version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that ( #100 )
2024-05-24 21:47:06 -07:00
Chris Hennick
a28b16e69c
Apply suggestions from code review
...
Fix errors
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 15:27:28 -07:00
Chris Hennick
df70f6a320
Fix unmatched bracket due to bad merge
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 14:57:06 -07:00
Chris Hennick
6b19c877e2
Merge branch 'master' into bulk-parsing
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 14:50:21 -07:00
Chris Hennick
294564c1a8
style: cargo fmt --all
2024-05-24 14:26:12 -07:00
Chris Hennick
0636bd7411
fix: version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that ( #100 )
2024-05-24 14:24:55 -07:00
Chris Hennick
326b2c4582
Revert macro changes
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 13:15:58 -07:00
Chris Hennick
3af70176e3
Remove an unused macro branch
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 13:11:07 -07:00
Chris Hennick
01bb162456
Remove an unused macro branch
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 13:10:44 -07:00
Chris Hennick
a462b859fa
Fix an off-by-one error in large-file detection
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 13:06:12 -07:00
Chris Hennick
d63ad8ecaf
Merge branch 'master' into bulk-parsing
2024-05-24 13:04:03 -07:00
Chris Hennick
f90bdf76b8
Fix an off-by-one error in large-file detection
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 13:03:45 -07:00
Chris Hennick
1bb0b14456
style: Fix cargo fmt check
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 13:03:00 -07:00
Chris Hennick
2a39a8e0a7
Fix an off-by-one error in large-file detection
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 12:59:13 -07:00
Chris Hennick
18760e9f9d
Switch to debug_assert! for an assert! involving only constants
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 12:58:36 -07:00