Commit graph

1436 commits

Author SHA1 Message Date
Chris Hennick
28c2eb59e7
chore: Fix error by cfg-guarding the declaration of filename and not just its use 2024-05-02 18:32:20 -07:00
Chris Hennick
63793a32ff
chore: Fix errors by moving use statements inside the cfg-guarded function that uses them 2024-05-02 18:04:05 -07:00
Chris Hennick
5a3126894c
Merge branch 'master' into oldpr384 2024-05-02 18:02:19 -07:00
Chris Hennick
8fa3ebb343
style: Fix cargo fmt warning
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 17:41:49 -07:00
Chris Hennick
b7cce8a296
doc(examples): fix type mismatch
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 17:09:26 -07:00
Chris Hennick
468f314b29
doc(examples): fix typo
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 15:38:55 -07:00
Chris Hennick
90b646b202
doc(examples): Fix missing piece from previous commit
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 14:55:40 -07:00
Chris Hennick
7355c51f93
doc(examples): Fix errors
main() will still exist without a deflate cfg, it just won't do anything.

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 13:47:36 -07:00
Chris Hennick
90dc62ba18
Merge pull request #78 from cosmicexplorer/oldpr397
refactor: use displaydoc and thiserror to remove some boilerplate
2024-05-02 20:43:46 +00:00
Chris Hennick
b36f363be5
Merge pull request #82 from zip-rs/oldpr437a
feat: Add support for extended timestamps
2024-05-02 20:36:05 +00:00
Chris Hennick
855d57610c
style: Fix unused warnings by making the entire file cfg-dependent 2024-05-02 13:35:08 -07:00
Chris Hennick
2c61eb0cb7
doc(examples): fix a bug
`doit()` function can't exist without `cfg(feature = "_deflate-any")`, and making it unreachable isn't enough

Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-02 13:14:49 -07:00
Chris Hennick
64c9dd0b9d
Merge branch 'master' into oldpr384 2024-05-02 11:52:01 -07:00
Chris Hennick
64325a19f3
Merge branch 'master' into oldpr397 2024-05-02 11:33:30 -07:00
Chris Hennick
c3fe6f0954
Merge branch 'master' into oldpr437a 2024-05-02 11:31:57 -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
7b6e057a18
Merge branch 'master' into oldpr437a 2024-05-02 11:19:23 -07:00
Chris Hennick
28523f66c0
Merge branch 'master' into oldpr397 2024-05-02 11:18:21 -07:00
Chris Hennick
5fbc9912a3
fix: Build was failing with bzip2 enabled 2024-05-02 10:59:48 -07:00
Chris Hennick
9af296d080
style: cargo fmt --all, fix bzip2 error 2024-05-02 10:55:41 -07:00
Chris Hennick
3140276a33
Merge remote-tracking branch 'jans/master' into oldpr437a
# Conflicts:
#	README.md
#	src/cp437.rs
#	src/read.rs
#	src/types.rs
#	src/write.rs
2024-05-02 10:51:01 -07:00
Chris Hennick
a994667db6
style: remove extra spaces before comment 2024-05-02 09:39:50 -07:00
Jan Starke
ccaba9df74
add test case for extended timestamp 2024-05-02 09:34:20 +02:00
Jan Starke
09331a935e
add clippy exclusion 2024-05-02 09:24:05 +02:00
Jan Starke
0321c05557
fix some clippy warnings
fix another clippy complaint

ad support for extended timestamp

support missing timestamps in the extended timestamps field

handle inconsistencies between flags and len

handle len_left

add getter

Update README.md to state that the crate has moved

ad support for extended timestamp

handle inconsistencies between flags and len

handle len_left

add getter

Update README.md to state that the crate has moved
2024-05-02 09:18:18 +02:00
Danny McClanahan
a16a34f1a5
use displaydoc and thiserror to remove some boilerplate 2024-05-02 00:41:40 -04: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
e670e98073
fix: only compile new example if a Deflate encoder is enabled 2024-05-01 15:19:52 -07:00
Chris Hennick
04390ca276
style: cargo fmt --all 2024-05-01 15:07:15 -07:00
Chris Hennick
fbf000cf56
docs(examples): Update FileOptions import 2024-05-01 15:06:55 -07:00
Chris Hennick
831ffcefe9
Merge remote-tracking branch 'byron/large-file-example' into oldpr384 2024-05-01 15:03:35 -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
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