aboutsummaryrefslogtreecommitdiff
path: root/src/zip/file/info.rs
Commit message (Expand)AuthorAgeFilesLines
* Partial aes implementation and others improvementsIgor Tolmachev2024-07-201-23/+20
* Optimize encryptionIgor Tolmachev2024-07-161-6/+10
* Add traditional PKWARE decryption.Igor Tolmachev2024-07-161-13/+34
* Add zstd compression and fix bugsIgor Tolmachev2024-07-121-3/+4
* Add is_dir methodIgor Tolmachev2024-07-101-0/+4
* Add mtime, atime, ctimeIgor Tolmachev2024-07-101-3/+9
* Fix lzma decompressionIgor Tolmachev2024-07-051-4/+4
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-021-0/+161