Commit Graph

84 Commits

Author SHA1 Message Date
a347bf433c display temperature alert if drive too hot 2022-08-24 16:27:51 +02:00
69fd10207d copy newer S.M.A.R.T. values to existing drive 2022-08-24 16:11:36 +02:00
2df5ceb0c8 read temperature via S.M.A.R.T and display 2022-08-24 16:00:18 +02:00
bb69a59794 fix frozen and metric for checking iteration 2022-08-23 23:20:50 +02:00
a656d0a9f4 UI: display drive count with index 2022-08-23 00:03:45 +02:00
50bd896cb9 display SN in overview for entry 2022-08-22 23:42:20 +02:00
edcf680b95 update shred metric in main thread instead of shred thread 2022-08-22 18:35:27 +02:00
09446b52ca using tfng instead of urandom 2022-08-22 15:27:29 +02:00
d7aaa9647d added Threefish cipher as submodule 2022-08-22 14:24:31 +02:00
4862a45ef6 remove unnecessary mutesx 2022-08-21 16:24:55 +02:00
70f5727eb3 protect lists with mutex 2022-08-21 15:52:47 +02:00
e3aefb24ee added feature to start shredding for all drives 2022-08-20 16:09:40 +02:00
9863c5591e cal metric: shred speed 2022-06-30 00:32:13 +02:00
c61859ed4e added shred speed to TUI 2022-06-29 19:27:37 +02:00
7f0926a271 removed flush in shred 2022-05-15 21:28:28 +02:00
e49c1a231c read random date in bulk to reduce syscalls 2022-05-15 15:17:49 +02:00
4fc44d9926 changed progress percentage calculation 2022-05-14 15:21:14 +02:00
c8a3220c3a using now own shred impl with check if the complete drive is full of zeros after shredding 2022-05-14 14:06:16 +02:00
0e391cebf3 display also days 2022-05-13 21:14:48 +02:00
ecc8a71c64 display shred duration after completion 2022-05-12 07:40:24 +02:00
48bbad914f display used time to shred drive 2022-05-11 23:45:05 +02:00
033760c328 disk uuid changed to 8 byte long 2022-05-11 21:53:58 +02:00
af38d60982 code cleanup 2022-01-26 19:33:41 +01:00
25d8ca6920 filter drives only based on UUID 2022-01-26 19:21:38 +01:00
84e42a430b dis[play capacity as double 2022-01-26 16:31:46 +01:00
f2db85aa33 pclose instead fclose 2022-01-26 15:44:32 +01:00
c942f36e49 using lsblk for listing attached drives 2022-01-26 15:15:34 +01:00
068413c15d log attached drives 2022-01-26 13:52:21 +01:00
3d34de1311 release of Beta 0.2.0 2020-09-21 21:56:26 +02:00
555da195b2 Merge branch 'develop' into master 2020-09-21 21:50:04 +02:00
e65af04488 changed vector to list; again 2020-09-21 21:47:29 +02:00
5e190ba08f merge 2020-09-21 21:19:58 +02:00
2a2bfc6fe6 delete task thread 2020-09-21 16:50:33 +02:00
13304c4705 update ui layout 2020-09-21 16:11:31 +02:00
ade79add2a increase visibility of smart values 2020-09-21 14:45:52 +02:00
65c19f6fb9 define-switch for frozen alert 2020-09-20 22:40:05 +02:00
66cfbb5da2 ls instead hwinfo; update UI even mutex is locked 2020-09-20 00:12:18 +02:00
04f46bb9d6 fixed delete cmd 2020-09-18 14:42:45 +02:00
93a741fc6f code cleanup 2020-09-16 15:27:25 +02:00
0fc3bc222e changed vector to list 2020-09-16 15:13:32 +02:00
95828afcc2 first beta release 2020-09-15 13:40:40 +02:00
5e74a99062 detect same drive with serial and path 2020-09-15 11:11:53 +02:00
67b8e302be detect frozen drives and show that the user 2020-09-11 17:18:53 +02:00
47043afb83 added about tool text 2020-09-10 12:50:18 +02:00
cb361acfd4 fixed bug with filtering new attached drives 2020-09-09 16:11:25 +02:00
938f267813 completed logger usage and changed shred task to non-static 2020-09-08 13:01:09 +02:00
730b1205f7 added logging basics 2020-09-07 17:23:15 +02:00
8357332b60 upadte ui after shred 2020-08-30 16:05:22 +02:00
37317def9f added mutex for ui refresh 2020-08-30 15:38:14 +02:00
7c00fd638c fixed bug #15 2020-08-30 12:03:37 +02:00