index
:
trashsys.git
c++test
master
Trashing system on the command line
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Collapse
)
Author
2024-07-25
fixed an option bug
Oskar
2024-07-24
script for replacing timestamp in logs for easy testing of -c
Oskar
2024-07-22
more test scripts to generate files and directories, and some improvements
Oskar
2024-07-22
priority changes
Oskar
2024-07-22
new makefile flags
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 ↵
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-11
much improved function, still got some testing and refining
Oskar
2024-07-04
basic version of L and l is done, will move on to another branch for other ↵
Oskar
functionality
2024-06-29
fixes issue where trashed files may have the same names so i added the ID to ↵
Oskar
the trashed filenames as well
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-25
Added functions for path information as well as a function to check if trash ↵
Oskar
directories exist
2024-06-24
first commit
Oskar