Chris Hennick
eb4777c129
fix: Make Stored
the default compression method if Deflated
isn't available, so that zip files are readable by as much software as possible
2024-05-06 13:00:43 -07:00
Chris Hennick
e48d4ef1d1
revert: refactor!: remove deflate-miniz
feature since it's now equivalent to deflate
( #35 )"
...
Reverts: 16633213
2024-04-28 10:43:52 -07:00
Chris Hennick
1663321323
refactor!: remove deflate-miniz
feature since it's now equivalent to deflate
( #35 )
2024-04-24 00:21:04 -07:00
Chris Hennick
7f8311efea
Add support for decompressing LZMA
2024-04-11 13:03:57 -07:00
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
3cb826fe8b
Make functions const
where possible
2023-06-07 22:15:06 -07:00
Chris Hennick
2407ef95c6
Fixes and refactors for no-features build
2023-05-30 18:17:59 -07:00
Chris Hennick
9ec0ddc5ca
Add zlib-ng
2023-05-30 09:18:26 -07:00
Chris Hennick
87291bc429
Add Zopfli
2023-05-27 14:02:14 -07:00
Chris Hennick
6ad6f06340
Fix formatting
2023-05-01 10:37:43 -07:00
Chris Hennick
c969cd644a
Bug fix: treat Unsupported as not deprecated in fuzzing config
2023-05-01 10:26:24 -07:00
Chris Hennick
188433e7e9
Bug fix for deprecation suppression
2023-05-01 10:18:03 -07:00
Chris Hennick
1543b64f30
Fix a deprecation warning
2023-05-01 10:15:19 -07:00
Chris Hennick
90b89b5460
WIP: Write fuzzing
2023-04-29 21:19:31 -07:00
Kyle Bloom
03f5009c34
fix: Clippy uninlined format args
2023-01-31 17:29:34 +00:00
Alexander Zaitsev
c7b599c1fe
fix: release preparation
...
- mark CompressionMethod enum as non-exhaustive
- add again Aes to enum
Tested:
- Local unit-tests run
2022-02-17 21:42:56 +03:00
Alexander Zaitsev
9f5e46f63b
Merge pull request #274 from 49nord/fix-273
...
remove `CompressionMethod::Aes` enum variant
2022-02-07 13:52:01 +03:00
Lireer
aa6adcb1c0
remove CompressionMethod::Aes
enum variant
2022-01-30 22:40:31 +01:00
Jack Fletcher
acc6e9dc53
Merge branch 'master' into feature/supported-methods
2022-01-30 21:14:15 +00:00
Jack Fletcher
b444664d71
Apply formatter fixes
2022-01-30 20:39:43 +00:00
Jack Fletcher
083d95bcd1
Update SUPPORTED_METHODS const name
2022-01-30 20:37:46 +00:00
Lireer
49f7501c5f
add and use AES associated constant
2022-01-30 15:10:07 +01:00
Lireer
3a71893711
run cargo fmt
2022-01-25 20:57:27 +01:00
Lireer
d7f0a182b6
Merge remote-tracking branch 'zip-rs/zip/master'
2022-01-25 17:48:45 +01:00
Jack Fletcher
31c5fe8169
Add SUPPORTED_METHODS constant
2022-01-24 20:05:54 +00:00
Jack Fletcher
772ab59471
Merge branch 'master' into feature/end-to-end-tests-only
2022-01-24 18:31:14 +00:00
Alexander Zaitsev
63e714f622
Merge branch 'master' into feature/add_zstd_compression
2022-01-23 19:17:26 +03:00
Alexander Zaitsev
e636399935
fix: fix all Clippy warnings
...
- some warnings are muted since fixing them right now can be a breaking
API change
- fix Clippy warns in the src, examples and tests
Tested:
- Local test run
2022-01-23 18:54:43 +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
Steve Myers
0ee34bd105
Bump MSRV to 1.52.0 and fix cargo fmt and doc
2021-10-25 10:31:46 -07:00
Lireer
75e8f6bab5
use less feature gates if no further dependencies are needed
2021-08-06 12:38:04 +02:00
Lireer
852ab625fb
initial aes reader
2021-08-04 19:02:22 +02:00
Jack Fletcher
e43ac72f7d
Add supported_methods() to CompressionMethod enum
2021-06-07 00:45:06 +01:00
Jack Fletcher
6ea3d553bf
Added zstd method, compiling & tests running
2021-05-18 03:26:14 +01:00
Marli Frost
ac4f5b3ef5
fix: remove enum aliases
...
this feature is unstable on 1.34.0
2020-11-15 14:47:02 +00:00
Marli Frost
b20ada4427
feat: provide constants for compression methods
2020-11-15 14:38:51 +00:00
Marli Frost
f508aac0cd
docs: elaborate on usage of CompressionMethod
2020-08-19 12:20:43 +01:00
Plecra
e123567862
Merge branch 'master' into any-flate2-backend
2020-06-23 16:51:15 +01:00
Marli Frost
2f0e14574e
refactor: make crate 1.34.0 compatible
2020-06-23 16:21:10 +01:00
Marli Frost
e8f576e179
chore: allow internal use of deprecated items
2020-06-17 18:20:40 +01:00
Marli Frost
548db12b07
docs: deprecate unnecessary API
2020-06-17 17:36:34 +01:00
Piotr Maks
d1bdd552e9
Enable deflated compression method for any flate2 backend
...
Allow using other than default flate2 backend for deflated compression
method. The motivation for this change was to allow using different
backends in dependent crates.
2020-06-17 07:23:32 +02:00
Ryan Levick
ebb07348ee
Run cargo fmt
2020-06-15 10:44:39 +02:00
Lachezar Lechev
29517e9a6b
run cargo fix --edition-idioms
and manually fix other things
2019-11-11 09:20:31 +02:00
Mathijs van de Nes
57c8444d8e
Simplify test code of compression
2019-04-06 17:58:12 +02:00
Mackenzie Clark
c05b6c2317
add libflate feature
2018-11-04 10:12:21 -08:00
Alexander Bulaev
fee626ba59
Control backend choice of flate2
2018-05-19 20:03:23 +03:00
jhwgh1968
7c2d4e2901
Named the deflate algorithm feature gate "deflate"
2018-01-07 13:39:42 -06:00
jhwgh1968
19274b497a
Made deflate compression into separate feature
2018-01-07 00:47:11 -06:00