aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-29print_cpu_usage: use buffered file APIMichael Stapelberg1-10/+24
2019-07-29make pulseaudio an optional dependency, follow best practicesMichael Stapelberg1-1/+1
2019-07-21On NetBSD, include sys/socket.h for AF_INET{,6}.Thomas Klausner1-0/+1
2019-07-21Merge pull request #355 from jasperla/header_fixIngo Bürk1-2/+1
2019-07-12battery: include sys/sysctl.h on OpenBSDMichael Stapelberg1-0/+1
2019-07-08Fix headers meant for OpenBSD, but snuck in for FreeBSDJasper Lievisse Adriaanse1-2/+1
2019-07-08Extend battery handling on OpenBSD (#351)Jasper Lievisse Adriaanse1-2/+45
2019-06-10print_file_contents: allocate enough to include \0Sam Newbold1-1/+1
2019-02-21Added function to print content from file (#331)Dennis Vesterlund1-0/+73
2019-01-27fix ethernet speed display for 100 Gbit/s cardsMichael Stapelberg1-1/+1
2019-01-23Fix non Linux build for #309eplanet1-0/+2
2019-01-23Switch to autotools (#316)Michael Stapelberg21-21/+40
2019-01-23Implement %devicename specifier for volume module (#325)Denton Liu2-37/+120
2019-01-03Fixed ALSA capture device monitoring.Eugene Dzhurinsky1-12/+24
2018-11-15Corrections according to PR revieweplanet1-4/+5
2018-11-10Add timezone switcheplanet1-2/+12
2018-11-08Merge pull request #319 from eplanet/fix-etc-mtabOrestis1-6/+13
2018-11-08Read /proc/mounts if /etc/mtab can't be readeplanet1-6/+13
2018-11-07Fix error messageseplanet1-2/+4
2018-11-05print_cpu_usage.c: Support non-consecutive CPUsTwentyFourD1-7/+20
2018-10-21print_cpu_usage: fix invalid %cpu placeholder outputGaël PORTAY1-1/+1
2018-10-11Provide a more natural volume percentage with ALSA.arcnmx1-7/+28
2018-09-03Add support for "POWER_SUPPLY_STATUS=Not charging" (fixes #304)David961-1/+1
2018-08-24Added %interface to the ethernet optionsMax Christian Pohle1-4/+11
2018-07-31Fix for issue 300: Correctly print usage for cpu 10=1-1/+1
2018-07-16Merge pull request #296 from Stunkymonkey/include-orderIngo Bürk1-2/+4
2018-07-16Merge pull request #299 from tuxillo/patch-2Ingo Bürk2-6/+28
2018-07-15Detect interface type on DragonFly BSDAntonio Huete Jimenez2-6/+28
2018-07-14Do not use pulseaudio for DragonFly BSDAntonio Huete Jimenez1-1/+1
2018-07-13fix clang errorsFelix Buehler1-2/+4
2018-07-13able to print percentageFelix Buehler13-88/+89
2018-07-13Merge pull request #256 from oyvinht/masterIngo Bürk1-9/+56
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