Commit graph

1792 commits

Author SHA1 Message Date
Chris Hennick
5f95e835bf
ci(fuzz): Update seed corpus based on both previous members and recently-simplified dependencies on numbers or numeric strings 2024-05-25 19:30:27 -07:00
Chris Hennick
4537af7d8f
ci: Need -dict for all corpus minimizations, not just fuzz_read 2024-05-25 16:15:29 -07:00
Chris Hennick
0f37a8d8b8
ci: cargo fuzz cmin may be more effective with -dict 2024-05-25 16:03:10 -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
6d4e460556
Merge pull request #154 from zip-rs/release-plz-2024-05-25T05-11-15Z
chore: release v2.1.0
2024-05-25 09:39:21 +00:00
Chris Hennick
78aca55db5
chore: release 2024-05-24 22:11:17 -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
b057d0dca2
Merge pull request #93 from cosmicexplorer/bulk-parsing
perf: parse headers in blocks and scan for magic numbers with memchr
2024-05-25 01:17:11 +00: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
5e216fe150
Bug fix: len() is must-use
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 13:08:05 -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
3ab9f457fb
Bug fix: bench_n expects empty return
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 13:05:49 -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
a4915fdcd7
Fix a bug in benchmark: closure needs a parameter
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 13:01:51 -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
Chris Hennick
848309a944
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:19 -07:00
Chris Hennick
9722dd31e9
Return error if file comment is too long
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 12:57:34 -07:00
Chris Hennick
ed1d38f5da
Run bench only once for each random input
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-24 12:53:27 -07:00
Chris Hennick
0ff61c0198
Merge pull request #149 from sorairolake/convert-datetime-pair
feat: Support mutual conversion between `DateTime` and MS-DOS pair
2024-05-24 15:12:03 +00:00
Danny McClanahan
d81382b29a
revert limit for search_lower_bound to fix benchmark 2024-05-24 09:00:33 -04:00
Danny McClanahan
8e5b157853
fix stream benchmark 2024-05-24 08:58:41 -04:00
Danny McClanahan
a509efc28a
review comments 3 2024-05-24 08:26:38 -04:00
Danny McClanahan
80ca254569
fix doc comments 2024-05-24 08:15:16 -04:00
Danny McClanahan
a769e9410e
Revert "interpose ZipRawValues into ZipFileData"
This reverts commit d8d4dee5cec372878259380fa347c0ffc6cca044.
2024-05-24 08:00:04 -04:00
Danny McClanahan
fe663b9ee6
tiny fix 2024-05-24 07:58:06 -04:00
Danny McClanahan
4a784b5636
interpose ZipRawValues into ZipFileData 2024-05-24 07:58:05 -04:00
Danny McClanahan
0b31d9846a
review comments 2 2024-05-24 07:54:41 -04:00
Danny McClanahan
7c2474f80c
go into_boxed_slice() earlier 2024-05-24 07:54:40 -04:00
Danny McClanahan
79b96bdfde
add "std" feature to getrandom for io::Error conversion 2024-05-24 07:54:40 -04:00
Danny McClanahan
d852c222fc
review comments 1 2024-05-24 07:54:40 -04:00
Danny McClanahan
a7fd5874cf
reduce visibility for all the blocks 2024-05-24 07:54:40 -04:00
Danny McClanahan
8d454d2277
nitpick 2024-05-24 07:54:40 -04:00
Danny McClanahan
21d07e192c
add ExtraFieldMagic and Zip64ExtraFieldBlock 2024-05-24 07:54:39 -04:00