aboutsummaryrefslogtreecommitdiff
path: root/src/zip/file/read.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add traditional PKWARE decryption.Igor Tolmachev2024-07-161-51/+108
| | | | | | - Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function
* Add zstd compression and fix bugsIgor Tolmachev2024-07-121-57/+49
|
* Add mtime, atime, ctimeIgor Tolmachev2024-07-101-12/+5
|
* Small visual improvementsIgor Tolmachev2024-07-051-1/+1
|
* Fix lzma decompressionIgor Tolmachev2024-07-051-9/+33
|
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-021-0/+125