Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-07 | todo | Oskar | |
2024-07-04 | todo update | Oskar | |
2024-07-04 | basic version of L and l is done, will move on to another branch for other ↵ | Oskar | |
functionality | |||
2024-07-04 | Proof of concept -l and -L system. Still quite a few bugs to iron out. Might ↵ | Oskar | |
also divide some functions to make everything a bit easier to work with | |||
2024-07-02 | made list_files, it can probably be hugely improved but i think that it's ↵ | Oskar | |
good enough for today though. This is kind of a proof of concept though so ill probably change it tomorrow. It's not perfect. | |||
2024-07-02 | fixed return statement | Oskar | |
2024-07-01 | fixed bug where if ID is 1 then the program doesn't just exit | Oskar | |
2024-07-01 | made it so ipi isnt malloc'd and thus we can remove a whole lot of code and ↵ | Oskar | |
complexity | |||
2024-07-01 | tmp case | Oskar | |
2024-06-30 | new tmp strings for ipi | Oskar | |
2024-06-29 | update TODO | Oskar | |
2024-06-29 | added some new strings to initial_path_info and updated fill_ipi ↵ | Oskar | |
accordingly. It's definitely a lot cleaner now. | |||
2024-06-29 | major bug found, not sure how to fix it | Oskar | |
2024-06-28 | can 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-27 | find_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-27 | Lots 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-25 | Added functions for path information as well as a function to check if trash ↵ | Oskar | |
directories exist | |||
2024-06-24 | first commit | Oskar | |