Commit graph

100 commits

Author SHA1 Message Date
Shun Sakai
3f6768ec5a
docs: Update list of supported features (#230) 2024-08-05 17:15:45 +00:00
Danny McClanahan
a7c1230dfa
publicly export and document the zip64 threshold constants (#79)
- add doctest for ZIP64_BYTES_THR
2024-07-20 01:52:06 +00:00
Chris Hennick
1d551ff23c
Merge branch 'master' into oldpr369
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-07-06 12:19:59 -07:00
LoveSy
421e1dd8fb
feat: support XZ decompression 2024-06-22 11:12:53 +08:00
Shun Sakai
62788e213b
docs: Add package.metadata.docs.rs
This is to enable `doc_auto_cfg` feature with Docs.rs.
2024-05-18 09:42:23 +09:00
Johannes Löthberg
d096e4dbf1
Add support for writing AES-encrypted files
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-05-06 16:37:05 +02:00
Chris Hennick
a8ec016b51
style: cargo fmt --all 2024-05-05 18:43:40 -07:00
Chris Hennick
b3f9170f23
chore: Add #![allow(unexpected_cfgs)] in nightly 2024-05-05 18:42:49 -07:00
Chris Hennick
614879506c
chore: Fix merge 2024-05-05 17:53:18 -07:00
Chris Hennick
40b0af9494
Merge branch 'master' into oldpr369
Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com>
2024-05-03 15:49:33 -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
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
Chris Hennick
56e3ced867
Merge remote-tracking branch 'decentriq/master' into oldpr369
# Conflicts:
#	src/read.rs
#	src/write.rs
2024-05-01 15:23:10 -07:00
Chris Hennick
c9cb506bc9
Update docs, remove some deprecated methods, and substitute crate version into docstring 2024-04-22 17:23:44 -07:00
Chris Hennick
16b66841b3
Add contains_file_named 2024-04-20 11:58:18 -07:00
Chris Hennick
174825229c
Change crate name to "zip" per https://github.com/zip-rs/zip/issues/446#issuecomment-2063837388 2024-04-19 18:50:27 -07:00
Chris Hennick
72fde539cd Bump version number to 1.1 due to MSRV bump 2024-04-14 08:03:06 -07:00
Chris Hennick
b7fe3f6e4f Add tests and update fuzzing dictionary/corpus for LZMA 2024-04-11 13:14:34 -07:00
Chris Hennick
9d3f307a42 Bump version to 1.0.1 2024-04-09 13:00:23 -07:00
Chris Hennick
3c35357b2e Bump version to 1.0.0 2024-04-08 10:53:47 -07:00
Chris Hennick
8d3b72ab60 Update version number in doc comment 2024-03-13 13:34:30 -07:00
Chris Hennick
9324b28e71 Enable DEFLATE64 by default and bump version to 0.10.4 2024-02-28 16:49:30 -08: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
e596efd5e0
Update version number in doc comment 2023-05-30 10:28:09 -07:00
Chris Hennick
1e4d04552e
Merge changes to aes_ctr 2023-05-16 09:21:41 -07:00
Marli Frost
21a20584bc publish 0.6.6 with aes 0.8 2023-05-16 07:40:54 +01:00
exfalso
f24c6c7ea5 Add by_name_seek() for Stored zips 2023-05-10 17:14:32 +02:00
Chris Hennick
67bfe53d65
Merge upstream version 0.6.5 2023-05-08 18:54:10 -07:00
Marli Frost
80b8d1eced publish 0.6.5 2023-05-06 15:50:59 +01:00
Chris Hennick
85689cd2e6
Remove unused #![feature(read_buf)] 2023-04-23 15:05:53 -07:00
Chris Hennick
cde5d5ed11
Implement shallow copy from within the file being written 2023-04-23 14:33:10 -07:00
Marli Frost
d06d4b295f refactor: move the new ZipStreamReader API to the unstable module 2023-02-01 17:55:07 +00:00
Alexander Zaitsev
ca60821c0a merge: Merge branch 'master' into explainer 2022-03-08 18:13:34 +03:00
Jack Fletcher
acc6e9dc53 Merge branch 'master' into feature/supported-methods 2022-01-30 21:14:15 +00:00
Jack Fletcher
083d95bcd1 Update SUPPORTED_METHODS const name 2022-01-30 20:37:46 +00:00
Jack Fletcher
31c5fe8169 Add SUPPORTED_METHODS constant 2022-01-24 20:05:54 +00:00
Marli Frost
b080731c55 chore: rustfmt 2022-01-23 21:53:42 +00:00
Marli Frost
ae941ad256 doc: improve landing page
Explain more of what ZIP is intended for, and begin to explain
what the crate can be used for.
2022-01-23 21:46:17 +00:00
Lireer
354993d906 feature gate aes decryption 2021-08-05 21:06:47 +02:00
Lireer
852ab625fb initial aes reader 2021-08-04 19:02:22 +02:00
Marc Brinkmann
a265ba7fa5 Create initial aes_ctr module 2021-08-02 19:42:49 +02:00
Marli Frost
1be80f12de
docs: add reference to GitHub issue 2020-08-25 22:01:12 +01:00
Marli Frost
33cd959b11
docs: elaborate on purpose of crate 2020-08-19 13:33:37 +01:00
Benjamin Richner
493afdbee1 run cargo fmt 2020-06-21 17:47:08 +02:00
Benjamin Richner
bd3ed222ac Merge improvements from master 2020-06-21 17:43:40 +02:00
Ryan Levick
ebb07348ee Run cargo fmt 2020-06-15 10:44:39 +02:00