aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/battery.c
AgeCommit message (Collapse)Author
2020-05-17Fix more formatting errorsLeandro Pereira
2019-07-12Show links for vendorsLeandro Pereira
2018-09-08Free memory allocated with g_malloc() using g_free()Leandro Pereira
2016-01-07Avoid potential crash if there's leading whitespaceLeandro Pereira
2016-01-07Obtain battery information from sysfs as wellLeandro Pereira
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2012-01-15Remove more sightings of if (ptr) { free(ptr) }Leandro Pereira
2011-12-30Fix crash when computer has two or more batteriesLeandro Pereira
2011-12-30Fix "sh: -c: option requires an argument" when no apcaccess binary is availableLeandro Pereira
Closes http://bugs.hardinfo.org/showreport.php?bugid=59
2010-08-15Fix potential problems found by clang static analyzer.Leandro Pereira
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira