Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-20 | hddtemp: Remove duplicate variable | infirit | 1 | -1/+0 | |
It causes segfault and fixes #34 | |||||
2015-07-07 | hddtemp: use g_strcmp0 instead of strcmp | infirit | 1 | -3/+3 | |
Passing NULL to strcmp could be unsafe or at the minimum result in undefined behaviour. g_strcmp0 handles NULL gracefully and returns 0. | |||||
2015-07-07 | Fix up string check errors | Alex Murray | 1 | -1/+6 | |
2015-07-07 | hddtemp-plugin: close socket fd if connect fails to avoid leaking fd | Alex Murray | 1 | -0/+1 | |
2015-07-07 | Cleanup hddtemp plugin socket reading code to avoid possible memory corruption | Alex Murray | 1 | -19/+20 | |
Make sure we don't write past the bounds of the output buffer - thanks to JeanFI for noticing this issue. | |||||
2015-07-07 | Revert "Remove unused variable" | infirit | 1 | -0/+1 | |
This reverts commit d8579bd621de7940780565343d4d8df7c50f9403. | |||||
2015-07-07 | Remove unused variable | infirit | 1 | -1/+0 | |
2013-03-21 | update make files for autoconf 1.13 | raveit | 1 | -1/+1 | |
2012-12-18 | hddtemp-plugin: Fix string compare | Stefano Karapetsas | 1 | -1/+2 | |
2012-12-18 | Add missing includes | Stefano Karapetsas | 1 | -0/+1 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 2 | -2/+2 | |
2011-12-14 | remove autogenerated files | Stefano Karapetsas | 1 | -584/+0 | |
2011-11-23 | automake | Stefano Karapetsas | 1 | -5/+5 | |
2011-11-23 | solved some conflicts with sensors-applet | Stefano Karapetsas | 1 | -2/+2 | |
2011-11-22 | converted to MATE (thanks to perberos) | Stefano Karapetsas | 2 | -6/+6 | |
2011-11-21 | Initial release bases on sensors-applet | Stefano Karapetsas | 4 | -0/+872 | |