Age | Commit message (Expand) | Author |
2017-09-18 | Fix missing config.h in Makefile | Quentin Rameau |
2017-09-17 | Added LICENSE statements to all source files | Aaron Marcher |
2017-09-17 | Properly declare buf as extern and fix all unused-warnings | Laslo Hunhold |
2017-09-17 | Rewrite Makefile to accomodate file split | Laslo Hunhold |
2017-09-17 | Split into multiple files | Aaron Marcher |
2017-09-16 | Add blank line after setlocale | Aaron Marcher |
2017-09-16 | slstatus: set locale | Kurt Van Dijck |
2017-09-16 | Added CPU iowait to README | Aaron Marcher |
2017-09-16 | slstatus: add cpu_iowait | Kurt Van Dijck |
2017-09-14 | Deleted slstatus.png as it is unnecessary | Aaron Marcher |
2017-09-10 | slstatus load_avg format string | Kamil CholewiĆski |
2017-08-14 | Added IPv6 address function | Aaron Marcher |
2017-08-14 | sexy config.def.h table | Aaron Marcher |
2017-08-14 | Fix a little logic error | Laslo Hunhold |
2017-08-14 | Add pscanf() | Laslo Hunhold |
2017-08-13 | Refactor main() | Laslo Hunhold |
2017-08-13 | Simplify signal handling a bit | Laslo Hunhold |
2017-08-13 | Remove unnecessary prototypes | Laslo Hunhold |
2017-08-13 | Remove unnecessary blank lines after license-notice | Laslo Hunhold |
2017-08-13 | Fix man page .Os field | Aaron Marcher |
2017-08-13 | Added Makefile target for distribution tarballs. | Aaron Marcher |
2017-08-13 | Fixed man page path | Aaron Marcher |
2017-08-12 | slstatus != dmenu lol | Aaron Marcher |
2017-08-12 | Removed #define for unknown_str | Aaron Marcher |
2017-08-12 | Removed #define for update interval | Aaron Marcher |
2017-08-12 | Updated LICENSE | Aaron Marcher |
2017-08-12 | keyboard_indicators: fix segfault when -s is specified | Ali H. Fardan |
2017-08-11 | Fixed possible NULL-deref and removed unnecessary XOpenDisplay() | Aaron Marcher |
2017-08-11 | Add and use LEN() macro | Laslo Hunhold |
2017-08-11 | Refactor battery_state() | Laslo Hunhold |
2017-08-10 | Reformatted LICENSE to fit 75 character width | Aaron Marcher |
2017-08-10 | Print usage() when we are left with arguments | Laslo Hunhold |
2017-08-10 | Reduce -o | -n to -s | Laslo Hunhold |
2017-08-10 | Remove d- and v-flags | Laslo Hunhold |
2017-08-10 | Convert slstatus.1 to mandoc, simplify it and remove -h | Laslo Hunhold |
2017-08-10 | Refactor build system | Laslo Hunhold |
2017-08-10 | New README in plain text | Aaron Marcher |
2017-08-10 | Removed TODO.md | Aaron Marcher |
2017-08-10 | Removed CONTRIBUTING.md | Aaron Marcher |
2017-08-10 | Moved contributors to LICENSE | Aaron Marcher |
2017-08-10 | Copyright sign (C) is not required in LICENSE | Aaron Marcher |
2017-08-10 | Removed .gitignore from repository | Aaron Marcher |
2017-08-10 | new arg.h version by frign | Aaron Marcher |
2017-08-06 | add num_files() function for maildirs ;) | aaron marcher |
2017-06-13 | updated readme | Aaron Marcher |
2017-06-13 | check for fgets/fscanf return values | Aaron Marcher |
2017-06-13 | use a static buffer instead of dynamic memory | Aaron Marcher |
2017-06-12 | remove format characters from stat functions | Aaron Marcher |
2017-06-12 | add cpu_freq function | Aaron Marcher |
2017-06-12 | add battery_power function | Aaron Marcher |