Matteo Tenca

Results 4 issues of Matteo Tenca

Hello, not an issue, but an idea: use `rapiddiskd` and (for example) a web server + PHP to show `rapiddisk`'s statistics in a fashonable way. `ncurses` may be used too,...

enhancement

fix(daemon leaks): rework main loop and fork() approach Make the daemon fork() twice, remove the thread and use signals to clean-exit. Why fork() twice: http://www.faqs.org/faqs/unix-faq/programmer/faq/ at `1.7`. Redirect STD* to...

enhancement

Add some missing calls to free() related to scandir() calls. Add in main.c two function to free the memory allocated in two linked list. The two function in main.c are...

Change nvmet_scan_ports() to handle ports not linked to any NQN. Fix a potential mem leak in ip_validate(). This commit adds some new command line switches to `rapiddisk` to add/remove/link/unlink NVMe...

enhancement