summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-06-20Make sure the arguments passed to printf/die(...) match the formatOlivier Gayot
2018-06-20No longer use a temporary buffer in the die() functionOlivier Gayot
2018-06-11Fix shown IP address belonging to wrong interfaceOlivier Gayot
2018-06-04Simplify the algorithm used to determine the IP addressOlivier Gayot
2018-05-19Merge pull request #270 from Stunkymonkey/mem-supportIngo Bürk
2018-05-15Fix MacOS buildeplanet
2018-05-04Simplify the memory thresholdsBenedikt Heine
2018-05-04Rename ram variables consistentlyBenedikt Heine
2018-04-11Implement support for memory-usage on LinuxFelix Buehler
2018-04-08Merge pull request #275 from winks/patch-2Ingo Bürk
2018-04-06Fix NULL value on OpenBSD when there is no acpitz0Florian Anderiasch
2018-03-29Show IP address when address has a labelDan Robertson
2018-03-27Merge branch 'master' into masterIngo Bürk
2018-03-27Merge pull request #243 from jasperla/fei_errorIngo Bürk
2018-02-13OpenBSD: fix volume display on some hardwareCarlin Bingham
2018-02-07Make iface_type() work on FreeBSDGerome Fournier
2018-01-28Treat zero battery capacity as "not available" (#259)johcgt
2017-12-11Update comment as in #247 (#254)Emeric Planet
2017-12-11Add IPv6 address when IPv4 isn't available (#247)Emeric Planet
2017-12-09Call tzset at each time printeplanet
2017-09-04Remove overly aggressive #errorJasper Lievisse Adriaanse
2017-08-24Be more cautious about handling invalid battery measurements.kousu
2017-08-19Use local timezone for battery %emptytime (#236)Emeric Planet
2017-04-16Merge pull request #219 from flammi/masterIngo Bürk
2017-04-13Add battery capacity parsing (#216)Emeric Planet
2017-04-13Added bracesFabian Franzen
2017-04-12Fix memory leak/Use BEGINS_WITH macroFabian Franzen
2017-04-12Add check for virtual ethernet devicesFabian Franzen
2017-03-26Multiple CPU support for cpu_usage (#209)eplanet
2017-03-10disk: don't remove trailing slash if path is a single characterKenneth Lyons
2017-03-08Merge pull request #208 from stapelberg/warningIngo Bürk
2017-03-08remove useless checks (we use char, not unsigned char)Michael Stapelberg
2017-03-08disk: sanitize trailing slashesMichael Stapelberg
2017-02-07Merge pull request #202 from jasperla/openbsd_fdleakIngo Bürk
2017-02-07Plug an fd leak in the OpenBSD-specific code for _first_Jasper Lievisse Adriaanse
2017-02-07Suppress printing :00 seconds of remaining battery lifetime, as apm(4)'sJasper Lievisse Adriaanse
2017-02-01Fix the deciKelvin to Celsius conversion on FreeBSD (#195)Baptiste Daroussin
2017-01-31Make first_eth_interface() work on OpenBSD: (#197)Jasper Lievisse Adriaanse
2017-01-31Include sys/select.h on OpenBSD (#198)Jasper Lievisse Adriaanse
2016-11-15Add 'format_below_threshold' option for 'disk' moduleMihai Coman
2016-11-12Use blank padding for wireless quality (#166) (#167)Jon Bernard
2016-10-24Setting of custom locale in tztime configuration. (#168)Björn Lindström
2016-10-23Detect batteries using glob (#163)Stu Zhao
2016-09-14pulse device may be specified by name (#126) (#162)Watcom
2016-08-28Implement aggregates for batteries.Tommie Gannert
2016-08-22Match trailing equal sign in slurp_battery_info.Tommie Gannert
2016-08-22Parse uevent file to detect network device type (#153)Cihangir Akturk
2016-08-22print_wireless_info: fix FTBFS on hurd and kfreebsdMichael Stapelberg
2016-08-21Added missing ampere to watt conversion for last full capacity. (#158)tnnn
2016-08-16Print empty string for not mounted disks. (#148)eplanet