SimpleArchiver/src
Stephen Seo da2a0f7b1c
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 5s
Implement extracting from archive
TODO:
    Storing file permissions to be extracted with same permissions.
    Archiving and extracting symbolic links.
2024-07-18 13:27:32 +09:00
..
algorithms Impl. priority heap, minor tweaks/fixes 2024-06-30 15:32:17 +09:00
data_structures Impl. basic functionality "MVP" 2024-07-16 16:16:58 +09:00
.lvimrc Impl. parser (TODO Fix invalid free crash) 2024-06-27 11:57:29 +09:00
archiver.c Implement extracting from archive 2024-07-18 13:27:32 +09:00
archiver.h Implement extracting from archive 2024-07-18 13:27:32 +09:00
helpers.c Add helper to create dirs from filepath 2024-07-18 11:53:00 +09:00
helpers.h Add helper to create dirs from filepath 2024-07-18 11:53:00 +09:00
main.c Implement extracting from archive 2024-07-18 13:27:32 +09:00
parser.c Implement extracting from archive 2024-07-18 13:27:32 +09:00
parser.h Implement extracting from archive 2024-07-18 13:27:32 +09:00
parser_internal.h Some work on arg parser 2024-07-01 15:13:06 +09:00
platforms.h Impl. parser accepting files and dirs 2024-07-03 19:56:26 +09:00
test.c Impl. setup for de/compression 2024-07-17 14:32:39 +09:00