Chris Hennick
dbf2543301
ci: Condition isn't working, so use continue-on-error
2024-05-21 12:18:19 -07:00
Chris Hennick
7d7e4256bd
ci: Disable attestation step if nothing's been built
2024-05-21 12:13:17 -07:00
Chris Hennick
fdc39352aa
ci: Fix variable reference in release-plz workflow
2024-05-21 12:08:35 -07:00
Chris Hennick
edd6a5823c
Merge pull request #139 from sorairolake/zip-dt-to-time-offset-dt
...
feat: Add `TryFrom<DateTime> for OffsetDateTime`
2024-05-21 15:44:08 +00:00
Chris Hennick
d171f2ef31
test: Add .gitattributes to force test data files to be binary
2024-05-21 09:15:44 -07:00
Chris Hennick
42af7158e9
style: cargo fmt --all
2024-05-21 08:46:24 -07:00
Shun Sakai
ac8b04c0f1
feat: Add TryFrom<DateTime> for OffsetDateTime
2024-05-21 15:38:39 +09:00
Chris Hennick
20fa9edd14
refactor: Make deflate
enable both default implementations
2024-05-20 18:11:09 -07:00
Chris Hennick
a731f2a4c6
refactor: Merge the hidden deflate-flate2 flag into the public one
2024-05-20 18:02:30 -07:00
Chris Hennick
870f915bc5
refactor: Rename _deflate-non-zopfli to _deflate-flate2
2024-05-20 12:02:05 -07:00
Chris Hennick
6071dc13b0
perf: Change default compression implementation to flate2/zlib-ng
2024-05-20 11:55:51 -07:00
Chris Hennick
89b9b668ec
refactor: Reject encrypted and using_data_descriptor files slightly faster in read_zipfile_from_stream
2024-05-19 16:53:56 -07:00
Chris Hennick
897cca50b3
Merge pull request #137 from sorairolake/all-features-for-docsrs
...
doc: Enable all features for Docs.rs
2024-05-19 18:57:31 +00:00
Chris Hennick
3afe549161
refactor: Convert impl TryInto<NaiveDateTime> for DateTime
to impl TryFrom<DateTime> for NaiveDateTime
( #136 )
2024-05-19 11:51:20 -07:00
Chris Hennick
2148580a27
doc: Add some missing license information
2024-05-19 11:47:12 -07:00
Chris Hennick
e8276b26a5
ci: Fix failure in attestation step
2024-05-19 11:44:25 -07:00
Shun Sakai
d873e6d2c1
chore: Enable all features for Docs.rs
2024-05-19 20:32:56 +09:00
Chris Hennick
4b295d3d5a
Merge pull request #135 from sorairolake/docsrs
...
docs: Enable `doc_auto_cfg` feature with Docs.rs
2024-05-18 05:21:28 +00:00
Chris Hennick
57eaa50e35
ci(fuzz): Update seed corpora
2024-05-17 22:40:35 -07:00
Chris Hennick
6ae2cfbf52
chore( #132 ): Attribution for some copied test data
2024-05-17 19:19:07 -07:00
Chris Hennick
e5ea797014
chore( #133 ): chmod -x src/result.rs
2024-05-17 19:13:10 -07:00
Chris Hennick
933ccc4f92
Enable deflate-zlib as well, and keep deflate64 separate
...
deflate-zlib was an omission; deflate64 is a different, backward-incompatible algorithm.
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-17 18:55:22 -07:00
Shun Sakai
62788e213b
docs: Add package.metadata.docs.rs
...
This is to enable `doc_auto_cfg` feature with Docs.rs.
2024-05-18 09:42:23 +09:00
Chris Hennick
aa56c0a8be
Revert "ci: Auto-merge PRs from within repo even if I'm the triggering actor"
...
This reverts commit a8b2855910
.
2024-05-17 09:01:19 -07:00
Chris Hennick
102e31113d
Merge pull request #131 from zip-rs/release-plz-2024-05-15T23-52-34Z
...
chore: release v1.3.0
2024-05-17 07:28:17 +00:00
Chris Hennick
461fb58a02
chore: release
2024-05-16 21:03:31 -07:00
Chris Hennick
a8b2855910
ci: Auto-merge PRs from within repo even if I'm the triggering actor
2024-05-16 21:01:10 -07:00
Chris Hennick
6fa4486089
Enable attestation of release builds
...
Per https://github.com/actions/attest-build-provenance
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-15 20:44:04 -07:00
Chris Hennick
3e81fddb78
style: cargo fmt --all
2024-05-15 17:47:20 -07:00
Chris Hennick
1cb0e1b3b7
refactor: Eliminate deprecation warning when --all-features
implicitly enables the deprecated feature
2024-05-15 17:13:20 -07:00
Chris Hennick
fbf111ef97
style: cargo fmt --all
2024-05-15 17:09:12 -07:00
Chris Hennick
3e06f6433a
chore: Fix borrow-of-moved-value
2024-05-15 17:08:40 -07:00
Chris Hennick
633a6733e6
refactor: Check if archive contains a symlink's target, without borrowing both at the same time
2024-05-15 17:06:57 -07:00
Chris Hennick
17fee7938a
refactor: Eliminate a clone that's no longer necessary
2024-05-15 16:57:37 -07:00
Chris Hennick
7536a98da1
chore: Box<str> doesn't directly convert to PathBuf, so convert back to String first
2024-05-15 16:55:00 -07:00
Chris Hennick
267ab432cf
chore: partial revert - only &str has chars(), but Box<str> should auto-deref
2024-05-15 16:51:12 -07:00
Chris Hennick
d78f127039
chore: contains_key needs a Box<str>
, so generify is_dir
to accept one
2024-05-15 16:49:05 -07:00
Chris Hennick
b7ac989013
refactor: is_dir only needs to look at the filename
2024-05-15 16:44:59 -07:00
Chris Hennick
09676e7bee
chore: Add missing ZipFileData::is_dir()
method
2024-05-15 16:20:50 -07:00
Chris Hennick
1e574a961a
chore: Fix another Windows-specific error
2024-05-15 16:14:57 -07:00
Chris Hennick
91dcf305d7
chore: More bug fixes for Windows-specific symlink code
2024-05-15 16:11:37 -07:00
Chris Hennick
ce818e4df1
chore: More bug fixes for Windows-specific symlink code
2024-05-15 16:08:39 -07:00
Chris Hennick
aca750d616
chore: Bug fix: variable name change
2024-05-15 15:57:54 -07:00
Chris Hennick
9d11f4cf68
chore: Bug fix: need both internal and output path to determine whether to symlink_dir
2024-05-15 15:53:26 -07:00
Chris Hennick
2a67534fcb
chore: Another bug fix
2024-05-15 15:37:31 -07:00
Chris Hennick
47a07fb964
chore: Fix another error-type conversion error
2024-05-15 15:32:08 -07:00
Chris Hennick
819f86537c
refactor: Remove unnecessary #[cfg] attributes
2024-05-15 15:31:17 -07:00
Chris Hennick
23068ad7c2
chore: Fix error-type conversion on Windows
2024-05-15 15:22:49 -07:00
Chris Hennick
492c96c18f
chore: Fix conditionally-unused import
2024-05-15 15:12:18 -07:00
Chris Hennick
8435561093
chore: Fix continued issues, and factor out the Vec<u8>-to-OsString conversion (cc: #125 )
2024-05-15 15:08:41 -07:00