aboutsummaryrefslogtreecommitdiff
path: root/src/zip/file
Commit message (Collapse)AuthorAgeFilesLines
* Add struct size constantsdevelopmentTolmachev Igor2024-09-021-2/+2
|
* Unify zip errorsigorechek062024-08-102-8/+10
|
* Add AES encryptionIgor Tolmachev2024-07-211-26/+45
|
* Partial aes implementation and others improvementsIgor Tolmachev2024-07-202-35/+107
|
* Optimize encryptionIgor Tolmachev2024-07-163-59/+51
| | | | | | - Add archive for testing encryption of compressed files - Implement incorrect password check - Use custom crc32 function
* Add traditional PKWARE decryption.Igor Tolmachev2024-07-163-65/+143
| | | | | | - Compression and encryption may not work together - Password check is not yet implemented - Unoptimized crc32 function
* Fix dead_code warningIgor Tolmachev2024-07-151-14/+2
|
* Add zstd compression and fix bugsIgor Tolmachev2024-07-123-62/+55
|
* Add is_dir methodIgor Tolmachev2024-07-101-0/+4
|
* Add mtime, atime, ctimeIgor Tolmachev2024-07-102-15/+14
|
* Small visual improvementsIgor Tolmachev2024-07-051-1/+1
|
* Fix lzma decompressionIgor Tolmachev2024-07-053-15/+39
|
* Add compression support (lzma and xz are broken)Igor Tolmachev2024-07-024-0/+323