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
Alexander Zaitsev
e678b6add1
doc: add Discord link
...
- add link to the Discord chat
2022-01-24 19:49:42 +03:00
Alexander Zaitsev
0b82d905b3
feat: add Zstandard compression
...
- add dependency on zstd crate
- add zstd feature to Cargo.toml
- update README
- update example with Zstd
- add Zstd support to the library
Notes:
- This work is mainly based on this original PR: https://github.com/zip-rs/zip/pull/240
Tested:
- During the development of the original PR
2022-01-23 14:49:48 +03:00
Alexander Zaitsev
2f1630e2b2
feat: bump MSRV
...
- update MSRV to 1.54 according to the policy. Seems like it needed for
building dependencies properly
- update CI
Tested:
- No
2022-01-22 15:25:35 +03:00
Lireer
46f65d4d49
add aes-crypto feature to default and update README
2021-08-06 12:42:35 +02:00
Lireer
12260f5623
disable crc32 checks when handling aes encrypted data
2021-08-04 19:56:14 +02:00
Marli Frost
7edf2489d5
release 0.5.13
2021-06-04 19:41:03 +01:00
Marli Frost
88e6f87884
chore: release 0.5.12
2021-04-16 16:59:20 +01:00
Marli Frost
f02ad80c70
docs: update links to documentation
2021-02-14 12:37:29 +00:00
Plecra
b3c32794cd
Merge pull request #207 from ZaMaZaN4iK/master
...
Fix typo in README
2020-11-15 18:13:43 +00:00
Marli Frost
b9f2d9419a
docs: add github actions to readme
2020-11-10 17:36:42 +00:00
Alexander Zaitsev
219bb9b67c
Fix typo in README
...
Just a very-very-very-very small fix in README :)
2020-10-30 19:11:00 +03:00
Marli Frost
6e652446dd
feat: define the crate's MSRV
2020-06-23 15:48:50 +01:00
Ryan Levick
82f5e2fbbe
Remove status warning in README
2020-06-15 11:12:53 +02:00
Mathijs van de Nes
6fbcc33d82
Update README
...
Post a notice that this project will no longer be actively maintained.
2019-11-08 16:58:11 +01:00
Mathijs van de Nes
df9bf606b2
No longer pursue 1.20.0 compatibiliy
...
Dependencies break this outside of our control, this goal is not
attainable in the long run.
2018-12-06 19:51:51 +01:00
Mathijs van de Nes
3d61d9cd8a
Publish version 0.5.0
...
Changes include:
* Switched to a different deflate (de)compressor
* New DateTime api, removing default dependencies on time and msdos_time
2018-11-17 12:10:31 +01:00
Mathijs van de Nes
3e532d8ef3
Update readme and bump version
2018-06-22 15:28:18 +02:00
Mathijs van de Nes
9b0a6930d4
Update example and bump version to 0.4.1
2018-06-20 22:19:03 +02:00
Mathijs van de Nes
f502a7acf3
Update README for new version
2018-05-27 10:36:30 +02:00
Alexander Bulaev
fee626ba59
Control backend choice of flate2
2018-05-19 20:03:23 +03:00
Songbird0
44ec82e746
Fix walkdir
broken link.
...
You used a relative path to reference `walkdir` repository, but github starts at your repository URL.
- Old broken link: `https://github.com/mvdnes/zip-rs/blob/master/BurntSushi/walkdir `;
- New link: `https://github.com/BurntSushi/walkdir `.
2018-02-28 20:24:48 +01:00
Mathijs van de Nes
34b7502a7d
Bump version and update README
2018-02-17 20:11:59 +01:00
Giles Cope
da68a33c80
Updated readme to indicate existence of examples dir. Generalised zip dir example so people could use it also to write to an memory buffer rather than a file. Ideally I'd have the zip dir functionaility in the crate but I can see the need to minimise dependencies.
2018-01-27 06:21:57 +00:00
Mathijs van de Nes
6a31154681
Update README and bump version
2018-01-09 17:59:53 +01:00
Peter Williams
4a297c32a8
Implement support for reading ZIP64 central-directory-end records
...
This provides only very basic ZIP64 support, but it allows us to properly read
archives with more than 65535 files, so long as none of the individual files
need ZIP64 support to be read.
2017-08-12 14:42:32 -04:00
Mathijs van de Nes
089f7a89e7
Update the README
2016-10-30 09:24:15 +01:00
Arthur Ice
f3bb95f773
Update README.md
...
spelling fix
2016-01-19 10:47:55 -08:00
Mathijs van de Nes
55396243d7
Bump version and add Cargo.toml to README
2015-10-05 22:07:36 +02:00
Mathijs van de Nes
2e529f4e61
Update README
2015-10-05 19:34:37 +02:00
Mathijs van de Nes
effa440906
Use Appveyor for CI on Windows
2015-07-10 16:49:18 +02:00
Mathijs van de Nes
18cb943090
Remove shippable badge
2015-06-28 11:32:22 +02:00
Mathijs van de Nes
34970060ce
Setup Shippable
2015-04-29 08:11:02 +02:00
Mathijs van de Nes
bb4d34f932
Update README with merit badge
2015-04-17 08:46:16 +02:00
Mathijs van de Nes
076f74e8e3
Update to new Doc upload
2015-04-10 11:40:22 +02:00
Mathijs van de Nes
db6c24aa72
Use master branch travis badge
2015-02-25 12:23:41 +01:00
Mathijs van de Nes
ee6e830203
Add bzip2 support
2014-11-21 22:56:08 +01:00
Mathijs van de Nes
61749ebf8e
Switch to github pages for documentation
2014-10-14 10:59:30 +02:00
Mathijs van de Nes
dffab20885
Typo
2014-09-11 12:02:13 +02:00