SimpleArchiver/src
Stephen Seo 4479fdce62
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 52s
Add check if file(s) are readable when archiving
Also some minor changes like more error logs and refactorings.
2024-07-26 16:01:39 +09:00
..
algorithms Impl. priority heap, minor tweaks/fixes 2024-06-30 15:32:17 +09:00
data_structures Impl. extract "white-list" 2024-07-18 15:30:05 +09:00
.lvimrc Impl. parser (TODO Fix invalid free crash) 2024-06-27 11:57:29 +09:00
archiver.c Add check if file(s) are readable when archiving 2024-07-26 16:01:39 +09:00
archiver.h Impl. "-C <dir>", refactorings 2024-07-26 12:39:56 +09:00
helpers.c Impl. "-C <dir>", refactorings 2024-07-26 12:39:56 +09:00
helpers.h Impl. "-C <dir>", refactorings 2024-07-26 12:39:56 +09:00
main.c Fix "-C <dir>" usage 2024-07-26 13:17:11 +09:00
parser.c Add check if file(s) are readable when archiving 2024-07-26 16:01:39 +09:00
parser.h Impl. "-C <dir>", refactorings 2024-07-26 12:39:56 +09:00
parser_internal.h Impl. "-C <dir>", refactorings 2024-07-26 12:39:56 +09:00
platforms.h Impl. parser accepting files and dirs 2024-07-03 19:56:26 +09:00
test.c Impl. "-C <dir>", refactorings 2024-07-26 12:39:56 +09:00