aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2
AgeCommit message (Collapse)Author
2024-05-13FIX Improve epileptic by more flash removal - improve darkmode detectionhwspeedy
2024-05-01FIX CLI - disable strwrap for CLI, disable window freezehwspeedy
2024-05-01FIX Added strwrap function and fixed width for OS, Security & Env varshwspeedy
2024-04-17FIX GCC strncpy warningshwspeedy
2024-04-11FIX Skip benchmark reporting in CLI when -s (skip benchmark)hwspeedy
2024-04-02FIX Implicit ctype functions - missing includehwspeedy
2024-03-20FIX CLI updated with synchronize features, fix stop benchmark crash, ↵hwspeedy
libsoup3 debug fixed+added sync. comm for cli, DOCs updated, LibSoup3 enabled for distros supporting LS3
2024-03-15FIX GCC warnings strncpyhwspeedy
2024-03-12LICENSE relicense public domain sha1.h as GPL2+, added credits for binreloc.c+hhwspeedy
2024-03-12LICENSE relicenses Public Domain binreloc.c+h, md5 as GPL2+, fixes for ↵hwspeedy
improved detection and updated check_license.sh
2024-03-11FIX GCC warnings - include & uninit free (Potential Crash - never seen)hwspeedy
2024-03-10FIX Deprecated inet_addr and inet_ntoahwspeedy
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.