summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2024-07-24script for replacing timestamp in logs for easy testing of -cOskar
2024-07-22more test scripts to generate files and directories, and some improvementsOskar
2024-07-22priority changesOskar
2024-07-22new makefile flagsOskar
2024-07-21new textscripts and some new getopt stuffOskar
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-07-11much improved function, still got some testing and refiningOskar
2024-07-04basic version of L and l is done, will move on to another branch for other ↵Oskar
functionality
2024-06-29fixes issue where trashed files may have the same names so i added the ID to ↵Oskar
the trashed filenames as well
2024-06-29major bug found, not sure how to fix itOskar
2024-06-28can finally trash files and the program logs it. Its not very pretty though. ↵Oskar
I think ill have to make some more structs and functions for a cleaner way of handling this
2024-06-25Added functions for path information as well as a function to check if trash ↵Oskar
directories exist
2024-06-24first commitOskar