aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Merge pull request #292 from Stunkymonkey/format_qualityIngo Bürk1-2/+2
2018-06-29add format_quality option in wirelessFelix Buehler1-2/+2
2018-06-25Stop requiring CAP_NET_ADMINOlivier Gayot1-1/+0
2018-06-20Prevent potential crash if glob() failsOlivier Gayot1-1/+1
2018-06-20Fix potential memory leak on LinuxOlivier Gayot1-1/+4
2018-06-20Fix invalid handling of glob() errors on LinuxOlivier Gayot2-2/+2
2018-06-20Fix use of undefined macro __OpenBSD__Olivier Gayot1-1/+1
2018-06-20Avoid assigning a new value to a var before using the old valueOlivier Gayot1-2/+1
2018-06-20Make sure the arguments passed to printf/die(...) match the formatOlivier Gayot1-1/+1
2018-06-20No longer use a temporary buffer in the die() functionOlivier Gayot1-3/+1
2018-06-11Fix shown IP address belonging to wrong interfaceOlivier Gayot1-2/+31
2018-06-04Simplify the algorithm used to determine the IP addressOlivier Gayot1-10/+13
2018-05-19Merge pull request #270 from Stunkymonkey/mem-supportIngo Bürk1-0/+225
2018-05-15Fix MacOS buildeplanet1-0/+1
2018-05-04Simplify the memory thresholdsBenedikt Heine1-36/+52
2018-05-04Rename ram variables consistentlyBenedikt Heine1-44/+45
2018-04-11Implement support for memory-usage on LinuxFelix Buehler1-0/+208
2018-04-08Merge pull request #275 from winks/patch-2Ingo Bürk1-2/+4
2018-04-06Fix NULL value on OpenBSD when there is no acpitz0Florian Anderiasch1-2/+4
2018-03-29Show IP address when address has a labelDan Robertson1-2/+3
2018-03-27Merge branch 'master' into masterIngo Bürk2-2/+10
2018-03-27Merge pull request #243 from jasperla/fei_errorIngo Bürk1-4/+1
2018-02-13OpenBSD: fix volume display on some hardwareCarlin Bingham1-2/+9
2018-02-07Make iface_type() work on FreeBSDGerome Fournier1-22/+20
2018-01-28Treat zero battery capacity as "not available" (#259)johcgt1-4/+4
2017-12-11Update comment as in #247 (#254)Emeric Planet1-1/+4
2017-12-11Add IPv6 address when IPv4 isn't available (#247)Emeric Planet3-23/+106
2017-12-09Call tzset at each time printeplanet1-1/+1
2017-09-04Remove overly aggressive #errorJasper Lievisse Adriaanse1-4/+1
2017-08-24Be more cautious about handling invalid battery measurements.kousu1-7/+26
2017-08-19Use local timezone for battery %emptytime (#236)Emeric Planet1-0/+1
2017-04-16Merge pull request #219 from flammi/masterIngo Bürk1-0/+19
2017-04-13Add battery capacity parsing (#216)Emeric Planet1-0/+4
2017-04-13Added bracesFabian Franzen1-1/+2
2017-04-12Fix memory leak/Use BEGINS_WITH macroFabian Franzen1-5/+5
2017-04-12Add check for virtual ethernet devicesFabian Franzen1-0/+18
2017-03-26Multiple CPU support for cpu_usage (#209)eplanet1-23/+78
2017-03-10disk: don't remove trailing slash if path is a single characterKenneth Lyons1-1/+1
2017-03-08Merge pull request #208 from stapelberg/warningIngo Bürk1-4/+3
2017-03-08remove useless checks (we use char, not unsigned char)Michael Stapelberg1-4/+3
2017-03-08disk: sanitize trailing slashesMichael Stapelberg1-1/+5
2017-02-07Merge pull request #202 from jasperla/openbsd_fdleakIngo Bürk1-5/+8
2017-02-07Plug an fd leak in the OpenBSD-specific code for _first_Jasper Lievisse Adriaanse1-5/+8
2017-02-07Suppress printing :00 seconds of remaining battery lifetime, as apm(4)'sJasper Lievisse Adriaanse1-1/+1
2017-02-01Fix the deciKelvin to Celsius conversion on FreeBSD (#195)Baptiste Daroussin1-1/+1
2017-01-31Make first_eth_interface() work on OpenBSD: (#197)Jasper Lievisse Adriaanse1-1/+63
2017-01-31Include sys/select.h on OpenBSD (#198)Jasper Lievisse Adriaanse1-0/+1
2016-11-15Add 'format_below_threshold' option for 'disk' moduleMihai Coman4-223/+229
2016-11-12Use blank padding for wireless quality (#166) (#167)Jon Bernard1-3/+3
2016-10-24Setting of custom locale in tztime configuration. (#168)Björn Lindström1-1/+10