aboutsummaryrefslogtreecommitdiff
path: root/src/zip/file/read.rs
Commit message (Expand)AuthorAgeFilesLines
* Add struct size constantsdevelopmentTolmachev Igor2024-09-021-2/+2
* Unify zip errorsigorechek062024-08-101-6/+8
* Add AES encryptionIgor Tolmachev2024-07-211-26/+45
* Partial aes implementation and others improvementsIgor Tolmachev2024-07-201-12/+87
* Optimize encryptionIgor Tolmachev2024-07-161-48/+40
* Add traditional PKWARE decryption.Igor Tolmachev2024-07-161-51/+108
* 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