Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-16 | Update loongarch architecture processor information | zhuyaliang | |
The previous LoongArch support added in commit 56e590d was based on the kernel behavior before the official upstream merge. Stable cpuinfo: https://git.kernel.org/torvalds/c/7153c3c | |||
2021-11-17 | Update copyright information | L Pereira | |
2021-11-15 | Add loongarch support. | liuxiang88 | |
2021-11-07 | Update copyright information | L Pereira | |
2021-10-19 | devices/storage - added WWN/EUI Identifier and IEEE OUI | Ondrej Čerman | |
2021-10-17 | devices/storage - refactoring - all code that is extending udisks2 ↵ | Ondrej Čerman | |
information has been moved to separate file. | |||
2021-04-03 | Add command-line parameter to quieten HardInfo when in non-GUI mode | Leandro Pereira | |
2021-03-06 | Update HARDINFO_COPYRIGHT_LATEST_YEAR to 2021 | Leandro Pereira | |
2021-02-21 | Remove unused remote.h | Leandro Pereira | |
2021-02-21 | Add support for NUMA nodes | Leandro Pereira | |
Related to #599. | |||
2021-02-02 | Fix build warning related to pcid_cmp_by_addy()'s prototype | Leandro Pereira | |
2020-12-29 | Add libsensors support | Leandro Pereira | |
Fixes #590 | |||
2020-12-12 | devices/storage: added intepreted s.m.a.r.t. value | Ondrej Čerman | |
2020-10-09 | Add stub to set title in GTK3 load graph | Leandro Pereira | |
2020-10-09 | Show graph's title at selecting sensor item | Sergio Vieira | |
2020-06-14 | FIxed buffer size, changed copyright headers | entityfx | |
2020-06-14 | E2K: added initial support of MCST Elbrus 2000 CPU architecture | entityfx | |
E2K (Elbrus 2000) - this is VLIW/EPIC architecture, like Intel Itanium (IA-64) architecture. Ref: https://en.wikipedia.org/wiki/Elbrus_2000 | |||
2020-05-25 | Reposition Synchronize button | Leandro Pereira | |
2020-05-17 | Fix more formatting errors | Leandro Pereira | |
2020-05-15 | Show Network Updater button in the toolbar if available | Leandro Pereira | |
2020-05-13 | Show "Benchmarking..." dialog on top of sync manager | Leandro Pereira | |
2020-05-09 | Update SyncManager to use the new API | Leandro Pereira | |
2020-05-09 | Fix enum declaration | Trung Le | |
2020-05-03 | hi_module_get_about() should return a const pointer | Leandro Pereira | |
2020-05-03 | Reindent syncmanager.[ch] | Leandro Pereira | |
2020-05-03 | Show distro code name, if present | Leandro Pereira | |
2020-02-08 | Sensors: groups inside add_sensor; group by type or by dev source | Ondrej Čerman | |
2020-02-08 | Sensors: Added item icons | Ondrej Čerman | |
2020-01-17 | info: fixes for escaped label flag | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-17 | shell: new flag/funcs for escaping label part in keys | Burt P | |
Will allow formerly forbidden characters in a label, "#$=" See: https://github.com/lpereira/hardinfo/issues/509 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-17 | pci_util.h: fix usage comment | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-17 | pci: sort list of devices | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-17 | pci_util: use GSList for pcid_list | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-05 | firmware: switched to D-Bus | Ondrej Čerman | |
2020-01-04 | pci: include a minimum pci.ids with classes, note when pci.ids is missing | Burt P | |
Noticed that the RPi4 has a PCIe bus, but pci.ids is not included with the standard Raspbian image, so everything is "(Unknown)." Now there will be some basic information about what the device is, and a note about installing pci.ids for more information. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-03 | storage: updated list | Ondrej Čerman | |
2020-01-03 | storage: nvme pci info + udisks2_util vendor fixes | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-03 | pci_util: add pci_get_device_str() | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-29 | summary: remove extra columns from storage/input dev. values | Ondrej Čerman | |
2019-12-29 | inputdevices: Added new vendor info + info from usb.ids | Ondrej Čerman | |
2019-12-28 | pci_util: add some id lookup functions | Burt P | |
So we can do pci.ids lookups ourselves. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | usb: vendor tags in list | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | fmt_opts param for pango/html/text formatting | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | shell: add key flag for strings expected to contian vendors | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-26 | computer/display: add notes for wanted extern utils | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-10-24 | sysbench memory tweaks | Burt P | |
* Use a larger sample size for sysbench 1.0+ and 64-bit * Store pointer size with bench results * Re-enable single thread memory benchmark Use a larger sample size where available. The small size was chosen because the 32-bit ARM sysbench 0.4x in raspbian can't do more than about ~4G, but the problem is that much more powerful machines burn through that very quickly. The result is in MiB/s so it should still be comparable, but the results should be more stable. Noticed with Ryzen that multi-thread varies significantly based on what threads are used, but benchmark doesn't really have control over that. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-10-24 | report: handle newlines in values | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-10-24 | Devices/storage: SMART attributes from udisks2 | Ondrej Čerman | |
2019-08-28 | vendor: update vendor.{h,c} | Burt P | |
Mostly new match rules. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-22 | various: entry hide flag, fix text format report, fix key_*() funcs | Burt P | |
* fix key_is_highlighted() and key_wants_details() so that they don't look for flags in the label. * fix -r -f text, g_hash-related warnings from icon cache * add MODULE_FLAG_HIDE flag to hide module entries instead of using the '#' at the beginning of string hack, which didn't work everywhere, and screwed up translated strings. * hide GPU Drawing benchmark See: https://github.com/lpereira/hardinfo/issues/329 Signed-off-by: Burt P <pburt0@gmail.com> |