suckless/slstatus.git
2017-08-12 Aaron Marcherslstatus != dmenu lol
2017-08-12 Aaron MarcherRemoved #define for unknown_str
2017-08-12 Aaron MarcherRemoved #define for update interval
2017-08-12 Aaron MarcherUpdated LICENSE
2017-08-12 Ali H. Fardankeyboard_indicators: fix segfault when -s is specified
2017-08-11 Aaron MarcherFixed possible NULL-deref and removed unnecessary XOpen...
2017-08-11 Laslo HunholdAdd and use LEN() macro
2017-08-10 Laslo HunholdRefactor battery_state()
2017-08-10 Aaron MarcherReformatted LICENSE to fit 75 character width
2017-08-10 Laslo HunholdPrint usage() when we are left with arguments
2017-08-10 Laslo HunholdReduce -o | -n to -s
2017-08-10 Laslo HunholdRemove d- and v-flags
2017-08-10 Laslo HunholdConvert slstatus.1 to mandoc, simplify it and remove -h
2017-08-10 Laslo HunholdRefactor build system
2017-08-10 Aaron MarcherNew README in plain text
2017-08-10 Aaron MarcherRemoved TODO.md
2017-08-10 Aaron MarcherRemoved CONTRIBUTING.md
2017-08-10 Aaron MarcherMoved contributors to LICENSE
2017-08-10 Aaron MarcherCopyright sign (C) is not required in LICENSE
2017-08-10 Aaron MarcherRemoved .gitignore from repository
2017-08-10 Aaron Marchernew arg.h version by frign
2017-08-06 aaron marcheradd num_files() function for maildirs ;)
2017-06-12 Aaron Marcherupdated readme
2017-06-12 Aaron Marchercheck for fgets/fscanf return values
2017-06-12 Aaron Marcheruse a static buffer instead of dynamic memory
2017-06-12 Aaron Marcherremove format characters from stat functions
2017-06-12 Aaron Marcheradd cpu_freq function
2017-06-12 Aaron Marcheradd battery_power function
2017-05-11 Aaron Marcheradded option to output only once and exit afterwards
2017-04-20 Aaron Marcherenable stack protector and compile to position independ...
2017-04-20 Aaron Marchersimplified and improved vol_perc()
2017-04-20 Aaron Marcherfix overflow in run_command()
2017-04-20 Aaron Marcherusername(): get rid of unneeded uid variable
2017-04-20 Aaron MarcherMerge pull request #39 from stoeckmann/fgets
2017-04-04 Tobias StoeckmannOn success, fgets always terminates the result.
2017-04-02 Aaron MarcherMerge pull request #38 from stoeckmann/terminating-nul
2017-04-02 Tobias StoeckmannFixed out of boundary write on long lines.
2017-03-30 Aaron Marcherloading thresholds state
2017-01-23 Aaron MarcherFixed XCloseDisplay() which is not reached in keyboard_...
2017-01-16 Aaron MarcherAdded keyboard_indicators (Fixes #31)
2017-01-09 Aaron MarcherMakefile fix and vol_perc fix for mute
2017-01-09 Aaron Marchersimplified Makefile
2017-01-09 Aaron Marchersmall Makefile tweak
2017-01-09 Aaron MarcherMakefile: Added back config.h handling in Makefile
2017-01-09 Aaron MarcherMakefile: Fixes #35
2017-01-07 Aaron Marchertodo
2017-01-07 Aaron Marcherremoved ./extern/
2017-01-07 Aaron Marcherremoved strlcat dependency (was used only once)
2017-01-07 Aaron Marchergot rid of concat.h
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()
next