Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-08 | FIX QLcode - sscanf incorrect check | bigbear | |
2024-02-08 | Version to 2.0.1 | bigbear | |
2024-02-08 | Created workflow CodeQL | hwspeedy | |
2024-02-08 | Created workflow | hwspeedy | |
2024-02-08 | Update readme for prerelease 2.0.0 | hwspeedy | |
2024-02-08 | Pre-Release v2.0.0 | hwspeedy | |
2024-02-08 | FIX settings folders missing, set API | bigbear | |
2024-02-08 | FIX Crash vendor | bigbear | |
2024-02-08 | FIX new benchmarks working for slow & fast machines | bigbear | |
2024-02-08 | FIX sha1 crash | bigbear | |
2024-02-08 | FIX back port save settings older glib | bigbear | |
2024-02-08 | FIX back port for threads | bigbear | |
2024-02-08 | FIX back ports | bigbear | |
2024-02-08 | FIX new benchmarking dialog | bigbear | |
2024-02-08 | FIX Name/Desc sync | bigbear | |
2024-02-08 | FIX GCC warnings - always true | bigbear | |
2024-02-08 | FIX - missing includes | bigbear | |
2024-02-08 | CLEANUP - remove old stuff | bigbear | |
2024-02-08 | FIX DeviceTree Crash Odroid C2 Armbian | bigbear | |
2024-02-08 | FIX GCC Warnings | bigbear | |
2024-02-08 | FIX uber-graph GLIB private | bigbear | |
2024-02-08 | FIX GCC Compatibility | bigbear | |
2024-02-08 | FIX Missing icons, menu about, cleaning | bigbear | |
2024-02-08 | ADD LibSoup3 (EXPERIMENTAL) | bigbear | |
2024-02-08 | FIX CodeQL warnings | bigbear | |
2024-02-08 | FIX Cleanup about credit box | bigbear | |
2024-02-08 | PR665 - fix numa node uninitialized | bigbear | |
2024-02-08 | PR681 - implicit function declaration | bigbear | |
2024-02-08 | PR696 - module loading order | bigbear | |
2024-02-08 | PR405 - icons for computer/security | bigbear | |
2024-02-08 | FIX Project license to GPL2+ | hwspeedy | |
Both Project and GPL2 source code is changed to GPL2+. See https://github.com/hwspeedy/hardinfo2/commit/8e8fc40665844405084bc1319fb20e05fff0b106 | |||
2024-02-08 | ADD Package building for hardinfo2 | bigbear | |
2024-02-08 | LICENSE 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-08 | Clean - HARDINFO2 BASE | bigbear | |
2023-10-27 | Fix build without libsoup | rezso | |
2023-10-13 | Here is the environment cinfiguration: cpu - atom, sd card as bootable disk, ↵ | Alexey Berezhok | |
loist of devices: /sys/block/zram0 /sys/block/mmcblk0boot0 /sys/block/mmcblk0boot1 /sys/block/mmcblk2 /sys/block/mmcblk0 Hardinfo got nex pathes for reading for the report: 1) # cat /sys/block/mmcblk0/device/oemid 0x0103 2) # cat /sys/block/mmcblk2/device/oemid 0x534d 3) # cat /sys/block/mmcblk0boot0/device/oemid cat: /sys/block/mmcblk0boot0/device/oemid: No such file or directory 4) # cat /sys/block/mmcblk0boot1/device/oemid cat: /sys/block/mmcblk0boot1/device/oemid: No such file or directory In the code no checks if files from previous step for device was read and pointer not NULL: gchar *oemid_path = g_strdup_printf("/sys/block/%s/device/oemid", e->d->block_dev); gchar *manfid_path = g_strdup_printf("/sys/block/%s/device/manfid", e->d->block_dev); gchar *oemid = NULL, *manfid = NULL; g_file_get_contents(oemid_path, &oemid, NULL, NULL); g_file_get_contents(manfid_path, &manfid, NULL, NULL); unsigned int id = strtol(oemid, NULL, 16); ... id = strtol(manfid, NULL, 16); Before srttol need check for NULL | |||
2023-08-14 | Update copyright year to 2023 | L. Pereira | |
2023-08-14 | Add option to synchronize during startup | L. Pereira | |
2023-07-29 | Show kernel module icons even without modules present on filesystem | L. 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-24 | Update Turkish translation | Sabri Ünal | |
2023-05-15 | Plug memory leaks in e2k processor code | L. Pereira | |
Untested. | |||
2023-05-15 | fix memory leaks | boris | |
2023-05-15 | edit model names | boris | |
2023-05-15 | add full processor model names | boris | |
2023-05-15 | Add e2k test data | boris | |
2023-05-15 | Fix e2k display data | boris | |
2023-05-15 | Add note for server code location. | Hamish Mcintyre-Bhatty | |
2023-03-01 | Devices/SPD: Fixed part number decoding for DDR2 and older | Ondrej Čerman | |
2023-03-01 | Devices/SPD: added support for DDR2 date decoding | Ondrej Čerman | |
2023-02-25 | dmi: Added more placeholder strings found on ASUS MB | Ondrej Čerman | |