Commit graph

14 commits

Author SHA1 Message Date
30395e5d7e Simplify types 2023-08-08 01:40:21 -04:00
9457d03a45 Make haggis_node->filetype a sub-structure instead of pointer 2023-08-08 01:25:15 -04:00
Nathan Fisher
bd6686fd88 Changed haggis_node struct to include sub-structures rather than
pointers
2023-08-07 23:37:47 -04:00
Nathan Fisher
5d410cb7d3 Declare why certain headers are included 2023-08-07 19:15:20 -04:00
Nathan Fisher
e283daea2a Incrmental progress 2023-08-07 18:55:47 -04:00
2db9b2df53 Adjust job queue to take a union as payload 2023-07-29 18:18:11 -04:00
Nathan Fisher
82f8fdc736 Use typedef's for custom types to make code less cluttered 2023-07-28 18:39:30 -04:00
Nathan Fisher
e97feb1e3d Finish haggis_load_node function; Add *node related function
prototypes to haggis.h;
2023-07-24 18:56:04 -04:00
Nathan Fisher
47640e5818 Finish haggis_load_filetype function 2023-07-23 23:42:51 -04:00
Nathan Fisher
632f93e084 Move bit storing function declarations into private "bytes.h" header;
Link to libmd for cryptographic hash functions and implement comparing
checksums when loading a file from an archive;
2023-07-22 19:01:49 -04:00
b5f571be5d Write function for storing filetype and a few other bits 2023-07-22 11:37:11 -04:00
Nathan Fisher
197a49934d Add 'bytes.c' for bytearray-uint conversions 2023-07-20 18:20:04 -04:00
Nathan Fisher
1df8da23e5 Move header into include directory 2023-07-19 23:42:04 -04:00
c778d72b74 Initial commit 2023-07-19 22:38:59 -04:00