aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
AgeCommit message (Collapse)Author
2024-03-09FIX when cores not set - set to thread - probably SBC - best for benchmarkhwspeedy
2024-03-06FIX hardinfo lib-loading cleanup, params clean uphwspeedy
2024-03-03LICENSE - missing fixes according to copyright holder - see ↵hwspeedy
https://github.com/lpereira/hardinfo/issues/530 Deleted last e2k support due to missing answer
2024-03-01FIX sysfs pcie current width was wronghwspeedy
2024-02-28FIX threads glib 2.28.0 & 2.32.4 Debian7,ol6hwspeedy
2024-02-28FIX remove old paths for pci.idshwspeedy
2024-02-28ADD Sync blobversion check - only update if new on serverhwspeedy
2024-02-27FIX removed old conf format for vendorshwspeedy
2024-02-27FIX removed mini pci ids, Add script to update data & updated datahwspeedy
2024-02-24FIX Crash - Udisks2 for non udisks2 installshwspeedy
2024-02-24FIX FIX udisks2 wrongly disabledhwspeedy
2024-02-16FIX stealpointers for GLIB<2.44hwspeedy
2024-02-08FIX Crash vendorbigbear
2024-02-08FIX back port for threadsbigbear
2024-02-08FIX back portsbigbear
2024-02-08FIX - missing includesbigbear
2024-02-08CLEANUP - remove old stuffbigbear
2024-02-08FIX GCC Warningsbigbear
2024-02-08FIX GCC Compatibilitybigbear
2024-02-08FIX CodeQL warningsbigbear
2024-02-08PR665 - fix numa node uninitializedbigbear
2024-02-08PR681 - implicit function declarationbigbear
2024-02-08PR696 - module loading orderbigbear
2024-02-08ADD Package building for hardinfo2bigbear
2024-02-08LICENSE Changed to GPL2+ for project and source code According to approval ↵bigbear
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707
2024-02-08Clean - HARDINFO2 BASEbigbear
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira
2010-05-03Use CMake instead of ToscoConf.Leandro A. F. Pereira
2010-01-07Show more relevant information on Summary->Computer->GraphicsLeandro Pereira
2010-01-07Make it possible to rename hostnames in Remote Host ManagerLeandro Pereira
2010-01-04Fix all compilation warnings (now being treated as errors).Leandro Pereira
2010-01-04Implement the graphical summary view in the shell, and do a proof of concept ↵Leandro Pereira
implementation for computer.so module.
2010-01-04Fix compiler flags in Makefile.in; -Wall and -Werror weren't being used. ↵Leandro Pereira
Lots of errors must now be fixed.
2010-01-04Add -Werror to compiler flags.Leandro Pereira
2010-01-04Fix compiler warning.Leandro Pereira
2010-01-04Add a ShellModule pointer to the Shell that points to the currently-selected ↵Leandro Pereira
module.
2010-01-03Reorganize module_unload_all() so that all references to a GModule's address ↵Leandro Pereira
space are cleared out before they're actually unloaded.
2010-01-03Fixed a bug that would crash the shell if there were ShellFieldUpdates ↵Leandro Pereira
timers pending after modules were unloaded.
2010-01-03Add hi_module_deinit() functions to more modules.Leandro Pereira
2010-01-03Only show the 'server disconected' message once.Leandro Pereira
2010-01-03Add a module deinitialization function, so modules can deallocate memory on ↵Leandro Pereira
unload.
2010-01-03Fix a bug introduced with context help: the shell was left in a inconsistent ↵Leandro Pereira
state when changing between module entries.
2010-01-03Make note info panel smaller.Leandro Pereira
2010-01-03Re-enable the shell when cancelling a benchmarkLeandro Pereira
2010-01-03Warn when the help viewer was unable to find/parse the help file.Leandro Pereira
2010-01-03Remove context-sensitive help flag from Computer->Summary, as it doesn't ↵Leandro Pereira
have one right now.
2010-01-03Add ability to include context-sensitive help files.Leandro Pereira
2010-01-03A little hack with "&& echo".Andrey Esin
Hardinfo doesn't show last locale with 'locale -av', becase in FILE *locale last line doesn't empty. TODO: rewrite scan_languages without hack.
2010-01-02Add another method of listing USB devices, by using the lsusb program (fix ↵Leandro Pereira
bug #15).
2010-01-02If the module entry has the flag MODULE_FLAG_NO_REMOTE, don't their methods ↵Leandro Pereira
to be called