aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-22DMI socket/module information moved from Processor to Memory DMIBurt P
As discussed in https://github.com/lpereira/hardinfo/issues/345 Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-22Note for missing nvme info without udisks2Burt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-20Show Refresh/Copy icons again in toolbarLeandro Pereira
2019-06-20move devices/memory to computer/memory usageBurt P
As discussed in https://github.com/lpereira/hardinfo/issues/345 Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-20Show g_module_error() when loading a moduleLeandro Pereira
2019-06-19devices/spd: Fixed DDR3 tCLOndrej Čerman
2019-06-19devices/spd: Added DDR3 Module manufacturerOndrej Čerman
2019-06-19devices/spd: FIX DDR3 Module sizeOndrej Čerman
2019-06-19Update Russian translationTotalCaesar659
2019-06-19Fix typoTotalCaesar659
2019-06-18Add information about SELinux and other LSMsLeandro Pereira
2019-06-18Use security-low icon from the GNOME Adwaita themeLeandro Pereira
2019-06-18Start Computer/SecurityBurt P
As requested in https://github.com/lpereira/hardinfo/issues/342 Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-16devices/spd-decode.c: add source informationBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-02devices/spd-decode: Fallback to another driver when no devices are foundOndrej Čerman
2019-06-02devices/spd-decode: Reevaluate partial data after refreshOndrej Čerman
2019-06-02devices/spd-decode: Added DRAM Manufacturer for DDR4Ondrej Čerman
2019-06-02devices/spd-decode: Added manufacturing date for DDR4Ondrej Čerman
2019-06-02computer/modules.c: add intree and retpoline fieldsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-06-02computer/modules.c: code format cleanupBurt 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-26devices/spd-decode: DDR4 manufacturer decoding fixOndrej Čerman
2019-05-26devices/spd_decode: DDR4 - decoding XMP and voltageOndrej Čerman
2019-05-26dmi_util: more placeholder values to ignoreBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-05-25Allow DMI on non-x86Burt 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-25devices/gpu: add memory freqOndrej Čerman
2019-05-25gpu_util: add amdgpu core clocksOndrej Čerman
2019-05-25devices/sensors: hwmon - driver key replaced with device name keyOndrej Čerman
2019-05-25devices/sensors: sensors config - fix parsing compute line when there is no ↵Ondrej Čerman
space before comma
2019-05-25spd-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-25spd-decode.c: code format cleanupBurt 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-13Added hinote when hardinfo is not able to read full DDR4 SPD data.Ondrej Čerman
2019-05-13Initial DDR4 supportOndrej Čerman
2019-05-13devices/storage - udisks2: added pm, apm, aam, part. table type and ↵Ondrej Čerman
partitions list
2019-01-16vendor.ids: newer versionBurt P
...from https://github.com/bp0/verbose-spork/blob/master/data/vendor.ids Signed-off-by: Burt P <pburt0@gmail.com>
2019-01-15data/vendor.ids: Add ASMedia and ASRockOndrej Čerman
2019-01-15data/vendor.ids: Added match_string for SonyOndrej Čerman
2019-01-15devices/sensors: Added HDD temperature sensors from udisks2Ondrej Čerman
2019-01-15devices/storage: Use udisks2 as primary source for storage infoOndrej Čerman
2018-12-14devices/sensors: hwmon - removed unwanted whitespace from sensor labelsOndrej Čerman
2018-12-14devices/sensors: hwmon - added support for Current and Power sensorsOndrej Čerman
2018-12-14devices/sensors: hwmon perf. - use directory listing to find sensor files ↵Ondrej Čerman
instead of looping 256 times
2018-12-14udisks2_util.c: fix memory leakOndrej Čerman
2018-12-04Update Russian translationTotalCaesar659
2018-12-04Replaces the uber-graph submodule with a local forkBurt P
Includes the hardinfo-required source files directly instead of using a git submodule. The original is unmaintained. Signed-off-by: Burt P <pburt0@gmail.com>
2018-12-04Removed uber-graph as submoduleBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-12-03dmi: add system-serial-number, sku; ignore a few more placeholdersBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-12-03Fix #317: Paned position resets on reload_section()Burt P
Fixes https://github.com/lpereira/hardinfo/issues/317 Signed-off-by: Burt P <pburt0@gmail.com>
2018-12-03dt_util: more fixes from warningsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-12-03gpu: show details in reportBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2018-12-03gpu_util: fix intel gpu freqBurt P
Signed-off-by: Burt P <pburt0@gmail.com>