Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-30 | Fix off-by-one error while scanning benchmarks | Leandro Pereira | |
2016-07-30 | Reindent seconds_to_string() | Leandro Pereira | |
2016-07-30 | Fix possible buffer overflow while reading HDD temperature | Leandro Pereira | |
2016-07-30 | Fix Python version information | Leandro Pereira | |
2016-07-30 | Bump version to 0.6 alpha | Leandro Pereira | |
2016-07-30 | Update XML-RPC endpoint | Leandro 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-30 | Remove remote feature | Leandro Pereira | |
This has no encryption, SSH credentials are stored in plain text, etc. | |||
2016-07-30 | Remove help viewer | Leandro Pereira | |
It's very unlikely I'll every write documentation for HardInfo anyway. | |||
2016-07-30 | If reading from /proc/{ioports,iomem,dma} requires root, warn | Leandro Pereira | |
2016-07-24 | Add CMake and Golang to Development section | Leandro Pereira | |
2016-07-24 | Show bits of entropy available to /dev/(u)random | Leandro Pereira | |
2016-07-24 | Remove "=" from input device names | Leandro Pereira | |
2016-06-10 | Added full translation for German | theHacker | |
- 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-10 | typo in comment | theHacker | |
2016-06-10 | util.c: introduced TiB and PiB for larger drives | theHacker | |
2016-02-02 | fix null vendor in display and null version, the strings in get_srt must be ↵ | mckaygerhard | |
translated AFTER getting and putting in pointers | |||
2016-01-07 | Avoid potential crash if there's leading whitespace | Leandro Pereira | |
2016-01-07 | Obtain battery information from sysfs as well | Leandro Pereira | |
2015-10-25 | hwmon: 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-25 | ARM CPU: detect name from either "Processor" or "model name" | jamesbond | |
2015-10-25 | ARM fixes. | jamesbond | |
2015-10-25 | correct temperature interpretation in sysfs thermal zone. | jamesbond | |
2015-10-25 | quote lsusb -v output so it is safe for hardinfo. | jamesbond | |
2015-10-25 | sensors.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-25 | update sensors.c to work with kernel 3.18.x | jamesbond | |
2015-10-25 | fix usb information display. | jamesbond | |
2015-10-25 | revert 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-25 | os database: Fatdog has to come before Puppy Linux as it shares some files | jamesbond | |
with Puppy, otherwise Fatdog will be detected as Puppy Linux. | |||
2015-10-25 | fix missing RAM memory due to functions of the same name being exported in ↵ | jamesbond | |
different shared libraries (fix: make the functions private). | |||
2015-10-25 | stability fixes & add fatdog64 recognition | jamesbond | |
2015-05-09 | HardInfo needs a maintainer! | Leandro A. F. Pereira | |
2014-11-03 | Fix compilation with GTK+ older than 2.18 | Leandro Pereira | |
Based on patch by @mckaygerhard. Fixes #2. | |||
2014-01-03 | Complete spanish translation of hardinfo.pot. | Fernando López | |
2014-01-03 | Spanish translation of main strings | Fernando López | |
2014-01-03 | rodin.s patch to bug #53 (http://bugs.hardinfo.org/showreport.php?bugid=53) | Fernando López | |
2014-01-03 | Add a very small fr translation | Julien Lavergne | |
2014-01-03 | Realize that we are using cmake, and modify the build system using ↵ | Julien Lavergne | |
elementary module | |||
2014-01-03 | Clean up po/ | Julien Lavergne | |
2014-01-03 | Add initial translation support (patch from rodin.s) | Julien Lavergne | |
2013-08-23 | Merge pull request #10 from georgeAtEditShare/master | Leandro A. F. Pereira | |
Fix USB device parsing | |||
2013-08-23 | Merge pull request #14 from hasufell/master | Leandro A. F. Pereira | |
imrove LIBDIR detection in binreloc | |||
2013-08-23 | imrove LIBDIR detection in binreloc | hasufell | |
use the LIBDIR we get from GNUInstallDirs module instead of this ifdef, it should be more robust and is distro dependant | |||
2013-04-09 | Merge pull request #11 from hasufell/master | Leandro A. F. Pereira | |
Computer/Development: improve regex pattern, add clang and dmd | |||
2013-03-27 | Computer/Development: improve regex pattern, add clang and dmd | hasufell | |
2013-03-05 | Fix parsing of usb devices | George Schneeloch | |
This creates a temporary file with the lsusb information, which allows fseek to work properly. | |||
2012-12-31 | Merge pull request #6 from hasufell/master | Leandro A. F. Pereira | |
fix building with clang and desktop file | |||
2012-12-30 | stay compatible with non-relative paths | hasufell | |
if the user specifies -DCMAKE_INSTALL_BINDIR=/usr/bin then the desktop file will be broken CMAKE_INSTALL_FULL_<dir> fixes this | |||
2012-12-30 | add -std=gnu89 | hasufell | |
this again breaks strict compilers like clang, so declare what gnu extensions we use | |||
2012-12-30 | fix return value of non-void function | hasufell | |
this breaks strict compilers | |||
2012-11-28 | Merge pull request #5 from mckaygerhard/master | Leandro A. F. Pereira | |
Require an older version of CMake. This includes a GNUInstallDirs module from CMake 2.8. |