aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2024-02-17FIX remove old lsb_release - not needed any morehwspeedy
2024-02-17Normalize parsing Distribution ID and Distro version codename (#8)Ondrej Čerman
* computer/os: normalize distroid when detecting os via distro-specific release files. Up to this commit the distro ID was set to distro->codename when using distro-specific files and distro->id when using os-release/lsb_release. * computer/os - added support for parsing distro version codename in os-release this format is currently used by ubuntu-based distributions * computer/os: Fix parsing codename from lsb_release
2024-02-16FIX Disable cpuflags for very old JSON <0.20.0 - FIX for ol6/c6/rh6hwspeedy
2024-02-14FIX Long startup delay 20sec - printers cups network/daemonhwspeedy
2024-02-13FIX window benchmarking center of applicationhwspeedy
2024-02-10devices/dmi: value was left uninitialized in one switch caseOndrej Čerman
2024-02-08FIX Change to hardinfo2.pnghwspeedy
2024-02-08FIX added missing GTK3 fix from PRbigbear
2024-02-08FIX QLcode - sscanf incorrect checkbigbear
2024-02-08FIX new benchmarks working for slow & fast machinesbigbear
2024-02-08FIX sha1 crashbigbear
2024-02-08FIX back portsbigbear
2024-02-08FIX new benchmarking dialogbigbear
2024-02-08FIX GCC warnings - always truebigbear
2024-02-08FIX DeviceTree Crash Odroid C2 Armbianbigbear
2024-02-08FIX GCC Warningsbigbear
2024-02-08FIX GCC Compatibilitybigbear
2024-02-08FIX CodeQL warningsbigbear
2024-02-08FIX Cleanup about credit boxbigbear
2024-02-08PR681 - implicit function declarationbigbear
2024-02-08PR405 - icons for computer/securitybigbear
2024-02-08ADD Package building for hardinfo2bigbear
2024-02-08LICENSE Changed to GPL2+ for project and source code According to approval ↵bigbear
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
2023-07-29Show kernel module icons even without modules present on filesystemL. Pereira
This is common on Arch Linux systems when the kernel is updated (the running kernel modules are removed from disk). This table was created using modules from Linux 6.3.8, with the same rules as the fallback mechanism uses (longest string prefix match), and is updatable using the sync manager.
2023-05-15Plug memory leaks in e2k processor codeL. Pereira
Untested.
2023-05-15fix memory leaksboris
2023-05-15add full processor model namesboris
2023-05-15Fix e2k display databoris
2023-03-01Devices/SPD: Fixed part number decoding for DDR2 and olderOndrej Čerman
2023-03-01Devices/SPD: added support for DDR2 date decodingOndrej Čerman
2023-02-16Update loongarch architecture processor informationzhuyaliang
The previous LoongArch support added in commit 56e590d was based on the kernel behavior before the official upstream merge. Stable cpuinfo: https://git.kernel.org/torvalds/c/7153c3c
2022-07-24Improved e2k support, added vendor databoris
2022-07-24update display e2k processors: always in tableboris
2021-11-21Show temperature for all hard drives when using hddtempZmicek123
Close #15.
2021-11-21Show correct temperature units in hddtempZmicek123
2021-11-17Update copyright informationL Pereira
2021-11-15Add loongarch support.liuxiang88
2021-11-07Hack: make ASan happy by moving definition of lginterval to shellL Pereira
These globals are really nasty and one of the reasons I hate looking at the HardInfo code.
2021-11-07Reformat CPU frequency using current localeL Pereira
2021-11-07modules/devices: fixed CPU topology string when nodes == 1Ondrej Čerman
2021-11-07Use structured data to rebuild CPU Description as wellL Pereira
2021-11-07Use CpuConfigMap to build a CpuConfig on-the-fly, if availableL Pereira
2021-11-07Update copyright informationL Pereira
2021-11-01devices/storage: Added more SMART Attributes keysOndrej Čerman
2021-11-01devices/dmi_memory: added placeholder strings to the ignore listOndrej Čerman
2021-11-01devices/spd-decode: Added additional information for DDR2Ondrej Čerman
2021-11-01modules/spd-decode: Fixed DDR2 module sizeOndrej Čerman
2021-10-24devices/dmi_memory: fixed detection of DDR3 RAM with wrong driverOndrej Čerman
2021-10-24devices/spd-decode: added support for at24 moduleOndrej Čerman
2021-10-19devices/storage - added WWN/EUI Identifier and IEEE OUIOndrej Čerman