]> git.seodisparate.com - SimpleArchiver/commit
Fixes for other file formats, v4 file prep.
authorStephen Seo <seo.disparate@gmail.com>
Tue, 25 Feb 2025 02:50:12 +0000 (11:50 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 25 Feb 2025 08:41:19 +0000 (17:41 +0900)
commitd37d7c00a4caff6cfe39f272ea2322593d00b704
tree47d1cce65c3ea5dfcdf44477554269b9b87ad8eb
parentefe60bb286645814048d1d266ba39f1788c67003
Fixes for other file formats, v4 file prep.

Linked-List count is now uint64_t instead of size_t.
file_format.md
src/archiver.c
src/archiver.h
src/data_structures/hash_map.c
src/data_structures/linked_list.c
src/data_structures/linked_list.h
src/parser.c