Commit graph

89 commits

Author SHA1 Message Date
anatawa12
4812d77e5b
Merge remote-tracking branch 'zip-next/master' into deflate64-next 2023-10-13 19:58:44 +09:00
anatawa12
065058d30d
feat: support deflate64 compression with deflate64 crate 2023-08-04 21:52:08 +09:00
Chris Hennick
8b6baf9fdd
Bump version to 0.10.3 2023-06-17 17:58:56 -07:00
Chris Hennick
56718b3344
Bump version to 0.10.2 and update CHANGELOG 2023-06-07 22:26:49 -07:00
Chris Hennick
52db1d03a6
Bump version to 0.10.1 2023-06-01 21:48:25 -07:00
Chris Hennick
2407ef95c6
Fixes and refactors for no-features build 2023-05-30 18:17:59 -07:00
Chris Hennick
630ca3fa0f
Bug fixes for chrono integration 2023-05-30 10:06:36 -07:00
Chris Hennick
b47d6419b8
Add chrono integration 2023-05-30 09:48:39 -07:00
Chris Hennick
9ec0ddc5ca
Add zlib-ng 2023-05-30 09:18:26 -07:00
Chris Hennick
291212a99c
Bump version to 0.9.1 2023-05-27 14:07:14 -07:00
Chris Hennick
255cfaf261
Add flush_on_finish_file parameter 2023-05-26 17:22:53 -07:00
Chris Hennick
dae16c431f
Bump version to 0.8.3 2023-05-21 17:58:20 -07:00
Chris Hennick
b37dac5d79
Update documentation link in README 2023-05-16 18:51:13 -07:00
Marli Frost
21a20584bc publish 0.6.6 with aes 0.8 2023-05-16 07:40:54 +01:00
Chris Hennick
7370d63f2d
Bump version to 0.8.2 2023-05-14 19:03:59 -07:00
Chris Hennick
d03ac6a75b
Bump version to 0.8.1 2023-05-14 12:05:23 -07:00
Chris Hennick
651a87f881
Update CHANGELOG and bump version 2023-05-14 09:47:25 -07:00
Chris Hennick
24752c2822
Bump version to 0.7.5 2023-05-12 12:43:24 -07:00
Chris Hennick
3f8e7ec12c
Bump version to 0.7.4 2023-05-10 13:06:55 -07:00
Marli Frost
80b8d1eced publish 0.6.5 2023-05-06 15:50:59 +01:00
Chris Hennick
88f4788758
Bump version to 0.7.3 2023-05-05 11:38:56 -07:00
Chris Hennick
2f87bd6cfc
Bump version to 0.7.2 2023-05-04 15:03:25 -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
Chris Hennick
17f059a1bc
Update README to note this is a fork 2023-05-02 08:57:50 -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
c284de1a2c
Bump version to 0.6.13 and update CHANGELOG 2023-04-29 21:26:34 -07:00
Chris Hennick
ccd591ab14
Update CHANGELOG and bump version to 0.6.12 2023-04-29 20:46:16 -07:00
Chris Hennick
4ae76f6e07
Bump version to 0.6.11 and update CHANGELOG 2023-04-29 20:39:11 -07:00
Chris Hennick
b52464cf25
Bump version to 0.6.10 2023-04-29 17:00:30 -07:00
Chris Hennick
23a1b3d9f7
Bump version to 0.6.9 2023-04-29 16:45:41 -07:00
Chris Hennick
81de6887cc
Bump version to 0.6.8 2023-04-29 15:44:22 -07:00
Chris Hennick
de16a07a1b
Fix build-status badge link 2023-04-25 14:42:40 -07:00
Chris Hennick
6b5d058691
Bump version to 0.6.7 2023-04-24 11:05:54 -07:00
Chris Hennick
5f9567e313
Bump version to 0.6.6 2023-04-23 16:08:45 -07:00
Chris Hennick
5e5f5ebe54
Bump minimum version to 1.66.0 2023-04-23 14:54:44 -07:00
Chris Hennick
d1740afc4e
Update links and Cargo instructions in README 2023-04-23 14:43:17 -07:00
Chris Hennick
cde5d5ed11
Implement shallow copy from within the file being written 2023-04-23 14:33:10 -07:00
Marli Frost
e4503a312a docs: remove maintenance warning from the README. (im baaack) 2023-02-01 14:15:02 +00:00
Marli Frost
f7dcc666b7 release: 0.6.4 2023-02-01 14:10:33 +00:00
Alexander Zaitsev
1774bb872b
doc: update README
- bump MSRV
2022-10-13 13:03:08 +03:00
Alexander Zaitsev
ecbd2ce5c2 feat(release): prepare to 0.6.3 release
- update library version
- update README

Tested:
- No
2022-10-13 11:53:17 +02:00
Dirk Stolle
e78a51bdd5 bump MSRV to 1.57 2022-05-01 00:48:56 +02:00
Nick Babcock
b7966a8538 Add read fuzzing module
As someone who has personal projects that take untrusted zips as input,
it is important to me to be able to fuzz the zip project to simulate
possible inputs and to ensure the projects are not vulnerable.

This commit adds a cargo fuzz module for reading and extracting input.

The `fuzz` directory was scaffolded with a `cargo fuzz init`

I added a CI step to guard against the fuzz module decaying over time.
2022-04-25 20:08:53 -05:00
Alexander Zaitsev
635f6b9b72
feat: prepare 0.6.2 release
- update the version number in Cargo
- update the README file

Tested:
- No
2022-04-02 17:34:07 +03:00
Alexander Zaitsev
23771411dc
feat: prepare 0.6.1 release
- update the version number in Cargo
- update the README file

Tested:
- No
2022-04-01 00:43:51 +03:00
Marli Frost
2be9ae871f release: 0.6 2022-03-20 20:51:16 +00:00
Lireer
d7f0a182b6 Merge remote-tracking branch 'zip-rs/zip/master' 2022-01-25 17:48:45 +01:00
Alexander Zaitsev
f6074882af fix: change Discord badge
- change Discord badge since the previous one was wrong
2022-01-24 20:08:21 +03:00