Commit graph

14 commits

Author SHA1 Message Date
69107b2c80 Progress on new linkmap structure, for tracking hardlinks 2023-08-17 11:45:59 -04:00
Nathan Fisher
1775fc5444 Begin implementing hashmap 2023-08-11 23:35:23 -04:00
Nathan Fisher
39a3e45b6c Fix Linux compilation, simplify Makefiles 2023-08-10 22:42:43 -04:00
dab39c226f Add README and Format files 2023-08-10 10:22:09 -04:00
2acf8844dd Added tests for loading and storing integers, fixed load_file_md5 test
so that it now passes. Required fixing integer storage.
2023-08-09 23:56:59 -04:00
5e3ff56921 Add test harness and tests 2023-08-09 11:41:06 -04:00
0dc45fc7d0 Add linklist structure for tracking hard links 2023-08-01 16:24:01 -04:00
c72c82484a Add job queue 2023-07-29 06:28:33 -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
c8e73f8e13 Simplify Makefile; Write functions for store_device and load_device 2023-07-21 09:07:24 -04:00
Nathan Fisher
1be20dd542 Finish functions in bytes.c 2023-07-20 22:50:22 -04:00
9d3d12eea7 Expanded Makefile to build and install shared and static libs 2023-07-20 09:33:40 -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