| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add struct size constantsdevelopment | Tolmachev Igor | 2024-09-02 | 1 | -5/+7 |
| | | |||||
| * | Add test for InvalidSignature for struct CDR | Tolmachev Igor | 2024-09-01 | 1 | -4/+2 |
| | | |||||
| * | Rewrite Eocdr64Locator search algorithm | Tolmachev Igor | 2024-08-27 | 1 | -33/+37 |
| | | |||||
| * | Add more tests | igorechek06 | 2024-08-10 | 1 | -25/+30 |
| | | |||||
| * | Unify zip errors | igorechek06 | 2024-08-10 | 1 | -8/+8 |
| | | |||||
| * | Add overlap checking | igorechek06 | 2024-08-10 | 1 | -8/+18 |
| | | |||||
| * | Replace Vec with Iterator | igorechek06 | 2024-08-10 | 1 | -17/+24 |
| | | |||||
| * | Partial aes implementation and others improvements | Igor Tolmachev | 2024-07-20 | 1 | -90/+89 |
| | | |||||
| * | Add BufReader for CD records parser | Igor Tolmachev | 2024-07-16 | 1 | -17/+18 |
| | | |||||
| * | Add tests and fix bugs | Igor Tolmachev | 2024-07-16 | 1 | -10/+10 |
| | | |||||
| * | Optimize encryption | Igor Tolmachev | 2024-07-16 | 1 | -10/+15 |
| | | | | | | | - Add archive for testing encryption of compressed files - Implement incorrect password check - Use custom crc32 function | ||||
| * | Add traditional PKWARE decryption. | Igor Tolmachev | 2024-07-16 | 1 | -2/+9 |
| | | | | | | | - Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function | ||||
| * | Add file indexation | Igor Tolmachev | 2024-07-14 | 1 | -27/+39 |
| | | |||||
| * | Add support of cp437 encoding | Igor Tolmachev | 2024-07-14 | 1 | -6/+16 |
| | | |||||
| * | Add zstd compression and fix bugs | Igor Tolmachev | 2024-07-12 | 1 | -5/+4 |
| | | |||||
| * | Add mtime, atime, ctime | Igor Tolmachev | 2024-07-10 | 1 | -48/+98 |
| | | |||||
| * | Small visual improvements | Igor Tolmachev | 2024-07-05 | 1 | -3/+5 |
| | | |||||
| * | Add compression support (lzma and xz are broken) | Igor Tolmachev | 2024-07-02 | 1 | -38/+50 |
| | | |||||
| * | Add `Clone` derive and edit trait types | Igor Tolmachev | 2024-06-30 | 1 | -39/+36 |
| | | |||||
| * | Create file driver and implement file reader | Igor Tolmachev | 2024-06-29 | 1 | -17/+21 |
| | | |||||
| * | Implement file getter in archive | Igor Tolmachev | 2024-06-27 | 1 | -4/+17 |
| | | |||||
| * | Fix string errors | Igor Tolmachev | 2024-06-25 | 1 | -2/+4 |
| | | |||||
| * | Add bit flag logic | Igor Tolmachev | 2024-06-25 | 1 | -1/+2 |
| | | |||||
| * | Improve ZipFile | Igor Tolmachev | 2024-06-23 | 1 | -34/+79 |
| | | |||||
| * | Implement deserialize | Igor Tolmachev | 2024-06-23 | 1 | -28/+27 |
| | | | | | Remove bincode crate and replace it by own written serializer | ||||
| * | Implement serialize | Igor Tolmachev | 2024-06-23 | 1 | -2/+2 |
| | | |||||
| * | Optimize file reading | Igor Tolmachev | 2024-06-23 | 1 | -25/+13 |
| | | |||||
| * | Add simple zip reader | Igor Tolmachev | 2024-06-23 | 1 | -0/+143 |
