Commit graph

1069 commits

Author SHA1 Message Date
Chris Hennick
31998d90e9
Use unwrap to check that abort_file never fails 2023-05-04 11:45:33 -07:00
Chris Hennick
e8208dda87
Triple write-fuzz duration to ensure remaining bugs are caught 2023-05-04 11:29:47 -07:00
Chris Hennick
26bf30fc25
Bug fix: abort file if switch_to fails 2023-05-04 11:12:01 -07:00
Chris Hennick
a41c92d164
Refactor: don't need to be mutable during prepare_next_writer 2023-05-04 10:48:21 -07:00
Chris Hennick
55d82a455c
Refactor: rename prepare_switch_to to prepare_next_writer 2023-05-04 10:47:33 -07:00
Chris Hennick
bb025ef195
Bug fix 2023-05-04 10:46:56 -07:00
Chris Hennick
f165de2269
Update doc comment and CHANGELOG 2023-05-04 10:25:28 -07:00
Chris Hennick
8bc1530b2d
Bug fix 2023-05-04 10:23:55 -07:00
Chris Hennick
304becbda3
Reformat 2023-05-04 10:21:15 -07:00
Chris Hennick
d5e45f3c20
Add abort_file, and call it when validations fail 2023-05-04 10:20:47 -07:00
Chris Hennick
4837e92d1b
Bug fix: version bump was incomplete 2023-05-02 18:55:37 -07:00
Chris Hennick
08815b9fce
Bump version to 0.7.1 to work around a limitation of cargo publish where sub-patch versions aren't allowed 2023-05-02 18:55:05 -07:00
Chris Hennick
57f8d6b62c
Bump version to 0.7.0.1 so that crates.io will pick up an updated README 2023-05-02 18:54:01 -07:00
github-actions[bot]
3c537ae695
Merge pull request #7 from Pr0methean/dependabot/github_actions/actions/checkout-3
chore(deps): bump actions/checkout from 2 to 3
2023-05-03 01:50:53 +00:00
dependabot[bot]
9bb9600ace
chore(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-03 01:32:12 +00:00
Chris Hennick
1f70c80eb1
Allow Dependabot to update GitHub Actions 2023-05-02 18:31:43 -07:00
Chris Hennick
17f059a1bc
Update README to note this is a fork 2023-05-02 08:57:50 -07:00
Chris Hennick
04654fdbe3
Revert large-file test: impractical 2023-05-01 17:06:37 -07:00
Chris Hennick
2f4acd3900
Formatting tweaks 2023-05-01 16:51:55 -07:00
Chris Hennick
28f045e17e
Bug fix 2023-05-01 16:50:36 -07:00
Chris Hennick
de0cbc039e
Add missing doc 2023-05-01 16:47:07 -07:00
Chris Hennick
78139acfae
Prevent WriteLarge from running with no compression 2023-05-01 16:43:38 -07:00
Chris Hennick
8ba431d89c
Increase write-fuzz timeout 2023-05-01 16:28:42 -07:00
Chris Hennick
8578e64554
Increase memory limit for write fuzz 2023-05-01 16:18:35 -07:00
Chris Hennick
1006ddb0e9
Bug fix: need to make a copy 2023-05-01 16:10:59 -07:00
Chris Hennick
29237770c9
Prevent sparse-file chunks from repeating zero times 2023-05-01 16:06:42 -07:00
Chris Hennick
69bb01d535
Allow repetition inside non-default chunks of sparse files 2023-05-01 16:05:27 -07:00
Chris Hennick
c18fae1f77
Use sparse files that are mostly the same byte pattern 2023-05-01 16:01:38 -07:00
Chris Hennick
5220222f84
Bug fix 2023-05-01 15:35:36 -07:00
Chris Hennick
e75527ffc7
Bug fix: all timeouts are apparently in seconds 2023-05-01 15:13:44 -07:00
Chris Hennick
bc14c1ef5e
Set a minimum size for non-repeating chunks 2023-05-01 15:08:20 -07:00
Chris Hennick
09d1ef2e3b
Make large files more compressible 2023-05-01 14:59:04 -07:00
Chris Hennick
a9aaea306e
Make large files more likely 2023-05-01 13:02:52 -07:00
Chris Hennick
6582e13fc4
Make large files more likely 2023-05-01 12:29:25 -07:00
Chris Hennick
a23e3889e2
Strengthen fuzz_write: use longer vectors and multiple writes 2023-05-01 11:56:46 -07:00
Chris Hennick
c3d0fd145b
Bump version to 0.7.0 2023-05-01 11:01:05 -07:00
Chris Hennick
84645edd77
Add write fuzzing to README 2023-05-01 10:56:25 -07:00
Chris Hennick
00101013f3
Update CHANGELOG for date/time fix 2023-05-01 10:56:02 -07:00
Chris Hennick
a1c7689d06
Reduce fuzz_write to 1 million iterations 2023-05-01 10:42:30 -07:00
Chris Hennick
9cc6060eb9
Add is_writing_file and update doc 2023-05-01 10:41:24 -07:00
Chris Hennick
6ad6f06340
Fix formatting 2023-05-01 10:37:43 -07:00
Chris Hennick
c969cd644a
Bug fix: treat Unsupported as not deprecated in fuzzing config 2023-05-01 10:26:24 -07:00
Chris Hennick
ffd1083ff4
Bug fix: remove failed file from files_by_name after writing a large file without large-file option 2023-05-01 10:23:18 -07:00
Chris Hennick
188433e7e9
Bug fix for deprecation suppression 2023-05-01 10:18:03 -07:00
Chris Hennick
1543b64f30
Fix a deprecation warning 2023-05-01 10:15:19 -07:00
Chris Hennick
ae6d98dec2
Fix formatting and a Clippy issue 2023-05-01 10:13:53 -07:00
Chris Hennick
43a9db8886
Fix bugs where calling start_file with incorrect parameters would close the ZipWriter 2023-05-01 10:11:07 -07:00
Chris Hennick
df489189b1
Merge branch 'master' into write_fuzz 2023-04-29 21:27:43 -07:00
Chris Hennick
c284de1a2c
Bump version to 0.6.13 and update CHANGELOG 2023-04-29 21:26:34 -07:00
Chris Hennick
8c7192a750
Run CI on push to any branch 2023-04-29 21:25:01 -07:00