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
Chris Hennick
7d61377503
refactor: Change type of last_modified_time
to Option<DateTime>
2024-05-23 14:15:38 -07:00
Chris Hennick
492a6b9d12
chore: Guard AesInfo behind #[cfg(feature = "aes-crypto")]
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-23 13:04:31 -07:00
Chris Hennick
74c604f29c
Need aes-crypto feature to use crate::aes::PWD_VERIFY_LENGTH
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-23 12:42:35 -07:00
Chris Hennick
fd6c1548a4
Merge branch 'master' into expose-aes-info
2024-05-23 12:39:58 -07:00
Chris Hennick
e08548392d
test: Tests in aes.rs
can only run when aes-crypto
is enabled
2024-05-23 12:39:37 -07:00
Arnaud Gourlay
6db572ce65
review & clippy
2024-05-23 20:14:01 +02:00
Arnaud Gourlay
6da1faa4f1
code review
2024-05-23 20:14:00 +02:00
Arnaud Gourlay
985d3a7809
Expose AES information
2024-05-23 20:14:00 +02:00
Chris Hennick
b0c666aa0c
chore: Continue to accept archives with invalid DateTime, and use now_utc()
as default only when writing, not reading
2024-05-23 09:44:06 -07:00
Chris Hennick
7a34aa5f41
refactor!: Rename from_msdos
to from_msdos_unchecked
, make it unsafe, and add try_from_msdos
( #145 )
2024-05-23 09:04:53 -07:00
Chris Hennick
ef74a26dd5
Merge pull request #141 from sorairolake/deprecated-since
...
chore: Add `since` to `deprecated`
2024-05-23 03:44:38 +00:00
Chris Hennick
90fcad6e9a
Merge pull request #142 from sorairolake/impl-more-traits
...
Implement `PartialEq`, `Eq`, `PartialOrd`, `Ord`, `Hash` and `Display` for `DateTime`
2024-05-23 03:37:56 +00:00
Shun Sakai
3f271b718f
Merge branch 'master' into impl-more-traits
2024-05-23 10:11:10 +09:00
Shun Sakai
4ac4ae8504
Merge branch 'master' into deprecated-since
2024-05-23 10:10:51 +09:00
Chris Hennick
9265e17cb8
Merge branch 'master' into deprecated-since
2024-05-22 13:50:05 -07:00
Chris Hennick
ef7c8026b7
Merge branch 'master' into impl-more-traits
2024-05-22 13:47:03 -07:00
Chris Hennick
c6255540fa
Merge pull request #144 from cosmicexplorer/fix-fuzz-ci
...
fix rust 2024 breakage with cargo v1 action
2024-05-22 20:33:31 +00:00
Danny McClanahan
b4d6d3c8e2
fix rust 2024 breakage with cargo v1 action
2024-05-22 12:37:58 -04:00
Shun Sakai
e3b12e313e
feat: Add fmt::Display
for DateTime
2024-05-22 11:35:26 +09:00
Shun Sakai
00be854b11
feat: Implement more traits for DateTime
...
Support comparing, ordering and hashing.
2024-05-22 10:50:18 +09:00
Shun Sakai
e188a36d1c
chore: Add since
to deprecated
...
Add the `since` field to the `deprecated` attribute for
`DateTime::from_time` and `DateTime::to_time`.
2024-05-22 09:57:23 +09:00
Chris Hennick
6c60c67d92
Merge pull request #140 from zip-rs/release-plz-2024-05-21T19-09-46Z
...
chore: release v1.3.1
2024-05-22 00:38:45 +00:00
Chris Hennick
65a0bde48e
chore: release
2024-05-21 12:29:12 -07:00