Chris Hennick
08d30e976a
style: Fix Clippy warnings: unused imports
2024-05-02 13:31:38 -07:00
Chris Hennick
da3bbc87d7
doc(examples): Fix a bug where type SimpleFileOptions must be specified
2024-05-02 12:58:31 -07:00
Chris Hennick
8f61ff2451
Merge branch 'master' into oldpr443
2024-05-02 11:57:53 -07:00
Chris Hennick
2c3a3f5aa0
revert: #58 (partial): bzip2-rs
can't replace bzip2
because it's decompress-only
2024-05-02 11:26:14 -07:00
Chris Hennick
b5bc43857a
Revert "Make bzip2 a synonym of bzip2-rs"
...
This reverts commit 01a8ff41b1
.
2024-05-02 11:23:32 -07:00
Chris Hennick
2309eb7b64
Revert "fix: Build was failing with bzip2 enabled"
...
This reverts commit 5fbc9912a3
.
2024-05-02 11:22:56 -07:00
Chris Hennick
5fbc9912a3
fix: Build was failing with bzip2 enabled
2024-05-02 10:59:48 -07:00
Chris Hennick
01a8ff41b1
Make bzip2 a synonym of bzip2-rs
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-01 18:00:43 -07:00
Chris Hennick
f44ec4e513
Merge pull request #58 from zip-rs/oldpr429
...
feat: Switch to pure-Rust versions of bzip and zstd in order to pass static compiles
2024-05-01 20:09:25 +00:00
Chris Hennick
726c7af42b
fix: use is_dir in more places where Windows paths might be handled incorrectly
2024-05-01 15:12:19 -07:00
Chris Hennick
ef4a594e04
Merge remote-tracking branch 'lolpro/master' into oldpr429
...
# Conflicts:
# Cargo.toml
2024-05-01 10:53:49 -07:00
Chris Hennick
b944c3ad86
Fix failing build
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-01 09:55:07 -07:00
Chris Hennick
9f10a01453
Merge remote-tracking branch 'zenomat/master' into oldpr443
2024-05-01 09:52:14 -07:00
Chris Hennick
2eee6daea0
Merge pull request #43 from zip-rs/warnOnDeprecatedFeature
...
build: Warn on deprecated feature
2024-05-01 06:26:51 +00:00
Chris Hennick
6729fc9173
Merge branch 'master' into warnOnDeprecatedFeature
2024-04-30 21:19:15 -07:00
Chris Hennick
934806323a
ci: Reduce iterations for fuzz_read_no_features by 20%
2024-04-30 21:16:48 -07:00
Chris Hennick
31baad0f92
Merge pull request #53 from zip-rs/release-plz-2024-04-30T17-47-07Z
...
chore: release v1.1.3
2024-05-01 01:57:08 +00:00
Chris Hennick
fad120a068
chore: release
2024-04-30 10:47:08 -07:00
Chris Hennick
3bf825a8de
ci: Wait for unit tests to pass before starting fuzz tests
2024-04-30 09:05:17 -07:00
Brett Simons
24f4b98ae4
Update stream.rs to use the is_dir function instead of explicitly checking ZipFile name
2024-04-30 09:05:17 -07:00
Brett Simons
722234711f
Fix directory check in extract function
...
The directory check is not robust and fails if the path uses the Windows style path separator and not the unix style. A function "is_dir" already exists and accounts for this so this change switches to using that function instead.
2024-04-30 09:05:16 -07:00
Chris Hennick
1d43e8ff29
Merge pull request #49 from anatawa12/fix-link-in-readme
...
doc: fix repo link in readme
2024-04-30 15:28:00 +00:00
Chris Hennick
0a836df812
Merge pull request #52 from zip-rs/oldpr425
...
fix: directory check relied on forward slashes, causing issues on Windows
2024-04-30 14:31:04 +00:00
Chris Hennick
dae3b668c8
ci: Eliminate redundant builds on merge-queue branches
2024-04-30 17:58:49 -07:00
Chris Hennick
505cf01ea7
ci: Eliminate some redundant CI runs based on https://wildwolf.name/github-actions-how-to-avoid-running-the-same-workflow-multiple-times/
2024-04-30 17:48:55 -07:00
Chris Hennick
b6b150fa9e
Increase fuzz timeouts
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-30 17:20:46 -07:00
Chris Hennick
2156d88334
Bump version number
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-30 09:26:54 -07:00
Chris Hennick
1e42311303
Merge branch 'master' into warnOnDeprecatedFeature
2024-04-30 02:11:12 -07:00
Chris Hennick
d09620427a
Merge branch 'master' into oldpr425
2024-04-30 02:10:44 -07:00
Chris Hennick
90fd957bc9
Merge pull request #44 from zip-rs/oldpr421
...
fix: Improve ErrorKind in ZipError to io::Error conversion
2024-04-30 08:37:49 +00:00
Chris Hennick
621dd21921
Merge remote-tracking branch 'brettsimons/patch-1' into oldpr425
2024-04-29 23:05:08 -07:00
Chris Hennick
3294af6bad
Merge branch 'master' into warnOnDeprecatedFeature
2024-04-29 21:58:19 -07:00
Chris Hennick
b3991bbfe2
Merge pull request #39 from awaken1ng/issue-280-2
...
fix: Decrypt the read bytes in ZipCrypto instead of entire buffer
2024-04-30 04:23:56 +00:00
Chris Hennick
8d1c96892a
ci: Reduce fuzz testing duration so that it can reliably pass for the merge queue
2024-04-29 21:22:49 -07:00
anatawa12
ab47bb798c
fix repo link in readme
...
Signed-off-by: anatawa12 <anatawa12@icloud.com>
2024-04-30 11:58:09 +09:00
Chris Hennick
686f6f1abf
feat: Improve ErrorKind in ZipError to io::Error conversion (previously https://github.com/zip-rs/zip-old/pull/421 )
2024-04-29 19:16:31 -07:00
Chris Hennick
36a33861c5
style: cargo fmt --all
2024-04-29 18:57:16 -07:00
Chris Hennick
9739df01dc
build: Fix a bug where cargo syntax is different for MSRV below 1.77.0
2024-04-29 17:00:11 -07:00
Chris Hennick
5109cb8553
test(fuzz): Add recent fuzz_write failure to fuzz_read corpus (failure actually occurred in read)
2024-04-29 16:59:39 -07:00
Chris Hennick
122ff1f8cb
build: Emit a warning when deprecated deflate-miniz is used
2024-04-29 16:49:43 -07:00
Chris Hennick
fd0a1133a5
ci: Bug fix: run DevSkim against merge-group
2024-04-29 14:49:27 -07:00
Chris Hennick
cae144b2c0
style: fix unused-variable warning for test
...
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-04-29 13:33:53 -07:00
Chris Hennick
42972297f1
fix: Rare bug where find_and_parse would give up prematurely on detecting a false end-of-CDR header
2024-04-29 13:18:17 -07:00
Chris Hennick
0513fbcc6b
doc: Fill missing CHANGELOG entries for 1.1.2
2024-04-28 14:40:29 -07:00
Chris Hennick
7249d540ef
Merge branch 'master' into issue-280-2
2024-04-28 13:28:21 -07:00
Chris Hennick
ba6c07d214
Revert "ci: Bug fix? Use ${{github.token}} for everything"
...
This reverts commit 406da383e9
.
2024-04-28 13:27:18 -07:00
Chris Hennick
067f7bee28
doc: update repo link and Actions badge link
2024-04-28 13:26:44 -07:00
Chris Hennick
9d4f102498
Merge branch 'master' into issue-280-2
2024-04-28 13:15:43 -07:00
Chris Hennick
406da383e9
ci: Bug fix? Use ${{github.token}} for everything
2024-04-28 13:14:13 -07:00
Chris Hennick
5f8010304c
Merge branch 'master' into issue-280-2
2024-04-28 12:51:27 -07:00