suckless/slstatus.git
2017-01-07 Aaron Marchersaner makefile: cleaner, simpler, suckless
2017-01-07 Aaron Marcherhappy new year!
2017-01-07 Aaron Marcherrun_command: strlen() will not function if string is...
2016-12-30 Aaron Marcherconsistent coding style: usage() declaration, eval...
2016-12-30 Aaron MarcherMerge pull request #34 from parazyd/master
2016-12-30 parazydMerge branch 'master' into master
2016-12-30 parazydadd vol_perc notes, add braces to singleline statements
2016-12-29 Aaron Marcherwhy releases for such a small project? useless and...
2016-12-29 Aaron Marcher#undef strlcpy not needed anymore
2016-12-29 Aaron Marchertested wifi
2016-12-29 Aaron MarcherMerge pull request #32 from R41z/master
2016-12-29 Aaron MarcherMerge branch 'master' into master
2016-12-29 raizfix TODO markdown syntax && update
2016-12-29 raizadd braces to single statements so drkhsh doesn't be...
2016-12-28 Aaron Marcherkernel_release() coding style and position in code fix
2016-12-27 parazydrefactor vol_perc to not depend on alsa libraries
2016-12-27 raizusage(): return success if -h is called && print more...
2016-12-27 raizanother TODO update
2016-12-27 raizTODO update
2016-12-27 raizhomepage update
2016-12-27 raizextern/concat.h: don't segfault if count == 0
2016-12-27 raizwhhops, my bad
2016-12-27 raizwifi_essid: add boundary check && prevent the use of...
2016-12-27 raizdon't allow the use of perc if uninitialized
2016-12-27 raizremove misleading comment
2016-12-27 raizget rid of set_status() since it's only used once
2016-12-27 raizallow the use of %* symbols in UNKNOWN_STR
2016-12-27 raizadd extra error tests to swap_*() && fix bytes_read bug
2016-12-27 raizswap_*(): add more error tests
2016-12-27 raizfix delay in a cleaner way
2016-12-27 raizremove newlines from warn() in swap_*(), those function...
2016-12-27 raizinititalize run_command()'s buf to UNKNOWN_STR by default
2016-12-27 raizremove newline character from run_command() output...
2016-12-27 raizstrtok() has no effect on buf && fgets() should have...
2016-12-18 raizwhhops
2016-12-18 raizremove unused strlcpy() and reduce the size of output...
2016-11-16 Aaron MarcherMerge pull request #30 from TheMRod/master
2016-11-16 Mike CoddingtonAdd "uname -r" functionality
2016-10-28 Aaron MarcherMerge pull request #25 from jodizzle/dev/swap
2016-10-15 Jody Leonardswap: Print UNKNOWN_STR if no swap is allocated
2016-10-15 Jody LeonardUpdate README.md
2016-10-15 Jody LeonardEdit config.def.h function descriptions
2016-10-15 Jody LeonardAdd functions for measuring swap
2016-10-13 Aaron MarcherMerge pull request #24 from jodizzle/feat/mute
2016-10-13 Jody Leonardvol_perc: Return "mute" when mixer is muted
2016-10-12 Aaron MarcherMerge pull request #23 from R41z/master
2016-10-12 Ali H. Fardanget rid of unused variable (silly gcc did not report...
2016-10-10 Aaron Marcheradded quinq to contributors
2016-10-10 Aaron Marcheradd setlocale() (mostly for datetime function)
2016-10-10 Aaron Marchercheck daemon() return value
2016-10-10 Aaron Marcherfixed run_command()
2016-10-10 Aaron Marcherfixed run_command()
2016-10-09 Aaron Marcherremoved unnecessary fp, shorter return 0 and fixed...
2016-10-09 Aaron MarcherMerge pull request #20 from R41z/master
2016-10-08 Ali H. Fardanhostname: use POSIX routine to get hostname rather...
2016-10-08 uservol_perc: return zero if the value of max is set to...
2016-10-05 Aaron Marcheradded name to LICENSE
2016-10-05 Aaron Marcherbetter default config.h
2016-09-19 Aaron Marcher3.0
2016-09-18 Aaron Marcherbraces for one line statements in smprintf()
2016-09-18 Aaron Marchershorter copyright notice and moved back VERSION and...
2016-09-18 Aaron MarcherMerge pull request #19 from R41z/master
2016-09-18 Ali H. Fardanseveral changes
2016-09-18 Aaron Marcherupdated man page according to readme
2016-09-18 Aaron Marcheradded -v to manpage
2016-09-18 Aaron Marcherlol, dwm != slstatus in manpage :D
2016-09-18 Aaron MarcherREADME.md reloaded
2016-09-18 Aaron Marchersuckless coding style -> added back function prototypes...
2016-09-18 Aaron Marcherconfig.mk comment about -Wno-unused-functions
2016-09-18 Aaron Marcheroptimization
2016-09-18 Aaron Marcheradded -v command line option
2016-09-18 Aaron Marchersimpler usage
2016-09-18 Aaron Marcherdo not exit on failed smprintf
2016-09-17 Aaron Marcheradded man page
2016-09-17 Aaron Marcheradded man page
2016-09-17 Aaron Marcheradded optimization back (removed it for debugging some...
2016-09-17 Aaron Marchern/a for run_command()
2016-09-17 Aaron Marcherfuck newlines
2016-09-17 Aaron Marcherremoved TODO.md
2016-09-17 Aaron Marchermoved headers to extern
2016-09-17 Aaron Marchershorter names
2016-09-17 Aaron Marcheronly open and close display if output type is dwm
2016-09-17 Aaron Marchercoding style fixes + better var names
2016-09-16 Aaron Marcheradded daemonization, output possibility to console...
2016-09-14 Aaron Marcherfixed run_command()
2016-09-14 Aaron MarcherMerge pull request #18 from R41z/master
2016-09-14 Ali H. Fardanvariable initialization is back
2016-09-14 Ali H. Fardansimplified run_command()
2016-09-14 Aaron MarcherMerge pull request #17 from R41z/master
2016-09-14 Ali H. Fardanimproved hostname()
2016-09-14 Aaron Marcherdo not overwrite config.h if config.def.h changes
2016-09-14 Aaron Marcherhostname() null terminaiton subtraction *is* needed
2016-09-14 Aaron MarcherMerge pull request #16 from R41z/master
2016-09-14 Ali H. Fardanmalloc sucks, you know?
2016-09-14 Ali H. Fardan* != **
2016-09-14 Ali H. Fardanminor improvements and memory leak fix
2016-09-14 Ali H. FardanMerge branch 'master' of https://github.com/drkh5h...
2016-09-13 Aaron Marcherbattery_state() function added
2016-09-13 Aaron Marcherfixed vol_perc() typo and added % sign again
2016-09-13 Aaron Marchersimplified vol_perc() (and with that config.def.h is...
next