Age | Commit message (Expand) | Author |
2024-07-25 | README updateHEADmaster | Oskar |
2024-07-25 | stderr -> stdout | Oskar |
2024-07-25 | changed some error messages | Oskar |
2024-07-25 | fixed -R option for real this time, i kinda fucked up the last commit somehow | Oskar |
2024-07-25 | bugfix for R | Oskar |
2024-07-25 | fixed an option bug | Oskar |
2024-07-25 | slight changes | Oskar |
2024-07-24 | todo UPDATE | Oskar |
2024-07-24 | restore function added, will need to code review and also test it | Oskar |
2024-07-24 | proof of concept, may opt for just using lfc | Oskar |
2024-07-24 | script for replacing timestamp in logs for easy testing of -c | Oskar |
2024-07-23 | convert -R id string to a number. Also check for invalid inputs. | Oskar |
2024-07-23 | fixed case where it gives the wrong error | Oskar |
2024-07-23 | removed some redundant stuff related to handling getopt options. I think it's... | Oskar |
2024-07-23 | initialised some pointers to NULL | Oskar |
2024-07-22 | more test scripts to generate files and directories, and some improvements | Oskar |
2024-07-22 | directory support, not fully tested yet | Oskar |
2024-07-22 | added tsr-SP to gitignore | Oskar |
2024-07-22 | priority changes | Oskar |
2024-07-22 | new makefile flags | Oskar |
2024-07-22 | not related to -R implementation but id say its about time i make the usage | Oskar |
2024-07-22 | TODO update | Oskar |
2024-07-21 | TODO update | Oskar |
2024-07-21 | new textscripts and some new getopt stuff | Oskar |
2024-07-21 | New testing scripts to generate files and delete. Also fixed a segfault issue... | Oskar |
2024-07-16 | function to check if it has been long enough | Oskar |
2024-07-15 | Added -C option | Oskar |
2024-07-12 | Update todo | Oskar |
2024-07-11 | forgot to add B to -L | Oskar |
2024-07-11 | small improvement | Oskar |
2024-07-11 | much improved function, still got some testing and refining | Oskar |
2024-07-11 | first iteration of bytes to readable, although i think i will make an improve... | Oskar |
2024-07-07 | todo | Oskar |
2024-07-07 | formatting fix | Oskar |
2024-07-07 | Added some free's | Oskar |
2024-07-07 | Separated fill_lfc and lfc_formatted. I made it so fill_lfc makes a linked list. | Oskar |
2024-07-04 | added a check, not sure how good it is but it works okay for now | 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 fu... | Oskar |
2024-07-04 | Proof of concept -l and -L system. Still quite a few bugs to iron out. Might ... | Oskar |
2024-07-03 | added some const to make code a bit more clear | Oskar |
2024-07-02 | made list_files, it can probably be hugely improved but i think that it's goo... | Oskar |
2024-07-02 | fixed return statement | Oskar |
2024-07-01 | noticed some small things i fixed | Oskar |
2024-07-01 | I made a new macro so i can remove a whole lot of code. I also realised that ... | 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 c... | Oskar |
2024-07-01 | tmp case | Oskar |
2024-06-30 | changed fill_ipi to reflect whether we are using tmp or not | Oskar |
2024-06-30 | new tmp strings for ipi | Oskar |