aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/util.c
AgeCommit message (Collapse)Author
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
2006-11-26Cleanups.Leandro A. F. Pereira
Add ability to choose which modules will be loaded.
2006-11-20More cleanupsLeandro A. F. Pereira
2006-11-19Run hardinfo with the '-r' command-line parameter and you'll get a report in ↵Leandro A. F. Pereira
standard output. :)
2006-11-19Started working on report generation without GUI.Leandro A. F. Pereira
2006-11-18More CD-ROM informationLeandro A. F. Pereira
2006-10-27Exit if GTK+ can't be initialized.Leandro A. F. Pereira
2006-10-27Added web links to the help menu (Report Bug and Open HardInfo webpage).Leandro A. F. Pereira
2006-10-27Cleanups. Fallback to using hardcoded paths if binreloc fails. Add GTK+ log ↵Leandro A. F. Pereira
handler (shows errors and warnings in a graphical window).
2006-10-25More cleanupsLeandro A. F. Pereira
2006-10-25Fix report output format option.Leandro A. F. Pereira
2006-10-16Use g_str_equal instead of strcmp.Leandro A. F. Pereira
About box cleanups Use g_build_filename instead of building paths on my own Better BinReloc support (should work even if binreloc initialization fails)
2006-10-15hddtemp support cleanup, fixesLeandro A. F. Pereira
2006-05-20- Add binreloc support.Leandro A. F. Pereira
- Add users information. - Add ppc64 and mips64 support. - Fix loadgraph autoscaling (should be usable now! :) - Misc cosmetic changes. - Misc wording changes.