summaryrefslogtreecommitdiff
path: root/hardinfo2/util.c
AgeCommit message (Collapse)Author
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-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-03Add a module deinitialization function, so modules can deallocate memory on ↵Leandro Pereira
unload.
2010-01-01Don't include benchmarks in remote mode.Leandro Pereira
2009-08-10Fix benchmark.so module buildLeandro A. F. Pereira
2009-05-17More Remote mode fixesLeandro A. F. Pereira
2009-05-10Implement SSH tunnel; needs more work, though.Leandro A. F. Pereira
2009-05-03Change module.getModuleList(), so it also sends the module's icon filename. ↵Leandro A. F. Pereira
Stability fixes to the remote feature.
2009-04-30Make module unloading more reliableLeandro Pereira
2009-04-29When unloading modules, clear all tree storesLeandro A. F. Pereira
2009-04-29Implement more remote client featuresLeandro A. F. Pereira
2009-04-27Make unloading of modules possibleLeandro A. F. Pereira
2009-04-26Making more room to implement the remote mode :)Leandro A. F. Pereira
2009-04-26Implement more methods; this will be cleaned up later.Leandro A. F. Pereira
2009-04-25Implement module.entryGetField()Leandro A. F. Pereira
2009-04-25Start implementing the XML-RPC serverLeandro A. F. Pereira
2009-04-25Add XML-RPC server (prototype); early work on the "Open Connection" dialogLeandro A. F. Pereira
2009-04-19Clean up CPU description on benchmark displayLeandro Pereira
2009-04-12Make it possible to run a benchmark from command-lineLeandro Augusto Fogolin Pereira
2009-04-06Small fixesLeandro A. F. Pereira
2009-03-09Make open_url() honor $BROWSER environment variable.Leandro A. F. Pereira
(Based on code by Guilhem Bonnefille, from Viking project.)
2009-03-08Fix compilation errorLeandro A. F. Pereira
2009-03-07Also cache g_find_program_in_path() results in find_program()Leandro A. F. Pereira
2009-02-21If find_program() fails, bail out to g_find_program_in_path() to search the ↵Leandro A. F. Pereira
user's path too.
2009-02-21Don't rely on hardcoded paths anymoreLeandro A. F. Pereira
2009-01-23Add Network statistics (aka netstat -s).Leandro Augusto Fogolin Pereira
2009-01-10Fix segfaultLeandro A. F. Pereira
2008-12-29Compile MD5, SHA1, Blowfish and FBench only on benchmark module; overall ↵Leandro Augusto Fogolin Pereira
Makefile cleanup
2008-07-04Remove crash handler. Forgot it caused more problems than helped.Leandro A. F. Pereira
2008-07-04Add crash handler (based on old Sylpheed Claws code)Leandro A. F. Pereira
2008-06-30CleanupsLeandro A. F. Pereira
2008-06-30Make "Resources" information a little more meaningful.Leandro A. F. Pereira
If the resource is claimed by a kernel module, use its description. If the resource is reserved by a PCI device, use its name.
2008-06-25Cleanups.Leandro A. F. Pereira
Add processor cache information (x86 only.)
2008-05-30Fix usbfs display.Leandro A. F. Pereira
Abort HardInfo if user choses not to load a module dependency (when using -m command-line switch).
2008-05-24Update my email address (leandro@linuxmag.com.br is dead)Leandro A. F. Pereira
2008-05-23More WiFi information.Leandro A. F. Pereira
List USB devices even if /proc/bus/usb is not mounted (by using sysfs as a fallback). Add one vendor.
2007-10-20Fix crash, SCSI detection on newer kernels.Leandro A. F. Pereira
2007-10-09Cleanups, plug memleakLeandro A. F. Pereira
2007-08-05Fix compilation on AMD64 systems running on 64-bit mode (use /usr/lib64 ↵Leandro A. F. Pereira
instead of /usr/lib).
2007-08-02Cleanups.Leandro A. F. Pereira
2007-07-06More cleanups.Leandro A. F. Pereira
2007-07-05Cleanups. Plug most of the memleaks.Leandro A. F. Pereira
2007-07-01A bunch of cleanups.Leandro A. F. Pereira
2007-06-30Hrm. Memleaks still not plugged correctly. Reverting.Leandro A. F. Pereira
2007-06-30Plug more memleaks.Leandro A. F. Pereira
2007-04-04Misc bugfixes, implement 'Boots'Leandro A. F. Pereira
2007-03-21Cleanups. APM battery info fixes for Linux 2.6.Leandro A. F. Pereira
2007-03-03Better APM battery supportLeandro A. F. Pereira