aboutsummaryrefslogtreecommitdiff
path: root/hardinfo
AgeCommit message (Collapse)Author
2016-12-31Use g_utf8_strchr() in strend()Leandro Pereira
2016-12-30Fix compile warnings in util.cLeandro Pereira
2016-12-30Fix compile warnings in hardinfo.cLeandro Pereira
2016-07-30Reindent seconds_to_string()Leandro Pereira
2016-07-30Fix possible buffer overflow while reading HDD temperatureLeandro Pereira
2016-07-30Remove remote featureLeandro Pereira
This has no encryption, SSH credentials are stored in plain text, etc.
2016-06-10util.c: introduced TiB and PiB for larger drivestheHacker
2015-10-25revert commit [d5afcb6851]; fix the real cause of missing RAM display (use ↵jamesbond
moreinfo_lookup rather than hi_more_info); fix usb display crashing (util.c now looks for lsusb in /usr/sbin first); fix glibc version not showing (glibc located in /lib64/libc.so.6); initial support for DDR3 spd-decoding (incomplete, the manufacturer is not shown yet).
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2013-08-23imrove LIBDIR detection in binrelochasufell
use the LIBDIR we get from GNUInstallDirs module instead of this ifdef, it should be more robust and is distro dependant
2012-12-30fix return value of non-void functionhasufell
this breaks strict compilers
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2012-01-15Remove more sightings of if (ptr) { free(ptr) }Leandro Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira