]> git.seodisparate.com - SimpleArchiver/commit
Implement extracting from archive
authorStephen Seo <seo.disparate@gmail.com>
Thu, 18 Jul 2024 04:16:24 +0000 (13:16 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 18 Jul 2024 04:27:32 +0000 (13:27 +0900)
commitda2a0f7b1cce8fd4bea240601bbef44527668fab
treebecbee78302f4d293aa8fb733cd73ec9aa430466
parent0449ab389ea1fd364138f30ca6ba609e6045e74d
Implement extracting from archive

TODO:
    Storing file permissions to be extracted with same permissions.
    Archiving and extracting symbolic links.
src/archiver.c
src/archiver.h
src/main.c
src/parser.c
src/parser.h