summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2024-07-02fixed return statementOskar
2024-07-01fixed bug where if ID is 1 then the program doesn't just exitOskar
2024-07-01made it so ipi isnt malloc'd and thus we can remove a whole lot of code and ↵Oskar
complexity
2024-07-01tmp caseOskar
2024-06-30new tmp strings for ipiOskar
2024-06-29update TODOOskar
2024-06-29added some new strings to initial_path_info and updated fill_ipi ↵Oskar
accordingly. It's definitely a lot cleaner now.
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-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-27Lots of small changes and improvements. Removed all instances of using stcat ↵Oskar
directly and moved to using concat_str for all those cases. Also added alot more free_ipi to all of the cases where we exit because of some error
2024-06-25Added functions for path information as well as a function to check if trash ↵Oskar
directories exist
2024-06-24first commitOskar