Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-10 | Merge pull request #7 from hardinfo2/dmifix | hwspeedy | |
devices/dmi: value was left uninitialized in one switch case | |||
2024-02-10 | FIX Packaging for experimental versions, minor fixes | hwspeedy | |
2024-02-10 | devices/dmi: value was left uninitialized in one switch case | Ondrej Čerman | |
2024-02-10 | FIX tools cleaning tool | bigbear | |
2024-02-09 | FIX new project domain www.hardinfo2.org | hwspeedy | |
2024-02-09 | DOC Update README.md | hwspeedy | |
2024-02-09 | DOC update README.md with server repo | hwspeedy | |
2024-02-08 | VERSION to 2.0.2 | hwspeedy | |
2024-02-08 | DOC readme to pre-release 2.0.1release-2.0.1pre | hwspeedy | |
2024-02-08 | FIX Change to hardinfo2.png | hwspeedy | |
2024-02-08 | ADD readd clean tool - tools/rm_hardinfo.sh | hwspeedy | |
2024-02-08 | FIX added missing GTK3 fix from PR | bigbear | |
2024-02-08 | Update README.md for organisation | hwspeedy | |
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 | |