Commit graph

118 commits

Author SHA1 Message Date
d8379df818 Move certain vars into config.mk 2023-08-22 22:47:15 -04:00
f05040ff2b Add test for get_or_add for linkmap 2023-08-22 22:37:59 -04:00
0a210b4e7e Fix UB in load_sha256 test caused by accessing incorrect union field 2023-08-22 13:17:54 -04:00
a8fcdbd140 Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/seahag into odin 2023-08-22 03:28:04 -04:00
4cf22a1373 Fix NetBSD compilation 2023-08-22 03:27:03 -04:00
Nathan Fisher
29cc81ccae Add test for linkmap init/deinit; Fix bug in linkmap deinit; 2023-08-19 19:42:00 -04:00
Nathan Fisher
da412f754c Remove unneeded #include for stddef.h 2023-08-18 12:42:16 -04:00
Nathan Fisher
ed9648ff78 Replace linklist with linkmap and remove former completely. Also
remove generic hashmap implementation in favor of linkmap.
2023-08-18 12:37:24 -04:00
e372af0c42 Return a valid target when adding to linkmap if it exists 2023-08-18 11:00:30 -04:00
e266346bf2 Insert new buckets into linked list for for linkmap 2023-08-18 10:42:29 -04:00
Nathan Fisher
6a58dd2a63 Ensure we find a bucket for storing link info after hash collisions; Fix
`install` make target by adding path to `haggis.h`
2023-08-18 00:23:02 -04:00
Nathan Fisher
4149c4275f Left comment note for required functionality 2023-08-17 23:28:25 -04:00
Nathan Fisher
fcdcd40e95 Add haggis_linkmap_get_or_add 2023-08-17 23:26:53 -04:00
69107b2c80 Progress on new linkmap structure, for tracking hardlinks 2023-08-17 11:45:59 -04:00
4e63c251d8 Added test for replacing a hashmap entry 2023-08-15 01:11:57 -04:00
bd820638b5 Replace several uses of malloc with calloc 2023-08-14 23:42:09 -04:00
Nathan Fisher
b0c2c0c8ac Add some hashmap tests 2023-08-14 19:09:18 -04:00
1fb4e8d9a8 Remove mistakenly committed binaries 2023-08-13 23:08:55 -04:00
Nathan Fisher
44c98773c0 Test fnv hashing 2023-08-13 22:57:15 -04:00
3c946d0a54 Add hashmap deinit and get functions 2023-08-12 11:13:02 -04:00
5d9c971060 Implement expanding hashmap 2023-08-12 00:54:43 -04:00
99347fd433 Progress on hashmap 2023-08-12 00:31:12 -04:00
Nathan Fisher
1775fc5444 Begin implementing hashmap 2023-08-11 23:35:23 -04:00
0ea2409fd0 Add 'Ok' / 'FAILED' overall status for tests 2023-08-10 22:58:06 -04:00
ea401f1157 Allow tests to continue running after failures 2023-08-10 22:49:05 -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
8837beadaa Add load/store file with sha256 hashing tests 2023-08-10 09:48:10 -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
08bf2a4ccc Added several tests and fixed bugs in [load/store]_u16. Must pass the
union as a pointer or the compiler optimizes it away.
2023-08-09 23:02:37 -04:00
e159900f2e Add tests for checksum creation 2023-08-09 15:28:02 -04:00
f0ee28d495 Simplify test/Makefile; Add sha256 tests 2023-08-09 13:11:46 -04:00
28bb93b999 Add tests for md5 and sha1 2023-08-09 12:02:37 -04:00
5e3ff56921 Add test harness and tests 2023-08-09 11:41:06 -04:00
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
d7a5c40637 Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/seahag into odin 2023-08-07 23:55:04 -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
5138f3ed6d Fix shadow declaration from last commit 2023-08-07 18:57:27 -04:00
Nathan Fisher
e283daea2a Incrmental progress 2023-08-07 18:55:47 -04:00
891aba4867 Add file headers to new sourcec files; Add function prototypes for link
lists;
2023-08-01 16:28:22 -04:00
0dc45fc7d0 Add linklist structure for tracking hard links 2023-08-01 16:24:01 -04:00
a77a2c30b1 Replace semaphore with pthread_cond_t in job queue 2023-07-31 11:24:03 -04:00
b0fa9d1953 Finish haggis_store_node along with adjustments to dependent functions 2023-07-29 18:39:07 -04:00
46d0892b77 Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/seahag into odin 2023-07-29 18:18:55 -04:00
2db9b2df53 Adjust job queue to take a union as payload 2023-07-29 18:18:11 -04:00
Nathan Fisher
e3531fdb08 Merge branch 'odin' of git.hitchhiker-linux.org:jeang3nie/seahag into odin 2023-07-29 13:52:17 -04:00
Nathan Fisher
a53032eea9 Incremental progress 2023-07-29 13:51:37 -04:00
c72c82484a Add job queue 2023-07-29 06:28:33 -04:00