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
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
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
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
Benjamin Richner
cf7ff173b3
merge edition 2018 and other improvements from master
2020-05-21 21:58:38 +02:00
Lachezar Lechev
29517e9a6b
run cargo fix --edition-idioms
and manually fix other things
2019-11-11 09:20:31 +02:00
Lachezar Lechev
99dba6b397
run cargo fix --edition
2019-11-11 08:58:59 +02:00
Benjamin Richner
f9f5029fc1
Added ZipCrypto support for stored and deflated files
2019-10-19 18:59:10 +02:00
jonpas
14f77b390a
Use deflate as feature name
2019-06-17 21:36:38 +02:00
jonpas
b171b915f8
Switch to flate2
2019-06-14 15:25:00 +02:00
Mathijs van de Nes
f94d4b7a78
Change date api
...
Remove msdos_time dependency, and introduce simplified DateTime object.
This object does bounds checking to see if dates are representable in
msdos.
2018-11-17 10:26:25 +01:00
Sam Rijs
8ae6d81ab9
use crc32fast crate for checksumming
2018-11-14 00:44:34 +11:00
Mackenzie Clark
c05b6c2317
add libflate feature
2018-11-04 10:12:21 -08:00