Age | Commit message (Expand) | Author | Files | Lines |
2019-09-19 | Merge pull request #366 from duskCoder/patch-slurp | Michael Stapelberg | 1 | -1/+4 |
2019-09-19 | Mention the return value of the slurp function and the implications | Olivier Gayot | 1 | -0/+3 |
2019-09-19 | Do not return true from slurp() if it failed to read | Olivier Gayot | 1 | -1/+1 |
2019-07-29 | Improve NetBSD port. (#361) | Thomas Klausner | 4 | -3/+13 |
2019-07-29 | print_cpu_usage: use buffered file API | Michael Stapelberg | 1 | -10/+24 |
2019-07-29 | make pulseaudio an optional dependency, follow best practices | Michael Stapelberg | 4 | -14/+26 |
2019-07-22 | Merge pull request #360 from 0-wiz-0/master | Ingo Bürk | 1 | -0/+1 |
2019-07-21 | On NetBSD, include sys/socket.h for AF_INET{,6}. | Thomas Klausner | 1 | -0/+1 |
2019-07-21 | Merge pull request #355 from jasperla/header_fix | Ingo Bürk | 1 | -2/+1 |
2019-07-12 | configure: disable pulse on OpenBSD and DragonFlyBSD | Michael Stapelberg | 1 | -3/+9 |
2019-07-12 | battery: include sys/sysctl.h on OpenBSD | Michael Stapelberg | 1 | -0/+1 |
2019-07-11 | conditionally compile pulse.c only when using pulseaudio | Michael Stapelberg | 2 | -2/+8 |
2019-07-08 | Fix headers meant for OpenBSD, but snuck in for FreeBSD | Jasper Lievisse Adriaanse | 1 | -2/+1 |
2019-07-08 | Extend battery handling on OpenBSD (#351) | Jasper Lievisse Adriaanse | 1 | -2/+45 |
2019-06-30 | release v2.13 | Michael Stapelberg | 4 | -3/+32 |
2019-06-18 | Merge pull request #347 from thrasymache/overflow | Ingo Bürk | 3 | -2/+8 |
2019-06-10 | print_file_contents: allocate enough to include \0 | Sam Newbold | 3 | -2/+8 |
2019-02-21 | Added function to print content from file (#331) | Dennis Vesterlund | 8 | -0/+134 |
2019-02-11 | configure.ac: complain when asciidoc cannot be found | Michael Stapelberg | 1 | -1/+3 |
2019-02-11 | configure.ac: complain when xmlto cannot be found | Michael Stapelberg | 1 | -1/+3 |
2019-02-11 | Makefile.am: s/I3LOCK/I3STATUS/ | Michael Stapelberg | 1 | -1/+1 |
2019-02-11 | README: update build instructions | Michael Stapelberg | 1 | -2/+10 |
2019-02-03 | Merge pull request #336 from gokcehan/patch-1 | Ingo Bürk | 1 | -5/+5 |
2019-02-03 | default config: move disk info out of network info | gokcehan | 1 | -5/+5 |
2019-01-27 | Merge pull request #334 from stapelberg/speed | Ingo Bürk | 1 | -1/+1 |
2019-01-27 | fix ethernet speed display for 100 Gbit/s cards | Michael Stapelberg | 1 | -1/+1 |
2019-01-27 | Merge pull request #333 from stapelberg/sysconfdir | Ingo Bürk | 1 | -2/+1 |
2019-01-27 | fix: use SYSCONFDIR in error message | Michael Stapelberg | 1 | -2/+1 |
2019-01-23 | Merge pull request #332 from eplanet/fix-macos-build | Orestis | 1 | -0/+2 |
2019-01-23 | Fix non Linux build for #309 | eplanet | 1 | -0/+2 |
2019-01-23 | Switch to autotools (#316) | Michael Stapelberg | 45 | -183/+2264 |
2019-01-23 | Implement %devicename specifier for volume module (#325) | Denton Liu | 4 | -39/+124 |
2019-01-13 | Merge pull request #328 from jdevelop/fix/capture-volume-status | Ingo Bürk | 1 | -12/+24 |
2019-01-03 | Fixed ALSA capture device monitoring. | Eugene Dzhurinsky | 1 | -12/+24 |
2018-11-17 | Merge pull request #321 from eplanet/autodisplay-tz | Ingo Bürk | 4 | -5/+21 |
2018-11-15 | Corrections according to PR review | eplanet | 4 | -11/+12 |
2018-11-10 | Add timezone switch | eplanet | 4 | -5/+20 |
2018-11-08 | Merge pull request #319 from eplanet/fix-etc-mtab | Orestis | 1 | -6/+13 |
2018-11-08 | Merge pull request #320 from eplanet/fix-error-msg | Ingo Bürk | 2 | -3/+5 |
2018-11-08 | Read /proc/mounts if /etc/mtab can't be read | eplanet | 1 | -6/+13 |
2018-11-07 | Fix error messages | eplanet | 2 | -3/+5 |
2018-11-05 | Merge pull request #309 from TwentyFourD/NonConsecutiveCPUs | Orestis | 1 | -7/+20 |
2018-11-05 | print_cpu_usage.c: Support non-consecutive CPUs | TwentyFourD | 1 | -7/+20 |
2018-10-26 | Merge pull request #318 from gportay/fix-invalid-cpu-placeholder | Ingo Bürk | 3 | -1/+17 |
2018-10-23 | Add testcase for invalid %cpu placeholder | Gaël PORTAY | 2 | -0/+16 |
2018-10-21 | print_cpu_usage: fix invalid %cpu placeholder output | Gaël PORTAY | 1 | -1/+1 |
2018-10-19 | Merge pull request #315 from gportay/fix-typo-in-man | Orestis | 1 | -1/+1 |
2018-10-18 | man: fix typo for max_threshold in load | Gaël PORTAY | 1 | -1/+1 |
2018-10-11 | Provide a more natural volume percentage with ALSA. | arcnmx | 1 | -7/+28 |
2018-10-07 | strncpy + strlen is pointless (#312) | Orestis | 1 | -3/+4 |