aboutsummaryrefslogtreecommitdiff
path: root/tests/zip.rs
Commit message (Expand)AuthorAgeFilesLines
* Add AES encryptionIgor Tolmachev2024-07-211-5/+62
* Add tests and fix bugsIgor Tolmachev2024-07-161-6/+25
* Optimize encryptionIgor Tolmachev2024-07-161-8/+32
* Add traditional PKWARE decryption.Igor Tolmachev2024-07-161-0/+11
* Tests fixIgor Tolmachev2024-07-141-2/+2
* Add file indexationIgor Tolmachev2024-07-141-9/+3
* Add zstd compression and fix bugsIgor Tolmachev2024-07-121-1/+1
* Fix lzma decompressionIgor Tolmachev2024-07-051-2/+8
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-021-12/+22
* Add `Clone` derive and edit trait typesIgor Tolmachev2024-06-301-2/+2
* Create file driver and implement file readerIgor Tolmachev2024-06-291-1/+32
* Implement file getter in archiveIgor Tolmachev2024-06-271-0/+16