Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-17 | Properly declare buf as extern and fix all unused-warnings | Laslo Hunhold | |
2017-08-13 | Fixed man page path | Aaron Marcher | |
According to the FHS, /usr/local/share/man is the correct man page path in this projects's case. Set this to default in config.mk. | |||
2017-08-10 | Remove d- and v-flags | Laslo Hunhold | |
d-flag: There's no need for that, use the &-operator or fork+exec in a non-shell-context. In the latter case you get the PID for free. v-flag: If you want to find out which version of a package is installed, consult your package manager. That's his job. | |||
2017-08-10 | Refactor build system | Laslo Hunhold | |
2017-04-20 | enable stack protector and compile to position independent executable | Aaron Marcher | |
2017-01-07 | saner makefile: cleaner, simpler, suckless | Aaron Marcher | |
2016-12-30 | Merge branch 'master' into master | parazyd | |
2016-12-29 | why releases for such a small project? useless and overhead! | Aaron Marcher | |
2016-12-28 | refactor vol_perc to not depend on alsa libraries | parazyd | |
2016-09-19 | 3.0 | Aaron Marcher | |
2016-09-18 | shorter copyright notice and moved back VERSION and _GNU_SOURCE as the man ↵ | Aaron Marcher | |
page version number fails | |||
2016-09-18 | several changes | Ali H. Fardan | |
2016-09-18 | config.mk comment about -Wno-unused-functions | Aaron Marcher | |
2016-09-18 | optimization | Aaron Marcher | |
2016-09-17 | added man page | Aaron Marcher | |
2016-09-17 | added optimization back (removed it for debugging some time ago) | Aaron Marcher | |
2016-09-05 | bringed back the old config.mk | Ali H. Fardan | |
2016-09-05 | added a tool for resetting the status bar && worked around some issues && ↵ | Ali H. Fardan | |
removed the makefile (we need a better one) | |||
2016-09-05 | config.mk cleanup | Ali H. Fardan | |
2016-08-21 | fixed compiler warnings in a better way | Ali H. Fardan | |
2016-08-21 | -Wextra | Ali H. Fardan | |
2016-08-16 | Removed the debug gcc flags | Aaron Marcher | |
2016-03-10 | simplify smprintf by using vasprintf | Daniel Walter | |
2016-03-04 | initial commit | Aaron Marcher | |