Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-30 | Use snprintf() instead of sprintf() in net.c | Leandro Pereira | |
2016-07-30 | Fix multiple problems in USB device listing | Leandro Pereira | |
2016-07-30 | Remove trailing whitespace in storage.c | Leandro Pereira | |
2016-07-30 | Fix multiple problems in IDE disk information | Leandro Pereira | |
2016-07-30 | Fix multiple problems in DDR3 SPD parsing | Leandro Pereira | |
2016-07-30 | Ensure buffer is large enough while scanning input devices | Leandro Pereira | |
2016-07-30 | `group` variable could be uninitialized while parsing DMI | Leandro Pereira | |
2016-07-30 | Handle lsmod not being found | Leandro Pereira | |
2016-07-30 | Free result of lup_solve() when performing FFT benchmark | Leandro Pereira | |
2016-07-30 | Fix off-by-one error while scanning benchmarks | Leandro Pereira | |
2016-07-30 | Fix Python version information | Leandro Pereira | |
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 | typo in comment | 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 | 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 | |
2014-01-03 | rodin.s patch to bug #53 (http://bugs.hardinfo.org/showreport.php?bugid=53) | Fernando López | |
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-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-05-30 | Split x86 and x86_64 arches | hasufell | |
lib suffix in hardinfo/binreloc.c is already supported and will be respected now | |||
2012-05-27 | Do not crash if CUPS libraries were not found | Leandro Pereira | |
Bug reported by hasufell@gentoo.org. | |||
2012-01-27 | Fix weird results in benchmark values | Leandro Pereira | |
gcc was (correctly) assuming that benchmark_parallel_for() returned an integer, which was being to a double and messing up results. Added the missing prototype. Also, populate bench_results array with sane values on module init. Some other minor cleanups in benchmark code. | |||
2012-01-27 | Remove "lib" prefix from modules | Leandro Pereira | |
2012-01-26 | Better manage moreinfo hashes | Leandro 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-22 | Fix USB device listing when parsing lsusb output | Leandro Pereira | |
2012-01-15 | Fix invalid memory access while parsing boot entries | Leandro Pereira | |
2012-01-15 | Do not list empty sensor categories | Leandro Pereira | |
2012-01-15 | Remove more sightings of if (ptr) { free(ptr) } | Leandro Pereira | |
2012-01-15 | Allocate/deallocate sensor labels/compute hash table only once | Leandro Pereira | |
2012-01-09 | Fix crash while displaying NFS shares | Leandro Pereira | |
2012-01-08 | Add group information. | Leandro Pereira | |
Closes http://bugs.hardinfo.org/showreport.php?bugid=54 | |||
2012-01-08 | Detect LXDE and Lubuntu from $XDG_CURRENT_DESKTOP and $DESKTOP_SESSION. | Leandro Pereira | |
Based on patch by Jonathan Marsden <jmarsden@fastmail.fm> | |||
2012-01-08 | Simplify hwmon reading code | Leandro Pereira | |
2012-01-08 | Support both old- and new-style interfaces for hwmon sensors | Leandro Pereira | |