Age | Commit message (Expand) | Author |
2019-10-26 | Introduce memory options 'unit' and 'decimals' | MK13 |
2019-10-21 | wireless: update %signal and %quality based on station info on Linux (#368) | Sascha Wessel |
2019-09-19 | Mention the return value of the slurp function and the implications | Olivier Gayot |
2019-09-19 | Do not return true from slurp() if it failed to read | Olivier Gayot |
2019-07-29 | Improve NetBSD port. (#361) | Thomas Klausner |
2019-07-29 | print_cpu_usage: use buffered file API | Michael Stapelberg |
2019-07-29 | make pulseaudio an optional dependency, follow best practices | Michael Stapelberg |
2019-07-21 | On NetBSD, include sys/socket.h for AF_INET{,6}. | Thomas Klausner |
2019-07-21 | Merge pull request #355 from jasperla/header_fix | Ingo Bürk |
2019-07-12 | battery: include sys/sysctl.h on OpenBSD | Michael Stapelberg |
2019-07-08 | Fix headers meant for OpenBSD, but snuck in for FreeBSD | Jasper Lievisse Adriaanse |
2019-07-08 | Extend battery handling on OpenBSD (#351) | Jasper Lievisse Adriaanse |
2019-06-10 | print_file_contents: allocate enough to include \0 | Sam Newbold |
2019-02-21 | Added function to print content from file (#331) | Dennis Vesterlund |
2019-01-27 | fix ethernet speed display for 100 Gbit/s cards | Michael Stapelberg |
2019-01-23 | Fix non Linux build for #309 | eplanet |
2019-01-23 | Switch to autotools (#316) | Michael Stapelberg |
2019-01-23 | Implement %devicename specifier for volume module (#325) | Denton Liu |
2019-01-03 | Fixed ALSA capture device monitoring. | Eugene Dzhurinsky |
2018-11-15 | Corrections according to PR review | eplanet |
2018-11-10 | Add timezone switch | eplanet |
2018-11-08 | Merge pull request #319 from eplanet/fix-etc-mtab | Orestis |
2018-11-08 | Read /proc/mounts if /etc/mtab can't be read | eplanet |
2018-11-07 | Fix error messages | eplanet |
2018-11-05 | print_cpu_usage.c: Support non-consecutive CPUs | TwentyFourD |
2018-10-21 | print_cpu_usage: fix invalid %cpu placeholder output | Gaël PORTAY |
2018-10-11 | Provide a more natural volume percentage with ALSA. | arcnmx |
2018-09-03 | Add support for "POWER_SUPPLY_STATUS=Not charging" (fixes #304) | David96 |
2018-08-24 | Added %interface to the ethernet options | Max Christian Pohle |
2018-07-31 | Fix for issue 300: Correctly print usage for cpu 10 | = |
2018-07-16 | Merge pull request #296 from Stunkymonkey/include-order | Ingo Bürk |
2018-07-16 | Merge pull request #299 from tuxillo/patch-2 | Ingo Bürk |
2018-07-15 | Detect interface type on DragonFly BSD | Antonio Huete Jimenez |
2018-07-14 | Do not use pulseaudio for DragonFly BSD | Antonio Huete Jimenez |
2018-07-13 | fix clang errors | Felix Buehler |
2018-07-13 | able to print percentage | Felix Buehler |
2018-07-13 | Merge pull request #256 from oyvinht/master | Ingo Bürk |
2018-06-29 | Merge pull request #292 from Stunkymonkey/format_quality | Ingo Bürk |
2018-06-29 | add format_quality option in wireless | Felix Buehler |
2018-06-25 | Stop requiring CAP_NET_ADMIN | Olivier Gayot |
2018-06-20 | Prevent potential crash if glob() fails | Olivier Gayot |
2018-06-20 | Fix potential memory leak on Linux | Olivier Gayot |
2018-06-20 | Fix invalid handling of glob() errors on Linux | Olivier Gayot |
2018-06-20 | Fix use of undefined macro __OpenBSD__ | Olivier Gayot |
2018-06-20 | Avoid assigning a new value to a var before using the old value | Olivier Gayot |
2018-06-20 | Make sure the arguments passed to printf/die(...) match the format | Olivier Gayot |
2018-06-20 | No longer use a temporary buffer in the die() function | Olivier Gayot |
2018-06-11 | Fix shown IP address belonging to wrong interface | Olivier Gayot |
2018-06-04 | Simplify the algorithm used to determine the IP address | Olivier Gayot |
2018-05-19 | Merge pull request #270 from Stunkymonkey/mem-support | Ingo Bürk |