<feed xmlns='http://www.w3.org/2005/Atom'>
<title>projects/archivator/src/zip/file, branch development</title>
<subtitle>Universal archive library for all popular formats</subtitle>
<id>http://git.igorek.dev/projects/archivator/atom?h=development</id>
<link rel='self' href='http://git.igorek.dev/projects/archivator/atom?h=development'/>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/'/>
<updated>2024-09-02T17:27:28Z</updated>
<entry>
<title>Add struct size constants</title>
<updated>2024-09-02T17:27:28Z</updated>
<author>
<name>Tolmachev Igor</name>
<email>me@igorek.dev</email>
</author>
<published>2024-09-02T16:54:34Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=28208498429784f8ab9c62a12ddbf79ce8f19e4b'/>
<id>urn:sha1:28208498429784f8ab9c62a12ddbf79ce8f19e4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify zip errors</title>
<updated>2024-08-10T08:58:14Z</updated>
<author>
<name>igorechek06</name>
<email>me@igorek.dev</email>
</author>
<published>2024-08-10T08:58:14Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=1bb400dcb258f135a3f92f6242e728f0475325c1'/>
<id>urn:sha1:1bb400dcb258f135a3f92f6242e728f0475325c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add AES encryption</title>
<updated>2024-07-21T07:59:14Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-21T07:59:14Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=4c411b76cad9cc735687dc739d2e2db5d00e5eac'/>
<id>urn:sha1:4c411b76cad9cc735687dc739d2e2db5d00e5eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Partial aes implementation and others improvements</title>
<updated>2024-07-20T07:52:39Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-20T07:52:39Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=7bcdc3b4ca460aec2b98fb2dca6165788c562b05'/>
<id>urn:sha1:7bcdc3b4ca460aec2b98fb2dca6165788c562b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize encryption</title>
<updated>2024-07-16T08:24:33Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-16T08:24:33Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=cc18a545a87ca616f05114d174690e5cc9614669'/>
<id>urn:sha1:cc18a545a87ca616f05114d174690e5cc9614669</id>
<content type='text'>
- Add archive for testing encryption of compressed files
- Implement incorrect password check
- Use custom crc32 function
</content>
</entry>
<entry>
<title>Add traditional PKWARE decryption.</title>
<updated>2024-07-15T16:59:53Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-15T16:59:53Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=a83767f9fbd51df654901b52bdba7838f6a10bf9'/>
<id>urn:sha1:a83767f9fbd51df654901b52bdba7838f6a10bf9</id>
<content type='text'>
    - Compression and encryption may not work together
    - Password check is not yet implemented
    - Unoptimized crc32 function
</content>
</entry>
<entry>
<title>Fix dead_code warning</title>
<updated>2024-07-15T04:15:24Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-15T04:15:24Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=2fdbec0525bc2a0839ea649106886cb157507a38'/>
<id>urn:sha1:2fdbec0525bc2a0839ea649106886cb157507a38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add zstd compression and fix bugs</title>
<updated>2024-07-12T12:40:08Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-12T12:40:08Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=b77106b526930990f51a306fd70cd00856f481e8'/>
<id>urn:sha1:b77106b526930990f51a306fd70cd00856f481e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add is_dir method</title>
<updated>2024-07-10T06:50:36Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-10T06:50:36Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=eb3dd960e3988f43fb74383505801a0b42a1eeea'/>
<id>urn:sha1:eb3dd960e3988f43fb74383505801a0b42a1eeea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mtime, atime, ctime</title>
<updated>2024-07-10T06:23:51Z</updated>
<author>
<name>Igor Tolmachev</name>
<email>me@igorek.dev</email>
</author>
<published>2024-07-10T06:23:51Z</published>
<link rel='alternate' type='text/html' href='http://git.igorek.dev/projects/archivator/commit/?id=ef91e79e35e9402855f1370c2a570bafdf3a58f1'/>
<id>urn:sha1:ef91e79e35e9402855f1370c2a570bafdf3a58f1</id>
<content type='text'>
</content>
</entry>
</feed>
