aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/util.c
AgeCommit message (Collapse)Author
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
2007-02-14Add proxy support for SyncManager. Remove uidefs.xml; add uidefs.h.Leandro A. F. Pereira
2007-01-18More syncmanager stuffLeandro A. F. Pereira
2007-01-13Talking with remote server is working; still does nothing useful :)Leandro A. F. Pereira
2007-01-13Started working on SyncManager (GUI only; does not work currently, needs ↵Leandro A. F. Pereira
backend).
2007-01-06Let the fun begin! :)Leandro A. F. Pereira
2007-01-05Some fixes for Linux 2.4.Leandro A. F. Pereira
2007-01-04Add about information.Leandro A. F. Pereira
2007-01-04Fix segfaults, cleanups.Leandro A. F. Pereira
2007-01-03Preliminary memory information support.Leandro A. F. Pereira
2007-01-03Cleanups.Leandro A. F. Pereira
2007-01-03Other platform fixes.Leandro A. F. Pereira
2007-01-03Cleanups. Implement DEBUG() macro.Leandro A. F. Pereira
2007-01-02Implemented new module API. Needs cleanups.Leandro A. F. Pereira
2007-01-02Add module dependency checking.Leandro A. F. Pereira
2007-01-02Cleanups, reorganization. Implemented foreign module calls.Leandro A. F. Pereira
2007-01-01Cleanups.Leandro A. F. Pereira
2006-12-30Image is now saved with the right size. Enable the save image as menu item ↵Leandro A. F. Pereira
only when needed.
2006-12-01More and more and more cleanupsLeandro A. F. Pereira
2006-11-27CleanupsLeandro A. F. Pereira
2006-11-26CleanupsLeandro A. F. Pereira
2006-11-26Forgot to close the directory :PLeandro A. F. Pereira
2006-11-26Remove the need for modules.confLeandro A. F. Pereira