Commit graph

2019 commits

Author SHA1 Message Date
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
Danny McClanahan
3d6c4d1ae4
fix fuzz failure 2024-05-24 07:54:05 -04:00
Danny McClanahan
acb0a6f0c4
clarify the check being performed 2024-05-24 07:54:05 -04:00
Danny McClanahan
8fbc4039a8
lean more on the ::MAGIC trait constants 2024-05-24 07:54:04 -04:00
Danny McClanahan
41813d242c
move encrypted and data descriptor validation up higher 2024-05-24 07:53:16 -04:00
Danny McClanahan
cf2d980612
expose pub(crate) methods to convert compression methods 2024-05-24 07:53:15 -04:00
Danny McClanahan
e1c92e2f21
make SIG_BYTES const 2024-05-24 07:52:31 -04:00
Danny McClanahan
03c92a1184
add to_and_from_le! macro 2024-05-24 07:52:31 -04:00
Danny McClanahan
83cdbadae8
make window size assertions much less complex with Magic 2024-05-24 07:52:31 -04:00
Danny McClanahan
7eb5907622
remove a lot of boilerplate for Block impls 2024-05-24 07:52:31 -04:00
Danny McClanahan
08385d52e1
implement find_content() by parsing with blocks 2024-05-24 07:52:31 -04:00
Danny McClanahan
3fa0d84554
make Magic into a wrapper struct 2024-05-24 07:52:31 -04:00
Danny McClanahan
46c42c7f82
review comments 1 2024-05-24 07:52:30 -04:00
Danny McClanahan
ad1d51d099
write file comment to central directory header 2024-05-24 07:52:30 -04:00
Danny McClanahan
ea308499af
bulk parsing and bulk writing
- use blocks for reading individual file headers
- remove unnecessary option wrapping for stream entries
- create Block trait
- add coerce method to reduce some boilerplate
- add serialize method to reduce more boilerplate
- use to_le! and from_le!
- add test case
- add some docs
- rename a few structs to clarify zip32-only
2024-05-24 07:52:25 -04:00
Danny McClanahan
011e5afe7b
add test that breaks without the fix 2024-05-24 07:39:55 -04:00
Danny McClanahan
3d1728d796
add stream benchmark 2024-05-24 07:39:54 -04:00
Danny McClanahan
0a573d3747
make benchmarks report bytes/second 2024-05-24 07:39:54 -04:00
Danny McClanahan
7a55945743
add benchmarks 2024-05-24 07:39:54 -04:00
Shun Sakai
1e39276b2b
feat: Support mutual conversion between DateTime and MS-DOS pair 2024-05-24 19:36:08 +09:00
Chris Hennick
94765a4a34
Merge pull request #147 from zip-rs/release-plz-2024-05-23T16-06-05Z
chore: release v2.0.0
2024-05-24 04:03:16 +00:00
Chris Hennick
e5607ac276
chore: release 2024-05-23 18:22:52 -07:00
Chris Hennick
6d1b5f7d6c
Merge pull request #143 from agourlay/expose-aes-info
feat: Expose AES information
2024-05-23 22:53:58 +00:00
Chris Hennick
da8be86761
style: cargo fmt --all 2024-05-23 15:53:37 -07:00