aboutsummaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Collapse)Author
2024-03-06FIX hardinfo lib-loading cleanup, params clean uphwspeedy
2024-03-03LICENSE - missing fixes according to copyright holder - see ↵hwspeedy
https://github.com/lpereira/hardinfo/issues/530 Deleted last e2k support due to missing answer
2024-02-28ADD Sync blobversion check - only update if new on serverhwspeedy
2024-02-20FIX minor UI for Internal Network Speed Benchmarkhwspeedy
2024-02-20PR569 - bp0 add Internal Network Benchmark - FIX GLIB VERhwspeedy
2024-02-08FIX new benchmarks working for slow & fast machinesbigbear
2024-02-08FIX sha1 crashbigbear
2024-02-08CLEANUP - remove old stuffbigbear
2024-02-08FIX Missing icons, menu about, cleaningbigbear
2024-02-08PR681 - implicit function declarationbigbear
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
2024-02-08Clean - HARDINFO2 BASEbigbear
2023-08-14Update copyright year to 2023L. Pereira
2023-08-14Add option to synchronize during startupL. Pereira
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-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
2021-11-17Update copyright informationL Pereira
2021-11-15Add loongarch support.liuxiang88
2021-11-07Update copyright informationL Pereira
2021-10-19devices/storage - added WWN/EUI Identifier and IEEE OUIOndrej Čerman
2021-10-17devices/storage - refactoring - all code that is extending udisks2 ↵Ondrej Čerman
information has been moved to separate file.
2021-04-03Add command-line parameter to quieten HardInfo when in non-GUI modeLeandro Pereira
2021-03-06Update HARDINFO_COPYRIGHT_LATEST_YEAR to 2021Leandro Pereira
2021-02-21Remove unused remote.hLeandro Pereira
2021-02-21Add support for NUMA nodesLeandro Pereira
Related to #599.
2021-02-02Fix build warning related to pcid_cmp_by_addy()'s prototypeLeandro Pereira
2020-12-29Add libsensors supportLeandro Pereira
Fixes #590
2020-12-12devices/storage: added intepreted s.m.a.r.t. valueOndrej Čerman
2020-10-09Add stub to set title in GTK3 load graphLeandro Pereira
2020-10-09Show graph's title at selecting sensor itemSergio Vieira
2020-06-14FIxed buffer size, changed copyright headersentityfx
2020-06-14E2K: added initial support of MCST Elbrus 2000 CPU architectureentityfx
E2K (Elbrus 2000) - this is VLIW/EPIC architecture, like Intel Itanium (IA-64) architecture. Ref: https://en.wikipedia.org/wiki/Elbrus_2000
2020-05-25Reposition Synchronize buttonLeandro Pereira
2020-05-17Fix more formatting errorsLeandro Pereira
2020-05-15Show Network Updater button in the toolbar if availableLeandro Pereira
2020-05-13Show "Benchmarking..." dialog on top of sync managerLeandro Pereira
2020-05-09Update SyncManager to use the new APILeandro Pereira
2020-05-09Fix enum declarationTrung Le
2020-05-03hi_module_get_about() should return a const pointerLeandro Pereira
2020-05-03Reindent syncmanager.[ch]Leandro Pereira
2020-05-03Show distro code name, if presentLeandro Pereira
2020-02-08Sensors: groups inside add_sensor; group by type or by dev sourceOndrej Čerman
2020-02-08Sensors: Added item iconsOndrej Čerman
2020-01-17info: fixes for escaped label flagBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-17shell: new flag/funcs for escaping label part in keysBurt P
Will allow formerly forbidden characters in a label, "#$=" See: https://github.com/lpereira/hardinfo/issues/509 Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-17pci_util.h: fix usage commentBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-17pci: sort list of devicesBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-17pci_util: use GSList for pcid_listBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-05firmware: switched to D-BusOndrej Čerman