aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-24print_mem: Fix overflow on 32-bit systemszsugabubus1-81/+70
2019-11-16Introduce format_percentage for battery (#371)grmat4-11/+27
2019-10-28Merge pull request #369 from 31KM/masterIngo Bürk4-10/+29
2019-10-26Introduce memory options 'unit' and 'decimals'MK134-10/+29
2019-10-21wireless: update %signal and %quality based on station info on Linux (#368)Sascha Wessel1-0/+10
2019-09-19Merge pull request #366 from duskCoder/patch-slurpMichael Stapelberg1-1/+4
2019-09-19Mention the return value of the slurp function and the implicationsOlivier Gayot1-0/+3
2019-09-19Do not return true from slurp() if it failed to readOlivier Gayot1-1/+1
2019-07-29Improve NetBSD port. (#361)Thomas Klausner4-3/+13
2019-07-29print_cpu_usage: use buffered file APIMichael Stapelberg1-10/+24
2019-07-29make pulseaudio an optional dependency, follow best practicesMichael Stapelberg4-14/+26
2019-07-22Merge pull request #360 from 0-wiz-0/masterIngo Bürk1-0/+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-12configure: disable pulse on OpenBSD and DragonFlyBSDMichael Stapelberg1-3/+9
2019-07-12battery: include sys/sysctl.h on OpenBSDMichael Stapelberg1-0/+1
2019-07-11conditionally compile pulse.c only when using pulseaudioMichael Stapelberg2-2/+8
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-30release v2.13Michael Stapelberg4-3/+32
2019-06-18Merge pull request #347 from thrasymache/overflowIngo Bürk3-2/+8
2019-06-10print_file_contents: allocate enough to include \0Sam Newbold3-2/+8
2019-02-21Added function to print content from file (#331)Dennis Vesterlund8-0/+134
2019-02-11configure.ac: complain when asciidoc cannot be foundMichael Stapelberg1-1/+3
2019-02-11configure.ac: complain when xmlto cannot be foundMichael Stapelberg1-1/+3
2019-02-11Makefile.am: s/I3LOCK/I3STATUS/Michael Stapelberg1-1/+1
2019-02-11README: update build instructionsMichael Stapelberg1-2/+10
2019-02-03Merge pull request #336 from gokcehan/patch-1Ingo Bürk1-5/+5
2019-02-03default config: move disk info out of network infogokcehan1-5/+5
2019-01-27Merge pull request #334 from stapelberg/speedIngo Bürk1-1/+1
2019-01-27fix ethernet speed display for 100 Gbit/s cardsMichael Stapelberg1-1/+1
2019-01-27Merge pull request #333 from stapelberg/sysconfdirIngo Bürk1-2/+1
2019-01-27fix: use SYSCONFDIR in error messageMichael Stapelberg1-2/+1
2019-01-23Merge pull request #332 from eplanet/fix-macos-buildOrestis1-0/+2
2019-01-23Fix non Linux build for #309eplanet1-0/+2
2019-01-23Switch to autotools (#316)Michael Stapelberg45-183/+2264
2019-01-23Implement %devicename specifier for volume module (#325)Denton Liu4-39/+124
2019-01-13Merge pull request #328 from jdevelop/fix/capture-volume-statusIngo Bürk1-12/+24
2019-01-03Fixed ALSA capture device monitoring.Eugene Dzhurinsky1-12/+24
2018-11-17Merge pull request #321 from eplanet/autodisplay-tzIngo Bürk4-5/+21
2018-11-15Corrections according to PR revieweplanet4-11/+12
2018-11-10Add timezone switcheplanet4-5/+20
2018-11-08Merge pull request #319 from eplanet/fix-etc-mtabOrestis1-6/+13
2018-11-08Merge pull request #320 from eplanet/fix-error-msgIngo Bürk2-3/+5
2018-11-08Read /proc/mounts if /etc/mtab can't be readeplanet1-6/+13
2018-11-07Fix error messageseplanet2-3/+5
2018-11-05Merge pull request #309 from TwentyFourD/NonConsecutiveCPUsOrestis1-7/+20
2018-11-05print_cpu_usage.c: Support non-consecutive CPUsTwentyFourD1-7/+20
2018-10-26Merge pull request #318 from gportay/fix-invalid-cpu-placeholderIngo Bürk3-1/+17
2018-10-23Add testcase for invalid %cpu placeholderGaël PORTAY2-0/+16