Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-04 | Add distro icons for Ubuntu and Clear Linux OS | Leandro Pereira | |
2019-07-04 | Plug memory leak in dmi_socket_info() | Leandro Pereira | |
2019-07-02 | x86: use new dmi_* types | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-02 | Memory devices: Direct-RDRAM type detect from DMI | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-02 | Memory devices: RDRAM type detect from DMI | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-02 | dmi_util/memory devices: fixes for 32-bit systems | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-02 | Memory devices: try and get code bytes from DMI mfgr string | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-02 | Memory devices: DMI may provide mfgr codes | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-02 | Memory devices: show bank in locator if needed | Burt P | |
If a locator of array > socket is not unique, then use array > bank > socket in the list. As suggested in https://github.com/lpereira/hardinfo/issues/386 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-02 | Memory devices: also ignore "Unknown" for DMI manufacturer | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-02 | devices/storage: fix crash on double free | Burt P | |
`media_comp` doesn't always get set, so needs to be set to null after free to be re-used. Fixes: https://github.com/lpereira/hardinfo/issues/394 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-30 | Update Fedora logo | Leandro Pereira | |
The initial conversion from SVG didn't yield a good image. | |||
2019-06-30 | Updated contributors list | Ondrej Čerman | |
2019-06-30 | devices/storage: Better storage media labels | Ondrej Čerman | |
2019-06-29 | Show kernel command line | Leandro Pereira | |
2019-06-29 | Merge pull request #382 from bp0/mem9 | Leandro A. F. Pereira | |
Memory Devices: Fix DMI to SPD matching | |||
2019-06-29 | Bring back distro icons | Leandro Pereira | |
Only Arch Linux, Debian, and Fedora for the moment. Too lazy to go find icons for other distros right now. | |||
2019-06-29 | Remove duplicated Arch Linux entry | Leandro Pereira | |
2019-06-29 | Rename Fedora id to "fedora" | Leandro Pereira | |
2019-06-29 | Clean up distro-detecting code | Leandro Pereira | |
2019-06-29 | Fix Computer->Memory after b2b1302ba | Leandro Pereira | |
2019-06-29 | Memory Devices: Fix DMI to SPD matching | Burt P | |
Should fix https://github.com/lpereira/hardinfo/issues/380 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Only prepend $ITEM-g-i$ while flattening if there are icons | Leandro Pereira | |
Otherwise, the field updater would look for a field $ITEM-g-i$FieldName, which it has no way of knowing about. | |||
2019-06-29 | Show Warning icon in CPU Vulnerabilities section if unmitigated | Leandro Pereira | |
2019-06-29 | Support icons in InfoFields | Leandro Pereira | |
2019-06-29 | add build-* dirs to .gitignore | Burt P | |
I have build-gtk3/ and build-dbg/ that are annoying me in the git status. ...if you don't mind. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices: more details for DDR3 | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Show CPU vulnerabilities in Security screen | Leandro Pereira | |
2019-06-29 | Allow more dynamic InfoGroup creation | Leandro Pereira | |
2019-06-29 | h_sysfs_read_*() should take const pointers as args | Leandro Pereira | |
2019-06-29 | fix a somewhat confusing memory fault/leak | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Computer Summary RAM tweak | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices: add ranks, io pins, voltages for ddr3 | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices: fix spd revision for ddr and ddr2 | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices: mfg date for ddr3 | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices: dram vendor for ddr3 | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices: add rank from DMI | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | dmi_util: make cache static, use cache free function | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices: unkifnull() a couple types_str uses | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | dmi_util.c: add simple cache for dmidecode reads | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Computer Summary: use info from Memory Devices in RAM field | Burt P | |
Show size and type if SPD or DMI memory information was available. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices: a little name cleanup | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices: update SPD manufacturer codes | Burt P | |
* based on list in recent decode-dimms * move to separate file for easier maintenance Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Memory Devices improvements | Burt P | |
* note if ddr3 is installed but ee1004 is used * create an SPD "array" if no DMI arrays exist * show mem types in array info * include any SPD-detected modules even if they are types that can't be decoded currently Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | add medium zlib bench result | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | benchmark/zlib: new version of zlib benchmark | Burt P | |
The new version uses a fixed time (7s) and the results are much more consistent than the previous version. A couple results for the new version, one "low" and one "high", replace the old results, which were quite strange. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-28 | Use Processor/Memory to be more consistent with items in Devices | Leandro Pereira | |
2019-06-28 | Only add icons if keys begin with Icon$ prefix (not Icon) | Leandro Pereira | |
2019-06-28 | Show PCI device icons based on class | Leandro Pereira | |
2019-06-28 | Use USB icon for USB hubs | Leandro Pereira | |