aboutsummaryrefslogtreecommitdiff
path: root/includes
AgeCommit message (Expand)Author
2018-12-02Perhaps fix implicit-pointer-decl warning for suseBurt P
2018-11-30add hardinfo param for maximum number of benchmark results to includeBurt P
2018-11-30devices/usb: Add USB interfaces and device iconsOndrej Čerman
2018-11-30devices/storage: added udisks2 supportOndrej Čerman
2018-11-04benchmark/blowfish: new version of blowfish benchmarkBurt P
2018-11-04params: html_ok -> markup_okBurt P
2018-11-04dmi_util: make ignoring string detectableBurt P
2018-11-04devices: get_motherboard(), shorten vendor if possibleBurt P
2018-11-04report: add "shell" report formatBurt P
2018-11-04add very-verbose parameterBurt P
2018-11-04shell/report: allow "moreinfo" details to appear in reportsBurt P
2018-10-22dmi_util: extend chassis_type table; add some functions to get information fr...Burt P
2018-10-22devicetree: add oppv1 and clock-frequency to opp supportBurt P
2018-10-22gpu: show freq range, if availableBurt P
2018-10-22devicetree/opp-v2 requested changesBurt P
2018-10-22devicetree: get opp-v2 freq range for gpu, if availableBurt P
2018-10-22don't use html in text-only outputBurt P
2018-10-13Display status of ASLR in Computer->Operating SystemLeandro Pereira
2018-09-26gpu: show more dt infoBurt P
2018-09-26device tree: some operating-points-v2 propertiesBurt P
2018-06-02vendor.c: add some data fields and cleanupBurt P
2018-05-27vendor.c: fix vendor sortBurt P
2018-05-25gpu_util.c: add nvidia specific information from procfsBurt P
2018-05-25fix for #251 missing <unistd.h> at "hardinfo.h"PICCORO Lenz McKAY
2018-05-18Fix compiler warnings generated with GCC 8Leandro Pereira
2018-04-24vendor.c: try and reduce the likelihood of false matchesBurt P
2018-04-24hardinfo: add cli option to skip benchmarksBurt P
2018-04-24computer/display: use x_util for display informationBurt P
2018-04-24[new] devices/gpu: graphics processorsBurt P
2018-04-24[new] gpu_util: functions and data structures for gpu informationBurt P
2018-04-24[new] x_util: functions and data structures for x server informationBurt P
2018-04-24[new] pci_util: functions and data structures for pci informationBurt P
2018-03-12usb: requested changesBurt P
2018-03-12usb_util.cBurt P
2018-03-12report: highlight "selected" itemsBurt P
2018-02-27x86: fix for kernels that don't provide cache idBurt P
2018-02-27x86,arm: cpu clocks list in package informationBurt P
2018-02-27Fix benchmark_parallel_for() to use correct number of threadsBurt P
2018-02-27benchmark: New benchmark typesBurt P
2018-02-27Add cli param to format result for -bBurt P
2018-02-27Benchmark results: store threads usedBurt P
2017-12-09x86: add summary of caches to package informationBurt P
2017-09-04Add prototype for processor_frequency_desc()Leandro Pereira
2017-08-27dmi: requested changesBurt P
2017-08-27DMI: allow specifying type for dmi_chassis_type_str()Burt P
2017-08-27Create dmi_util.c and move *_util.c to hardinfo/Burt P
2017-08-27DMI: dmi_chassis_type_str() maps chassis-type to stringBurt P
2017-08-27DMI: create single dmi_get_str() that uses sysfs with dmidecode fallbackBurt P
2017-08-15Add info_field_printf() to reduce some sturct Info field boilerplateLeandro Pereira
2017-08-14Begin getting rid of callbacks returning stringsLeandro Pereira