Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-10 | devices/storage: small fixes | Ondrej Čerman | |
2019-07-10 | devices/storage: added partitions info | Ondrej Čerman | |
2019-07-10 | ubuntu flavors: vanilla png -> svg | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-10 | Use SVG for distro icons | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-10 | UbuntuFlavor -> DistroFlavor: perhaps more easily used by non-ubuntu distros | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-10 | Add SVG icon support in report HTML and Xubuntu icon to demonstrate | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-10 | computer/os: Ubuntu flavors | Burt P | |
See: https://github.com/lpereira/hardinfo/issues/404 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-07 | computer/display.c: handle unknown session type | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-06 | Use optional parameters to info_field() to specify icons | Leandro Pereira | |
2019-07-06 | Fix compiler warnings in SPD decoder | Leandro Pereira | |
2019-07-06 | Copy CPU vulnerability name to InfoField | Leandro Pereira | |
Fixes #392 | |||
2019-07-06 | struct info: add field sort option to InfoGroup | Burt P | |
Fields are sorted on flatten. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-06 | Memory devices: enable more warnings and cleanup | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-06 | Memory devices: add icons | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-05 | devices/storage: fixed current media | Ondrej Čerman | |
2019-07-04 | Also consider "vulnerable" when looking at CPU vulnerabilities | Leandro Pereira | |
2019-07-04 | Use DetailView for SHELL_VIEW_NORMAL and the more info display | Leandro Pereira | |
This change has been made mostly because we need more control in how things are displayed, and fighting GTK+ so that this is possible isn't going to cut it. For instance, it is now possible to display links -- albeit only external links at the moment, but internal links will be possible, allowing for instance for one to click in a kernel module dependency to know more about that particular module. Links will also be useful to go to the vendor website, and maybe other things (like web search for Vendor + Product ID) and whatnot. Eventually this will replace the summary view altogether. That code has a lot of drawbacks, including not being able to have its contents copied to the clipboard, appear in reports, or have auto-updating fields. It stays for now, but it will be gone before 0.6 is released. I had forgotten how messy this code is. One of the reasons I lost the interest in this project... I want to hack on a nicer code base but I also lack the strong motivation to write the shell from the scratch. | |||
2019-07-04 | Use "debian" for Debian distrocode | Leandro Pereira | |
When parsing the -- now preferred -- os-release file, the distro ID is "Debian", which is lowercased. | |||
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 | 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 | 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 | Show Warning icon in CPU Vulnerabilities section if unmitigated | Leandro Pereira | |
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 | 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 | Memory Devices: unkifnull() a couple types_str uses | 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> |