Commit graph

1025 commits

Author SHA1 Message Date
Chris Hennick
e30f57f344
Fix up merge of https://github.com/Pr0methean/zip-next/pull/8 2023-05-27 17:28:30 -07:00
Chris Hennick
fd081c9f8c
Bug fix for fuzzing with deflate-zopfli disabled 2023-05-27 17:06:37 -07:00
Chris Hennick
d2e2b54625
Reformat 2023-05-27 17:05:49 -07:00
Chris Hennick
f46a0055ad
Bug fixes and refactors for Arbitrary impl 2023-05-27 17:04:27 -07:00
Chris Hennick
3414e0d6fb
Bug fix 2023-05-27 16:59:07 -07:00
Chris Hennick
744068b117
Reformat 2023-05-27 16:56:23 -07:00
Chris Hennick
7e6472c761
Refactor: fuzz with a compression level that matches the method or is just past the edge 2023-05-27 16:55:21 -07:00
Chris Hennick
543f469277
Refactor: zopfli_buffer_size doesn't matter when not using Zopfli 2023-05-27 16:47:44 -07:00
Chris Hennick
ed922b060a
Reformat 2023-05-27 15:45:17 -07:00
Chris Hennick
130ca38cf6
Implement adjustable buffer size for Zopfli 2023-05-27 15:44:43 -07:00
Chris Hennick
8f49b0bb58
Fix Clippy warning and formatting 2023-05-27 14:47:36 -07:00
Chris Hennick
8804a46cab
Fix unnecessary path qualification 2023-05-27 14:45:01 -07:00
Chris Hennick
b3988b2aec
Refactor: short-circuit empty writes 2023-05-27 14:42:23 -07:00
Chris Hennick
72a2f73496
Adjust timeout and job count for fuzz_write 2023-05-27 14:18:01 -07:00
Chris Hennick
291212a99c
Bump version to 0.9.1 2023-05-27 14:07:14 -07:00
Chris Hennick
3161de632e
Rewrite with new functional-update syntax 2023-05-27 14:06:33 -07:00
Chris Hennick
87291bc429
Add Zopfli 2023-05-27 14:02:14 -07:00
Chris Hennick
255cfaf261
Add flush_on_finish_file parameter 2023-05-26 17:22:53 -07:00
github-actions[bot]
42628d6395
Merge pull request #11 from Pr0methean/dependabot/github_actions/dependabot/fetch-metadata-1.5.1
Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1
2023-05-24 15:15:03 +00:00
dependabot[bot]
877be55689
Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 11:14:18 +00:00
github-actions[bot]
c791255f16
Merge pull request #10 from Pr0methean/dependabot/github_actions/dependabot/fetch-metadata-1.5.0
Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0
2023-05-23 15:09:39 +00:00
dependabot[bot]
829f7935cb
Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 11:07:01 +00:00
Chris Hennick
dae16c431f
Bump version to 0.8.3 2023-05-21 17:58:20 -07:00
Chris Hennick
235d2da745
Include comments in fuzz_write 2023-05-21 15:34:22 -07:00
Chris Hennick
bef9fce30a
Bug fix: create a valid archive even when last file was aborted with content 2023-05-21 15:24:00 -07:00
Chris Hennick
2c897b52b1
Update CHANGELOG 2023-05-21 12:18:35 -07:00
Chris Hennick
468ed36f1b
Reformat 2023-05-21 12:17:20 -07:00
Chris Hennick
710695219f
Bug fix: disable file encryption in abort_file 2023-05-21 12:16:48 -07:00
Chris Hennick
4e3ecb9252
Bug fix 2023-05-21 11:48:12 -07:00
Chris Hennick
d8f4d1aaa4
Bug fix: fuzz_write tried to copy aborted files 2023-05-21 11:45:59 -07:00
Chris Hennick
46333b2d61
Fix Clippy warning: rev().next() -> next_back() 2023-05-21 11:39:22 -07:00
Chris Hennick
a86a1f99a3
Bug fix for fuzz_write.rs 2023-05-21 11:37:59 -07:00
Chris Hennick
fa045ad4c5
Bug fix for abort_file when deleting an entry that isn't the last 2023-05-21 11:26:33 -07:00
Chris Hennick
4753b6ecb9
Remove unused import 2023-05-16 20:40:57 -07:00
Chris Hennick
b37dac5d79
Update documentation link in README 2023-05-16 18:51:13 -07:00
Chris Hennick
1e4d04552e
Merge changes to aes_ctr 2023-05-16 09:21:41 -07:00
Chris Hennick
fc5c0ccd7d
Revert "Reclassify arbitrary as a dev dependency"
This reverts commit 9ff418e373.
2023-05-16 09:14:50 -07:00
Chris Hennick
9ff418e373
Reclassify arbitrary as a dev dependency 2023-05-16 08:55:14 -07:00
Marli Frost
21a20584bc publish 0.6.6 with aes 0.8 2023-05-16 07:40:54 +01:00
Plecra
4b8f99c238
Merge pull request #354 from zip-rs/aes-bump
update aes to 0.8
2023-05-16 07:38:26 +01:00
Chris Hennick
5d16fa250c
Revert "Wrap extra-data field in an Option, to save Arc overhead when empty"
This reverts commit 1df9186527.
2023-05-15 21:25:34 -07:00
Chris Hennick
1df9186527
Wrap extra-data field in an Option, to save Arc overhead when empty 2023-05-15 20:23:46 -07:00
Chris Hennick
7370d63f2d
Bump version to 0.8.2 2023-05-14 19:03:59 -07:00
Chris Hennick
b6514e5c78
Bug fix 2023-05-14 18:57:57 -07:00
Chris Hennick
e3b0da188b
Revert "Refactor: add subdirectory-after-writing-parent option"
This reverts commit c31d85930b.
2023-05-14 18:55:12 -07:00
Chris Hennick
70cf9514bb
Revert "Bug fix"
This reverts commit 7bb1d9d190.
2023-05-14 18:55:11 -07:00
Chris Hennick
7bb1d9d190
Bug fix 2023-05-14 18:43:19 -07:00
Chris Hennick
c31d85930b
Refactor: add subdirectory-after-writing-parent option 2023-05-14 18:41:49 -07:00
Chris Hennick
51ce58751e
Bug fix 2023-05-14 18:36:31 -07:00
Chris Hennick
8680df6f1f
Bug fix 2023-05-14 18:33:29 -07:00