summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-07-21New testing scripts to generate files and delete. Also fixed a segfault ↵Oskar
issue happening if the program fails during fill_lfc, it will call free_lfc, but because we haven set the 'next' node to NULL, we segfault.
2024-06-27find_highest_id is done, tested it some and added some debug cvm_fprintf's. ↵Oskar
I think it works? Testing will probably prove me wrong but ill deal with it when it happens.
2024-06-24first commitOskar