aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-30Fix off-by-one error while scanning benchmarksLeandro Pereira
2016-07-30Reindent seconds_to_string()Leandro Pereira
2016-07-30Fix possible buffer overflow while reading HDD temperatureLeandro Pereira
2016-07-30Fix Python version informationLeandro Pereira
2016-07-30Bump version to 0.6 alphaLeandro Pereira
2016-07-30Update XML-RPC endpointLeandro Pereira
Still not working; I've lost the original source code and database, but at least I control the hardinfo.org domain so I can make this work again someday.
2016-07-30Remove remote featureLeandro Pereira
This has no encryption, SSH credentials are stored in plain text, etc.
2016-07-30Remove help viewerLeandro Pereira
It's very unlikely I'll every write documentation for HardInfo anyway.
2016-07-30If reading from /proc/{ioports,iomem,dma} requires root, warnLeandro Pereira
2016-07-24Add CMake and Golang to Development sectionLeandro Pereira
2016-07-24Show bits of entropy available to /dev/(u)randomLeandro Pereira
2016-07-24Remove "=" from input device namesLeandro Pereira
2016-06-10Added full translation for GermantheHacker
- some phrases could not be translated without breaking the functionally (flagged them fuzzy) - some phrases I did not encounter on the UI (not translated)
2016-06-10typo in commenttheHacker
2016-06-10util.c: introduced TiB and PiB for larger drivestheHacker
2016-02-02fix null vendor in display and null version, the strings in get_srt must be ↵mckaygerhard
translated AFTER getting and putting in pointers
2016-01-07Avoid potential crash if there's leading whitespaceLeandro Pereira
2016-01-07Obtain battery information from sysfs as wellLeandro Pereira
2015-10-25hwmon: make sure we find sensors even if it does not start with 1 ↵jamesbond
[http://murga-linux.com/puppy/viewtopic.php?p=841760#841760]
2015-10-25ARM CPU: detect name from either "Processor" or "model name"jamesbond
2015-10-25ARM fixes.jamesbond
2015-10-25correct temperature interpretation in sysfs thermal zone.jamesbond
2015-10-25quote lsusb -v output so it is safe for hardinfo.jamesbond
2015-10-25sensors.c: read sensors from sys/thermal, also fix read_sensors_hwmon to ↵jamesbond
read both from /sys/class/hwmon and /sys/class/hwmon/device.
2015-10-25update sensors.c to work with kernel 3.18.xjamesbond
2015-10-25fix usb information display.jamesbond
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).
2015-10-25os database: Fatdog has to come before Puppy Linux as it shares some filesjamesbond
with Puppy, otherwise Fatdog will be detected as Puppy Linux.
2015-10-25fix missing RAM memory due to functions of the same name being exported in ↵jamesbond
different shared libraries (fix: make the functions private).
2015-10-25stability fixes & add fatdog64 recognitionjamesbond
2015-05-09HardInfo needs a maintainer!Leandro A. F. Pereira
2014-11-03Fix compilation with GTK+ older than 2.18Leandro Pereira
Based on patch by @mckaygerhard. Fixes #2.
2014-01-03Complete spanish translation of hardinfo.pot.Fernando López
2014-01-03Spanish translation of main stringsFernando López
2014-01-03rodin.s patch to bug #53 (http://bugs.hardinfo.org/showreport.php?bugid=53)Fernando López
2014-01-03Add a very small fr translationJulien Lavergne
2014-01-03Realize that we are using cmake, and modify the build system using ↵Julien Lavergne
elementary module
2014-01-03Clean up po/Julien Lavergne
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2013-08-23Merge pull request #10 from georgeAtEditShare/masterLeandro A. F. Pereira
Fix USB device parsing
2013-08-23Merge pull request #14 from hasufell/masterLeandro A. F. Pereira
imrove LIBDIR detection in binreloc
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
2013-04-09Merge pull request #11 from hasufell/masterLeandro A. F. Pereira
Computer/Development: improve regex pattern, add clang and dmd
2013-03-27Computer/Development: improve regex pattern, add clang and dmdhasufell
2013-03-05Fix parsing of usb devicesGeorge Schneeloch
This creates a temporary file with the lsusb information, which allows fseek to work properly.
2012-12-31Merge pull request #6 from hasufell/masterLeandro A. F. Pereira
fix building with clang and desktop file
2012-12-30stay compatible with non-relative pathshasufell
if the user specifies -DCMAKE_INSTALL_BINDIR=/usr/bin then the desktop file will be broken CMAKE_INSTALL_FULL_<dir> fixes this
2012-12-30add -std=gnu89hasufell
this again breaks strict compilers like clang, so declare what gnu extensions we use
2012-12-30fix return value of non-void functionhasufell
this breaks strict compilers
2012-11-28Merge pull request #5 from mckaygerhard/masterLeandro A. F. Pereira
Require an older version of CMake. This includes a GNUInstallDirs module from CMake 2.8.