aboutsummaryrefslogtreecommitdiff
path: root/src/zip/error.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add traditional PKWARE decryption.Igor Tolmachev2024-07-161-4/+16
| | | | | | - Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function
* Add support of cp437 encodingIgor Tolmachev2024-07-141-2/+0
|
* Add zstd compression and fix bugsIgor Tolmachev2024-07-121-2/+0
|
* Fix lzma decompressionIgor Tolmachev2024-07-051-2/+2
|
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-021-0/+2
|
* Add `Clone` derive and edit trait typesIgor Tolmachev2024-06-301-0/+2
|
* Create file driver and implement file readerIgor Tolmachev2024-06-291-0/+8
|
* Improve ZipFileIgor Tolmachev2024-06-231-19/+17
|
* Implement serializeIgor Tolmachev2024-06-231-4/+4
|
* Add simple zip readerIgor Tolmachev2024-06-231-0/+58