Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-19 | Fix typo | TotalCaesar659 | |
2019-06-18 | Add information about SELinux and other LSMs | Leandro Pereira | |
2019-06-18 | Use security-low icon from the GNOME Adwaita theme | Leandro Pereira | |
2019-06-18 | Start Computer/Security | Burt P | |
As requested in https://github.com/lpereira/hardinfo/issues/342 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-16 | devices/spd-decode.c: add source information | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-02 | devices/spd-decode: Fallback to another driver when no devices are found | Ondrej Čerman | |
2019-06-02 | devices/spd-decode: Reevaluate partial data after refresh | Ondrej Čerman | |
2019-06-02 | devices/spd-decode: Added DRAM Manufacturer for DDR4 | Ondrej Čerman | |
2019-06-02 | devices/spd-decode: Added manufacturing date for DDR4 | Ondrej Čerman | |
2019-06-02 | computer/modules.c: add intree and retpoline fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-02 | computer/modules.c: code format cleanup | Burt P | |
Using clang-format options: BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 100 TabWidth: 8 UseTab: Never AlignEscapedNewlines: Left AlwaysBreakAfterReturnType: None AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-05-26 | devices/spd-decode: DDR4 manufacturer decoding fix | Ondrej Čerman | |
2019-05-26 | devices/spd_decode: DDR4 - decoding XMP and voltage | Ondrej Čerman | |
2019-05-25 | Allow DMI on non-x86 | Burt P | |
There's nothing preventing this from running on non-x86. If it is not available it will just say so, like PCI. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-05-25 | devices/gpu: add memory freq | Ondrej Čerman | |
2019-05-25 | devices/sensors: hwmon - driver key replaced with device name key | Ondrej Čerman | |
2019-05-25 | devices/sensors: sensors config - fix parsing compute line when there is no ↵ | Ondrej Čerman | |
space before comma | |||
2019-05-25 | spd-decode.c: specify shell viewtype for error condition and use hinote for ↵ | Burt P | |
messages Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-05-25 | spd-decode.c: code format cleanup | Burt P | |
Using clang-format options: BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 100 TabWidth: 8 UseTab: Never AlignEscapedNewlines: Left AlwaysBreakAfterReturnType: None AllowShortBlocksOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: true Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-05-13 | Added hinote when hardinfo is not able to read full DDR4 SPD data. | Ondrej Čerman | |
2019-05-13 | Initial DDR4 support | Ondrej Čerman | |
2019-05-13 | devices/storage - udisks2: added pm, apm, aam, part. table type and ↵ | Ondrej Čerman | |
partitions list | |||
2019-01-15 | devices/sensors: Added HDD temperature sensors from udisks2 | Ondrej Čerman | |
2019-01-15 | devices/storage: Use udisks2 as primary source for storage info | Ondrej Čerman | |
2018-12-14 | devices/sensors: hwmon - removed unwanted whitespace from sensor labels | Ondrej Čerman | |
2018-12-14 | devices/sensors: hwmon - added support for Current and Power sensors | Ondrej Čerman | |
2018-12-14 | devices/sensors: hwmon perf. - use directory listing to find sensor files ↵ | Ondrej Čerman | |
instead of looping 256 times | |||
2018-12-03 | dmi: add system-serial-number, sku; ignore a few more placeholders | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-12-03 | gpu: show details in report | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-12-03 | add rpi3a+, fix intro date for rpi3b+ | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-12-02 | enable and fix some warnings | Burt P | |
Part of (#298). Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-12-02 | bench/zlib: minor fix, changes results significantly | Burt P | |
(#298) W: hardinfo uninitialized-variable /home/abuild/rpmbuild/BUILD/hardinfo-20181022T194523/modules/benchmark/zlib.c:28 This change significantly impacts the bench result. All old results should be discarded, IMO. I think I will also attempt to remake this benchmark in a similar way to the blowfish benchmark. See PR #293. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-12-02 | spd_decode: minor fix | Burt P | |
(#298) E: hardinfo no-return-in-nonvoid-function /home/abuild/rpmbuild/BUILD/hardinfo-20181022T194523/modules/devices/spd-decode.c:982 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-12-02 | bench_results: minor fix | Burt P | |
(#298) E: hardinfo no-return-in-nonvoid-function /home/abuild/rpmbuild/BUILD/hardinfo-20181022T194523/modules/benchmark/bench_results.c:137 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-30 | add hardinfo param for maximum number of benchmark results to include | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-30 | devices/usb: Add USB interfaces and device icons | Ondrej Čerman | |
* devices/usb: Added support for USB interfaces * devices/usb: added icons for usb devices * tabs -> spaces | |||
2018-11-30 | modules/sensors - hwmon: changed hash table key - from "<sensor>" to ↵ | Ondrej Čerman | |
"<driver>/<sensor>" | |||
2018-11-30 | devices/storage: added udisks2 support | Ondrej Čerman | |
2018-11-30 | computer/os: fix loop in parse_os_release | Ondrej Čerman | |
2018-11-19 | Added MATE version detection | Ondrej Čerman | |
2018-11-19 | Re-enabled desktop enviroment field | Ondrej Čerman | |
2018-11-06 | devices/sensors - hwmon: added support for cpu_vid | Ondrej Čerman | |
2018-11-04 | Fix biuld after f6299d9 | Leandro Pereira | |
2018-11-04 | fix blowfish bench sort order | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | benchmark/blowfish: new version of blowfish benchmark | Burt P | |
The new version uses a fixed time and provides variants for single-thread, multi-thread, and multi-core. A few results are included. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | params: html_ok -> markup_ok | Burt P | |
The html_ok param added in 970174b0897d40b804808632784ffa1544d9da93 is misleading. It turns out that it is not HTML, but Pango Markup that is used by GTK, and a subset of that happens to also work as HTML4 for the HTML report generation. This change renames html_ok to markup_ok in ProgramParameters and adds a comment explaining what common set of tags may be used. Also, if report generation happens as a fallback after GUI initialization failed, then also disable markup, unless report will be generated as HTML. Pango markup info at: https://developer.gnome.org/pango/stable/PangoMarkupFormat.html Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | devices: also ignore duplicate version | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | dmi: show ignored values with strikethrough | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | vendor.c: remove duplicate code, use vendor_match(), make *_name() result ↵ | Burt P | |
consistent Following the old behavior of returning the passed-in string if not found. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-11-04 | devices: get_motherboard(), shorten vendor if possible | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> |