index
:
hardinfo2.git
debian/latest
pristine-tar
upstream
Unnamed repository; edit this file 'description' to name the repository.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
devices
Age
Commit message (
Expand
)
Author
2016-07-31
Fix DDR2 mtb values
Leandro Pereira
2016-07-31
Saner indentation for spd-decode.c
Leandro Pereira
2016-07-30
Fix DMI parsing after 096108b
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
If reading from /proc/{ioports,iomem,dma} requires root, warn
Leandro Pereira
2016-07-24
Remove "=" from input device names
Leandro Pereira
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 [http://mur...
jamesbond
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 read...
jamesbond
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 mo...
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-03-05
Fix parsing of usb devices
George Schneeloch
2012-05-30
Split x86 and x86_64 arches
hasufell
2012-05-27
Do not crash if CUPS libraries were not found
Leandro Pereira
2012-01-26
Better manage moreinfo hashes
Leandro Pereira
2012-01-22
Fix USB device listing when parsing lsusb output
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-08
Simplify hwmon reading code
Leandro Pereira
2012-01-08
Support both old- and new-style interfaces for hwmon sensors
Leandro Pereira
2012-01-07
Show moterboard information in the new summary screen
Leandro Pereira
2011-12-30
Make hwmon sensors work with recent kernel versions
Leandro Pereira
2011-12-30
Fix crash when computer has two or more batteries
Leandro Pereira
2011-12-30
Fix "sh: -c: option requires an argument" when no apcaccess binary is available
Leandro Pereira
2011-12-04
Remove all usages of if (ptr) free(ptr) since free() already performs null-ch...
Leandro Pereira
2010-08-15
Fix potential problems found by clang static analyzer.
Leandro Pereira
2010-05-09
Remove decode_ddr_module_height()
Leandro A. F. Pereira
2010-05-09
Add support to read memory SPD (memory type, speed, timings, etc).
Leandro A. F. Pereira
2010-05-08
Remove unneeded processor.c from modules/devices
Leandro A. F. Pereira
2010-05-05
Add processor.c implementation for other supported architectures
Leandro A. F. Pereira
2010-05-03
Remove outdated arch directory
Leandro A. F. Pereira
2010-05-03
Move files from hardinfo2 to root.
Leandro A. F. Pereira