aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add more testsigorechek062024-08-103-9/+30
|
* Unify zip errorsigorechek062024-08-101-1/+1
|
* Replace Vec with Iteratorigorechek062024-08-101-7/+7
|
* Add AES encryptionIgor Tolmachev2024-07-213-5/+62
|
* Add tests and fix bugsIgor Tolmachev2024-07-163-6/+25
|
* Optimize encryptionIgor Tolmachev2024-07-162-8/+32
| | | | | | - Add archive for testing encryption of compressed files - Implement incorrect password check - Use custom crc32 function
* Add traditional PKWARE decryption.Igor Tolmachev2024-07-162-0/+11
| | | | | | - Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function
* Tests fixIgor Tolmachev2024-07-141-2/+2
|
* Add file indexationIgor Tolmachev2024-07-141-9/+3
|
* Add zstd compression and fix bugsIgor Tolmachev2024-07-122-1/+1
|
* Fix lzma decompressionIgor Tolmachev2024-07-051-2/+8
|
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-023-12/+22
|
* Add `Clone` derive and edit trait typesIgor Tolmachev2024-06-301-2/+2
|
* Create file driver and implement file readerIgor Tolmachev2024-06-292-1/+32
|
* Implement file getter in archiveIgor Tolmachev2024-06-272-0/+16
|
* Implement deserializeIgor Tolmachev2024-06-231-19/+0
| | | | Remove bincode crate and replace it by own written serializer
* Implement serializeIgor Tolmachev2024-06-231-1/+1
|
* Add simple zip readerIgor Tolmachev2024-06-231-0/+19