aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-31Saner indentation for spd-decode.cLeandro Pereira
2016-07-30Fix buffer overflow in loadgraph while shifting dataLeandro Pereira
2016-07-30Fix DMI parsing after 096108bLeandro Pereira
2016-07-30Close stream if ReportContext couldn't be createdLeandro Pereira
2016-07-30Use snprintf() instead of sprintf() in net.cLeandro Pereira
2016-07-30Fix multiple problems in USB device listingLeandro Pereira
2016-07-30Remove trailing whitespace in storage.cLeandro Pereira
2016-07-30Fix multiple problems in IDE disk informationLeandro Pereira
2016-07-30Fix multiple problems in DDR3 SPD parsingLeandro Pereira
2016-07-30Ensure buffer is large enough while scanning input devicesLeandro Pereira
2016-07-30`group` variable could be uninitialized while parsing DMILeandro Pereira
2016-07-30Handle lsmod not being foundLeandro Pereira
2016-07-30Free result of lup_solve() when performing FFT benchmarkLeandro Pereira
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