Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-23 | LibArchive: Implement ZipOutputStream for zip archive creation | Idan Horowitz | |
This output stream can be used to create zip archives, and will be used in the implementation of the zip utility. | |||
2021-03-23 | LibArchive: Add Zip file parser | Idan Horowitz | |
This is based on the zip specification on PKWARE's zip specification (https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT) and will be used in the unzip utility and eventually in the zip utility. | |||
2021-03-23 | Libraries: Rename LibTar to LibArchive | Idan Horowitz | |
This is in preparation for a new implementation of zip archive extraction and creation. |