SimpleArchiver/src
Stephen Seo dcff34e06b
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 6s
Support "-f -" to read/write archive stdin/stdout
2024-07-19 16:45:51 +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 Use SIGPIPE handling on UNIX platforms 2024-07-19 12:15:20 +09:00
archiver.h Improve error handling when parsing/extracting 2024-07-18 14:39:01 +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 Support "-f -" to read/write archive stdin/stdout 2024-07-19 16:45:51 +09:00
parser.c Support "-f -" to read/write archive stdin/stdout 2024-07-19 16:45:51 +09:00
parser.h Support "-f -" to read/write archive stdin/stdout 2024-07-19 16:45:51 +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