suckless/slstatus.git
2018-04-29 Aaron Marcherram: Move up includes
2018-04-29 Aaron MarcherSort LICENSE according to first commit
2018-04-29 Aaron Marchertemp: Port to OpenBSD
2018-04-29 Aaron MarcherRemove vol_perc() from todo in README
2018-04-29 Aaron MarcherUpdate LICENSE for parazyd
2018-04-29 parazydAdd OpenBSD support in volume.c
2018-04-29 Aaron MarcherUpdate LICENSE for Ali H. Fardan
2018-04-29 Aaron MarcherRemove ipv{4,6}() from todo in README
2018-04-29 Ali H. Fardanip: add OpenBSD support
2018-04-16 Aaron MarcherRemove non-portable functions from config.def.h
2018-04-14 Aaron MarcherAdd Darron Anderson to LICENSE
2018-04-14 Aaron MarcherRemove ram_*() from README
2018-04-14 Darron AndersonAdd OpenBSD RAM stats
2018-03-28 Aaron MarcherFormat error messages properly
2018-03-28 Aaron MarcherRemove program name from error messages
2018-03-28 Aaron MarcherGet rid of err.h as it is not portable
2018-03-28 Aaron MarcherRemove unnecessary headers
2018-03-26 Aaron MarcherRemove ALSA dependency from README
2018-03-21 Aaron MarcherMore robust preprocessor switches
2018-03-19 Aaron Marcheruptime: Port to OpenBSD.
2018-03-19 Aaron Marcherbattery_perc: Port to OpenBSD.
2018-03-18 Aaron MarcherREADME: Add list of non-portable functions
2018-03-18 Aaron MarcherBuild Linux-only functions only on Linux
2018-03-18 Aaron MarcherREADME: Add Todo
2018-02-17 Aaron MarcherMerge pull request #43 from SiIky/unknown_str
2018-02-17 SiIkyPrint unknown_str in case of error
2018-01-06 Aaron MarcherUpdate LICENSE year for myself.
2018-01-06 Aaron MarcherFix a bug in wifi_essid().
2017-12-03 Aaron MarcherSmall fixes in config.mk
2017-10-24 Aaron MarcherUpdate LICENSE for parazyd
2017-10-24 parazydReturn actual percentage for wifi_perc()
2017-09-24 Laslo HunholdMove components into dedicated subdirectory
2017-09-18 Laslo HunholdGet rid of HDR variable
2017-09-18 Laslo HunholdSimplify Makefile
2017-09-18 Quentin RameauFix missing config.h in Makefile
2017-09-17 Aaron MarcherAdded LICENSE statements to all source files
2017-09-17 Laslo HunholdProperly declare buf as extern and fix all unused-warnings
2017-09-17 Laslo HunholdRewrite Makefile to accomodate file split
2017-09-17 Aaron MarcherSplit into multiple files
2017-09-16 Aaron MarcherAdd blank line after setlocale
2017-09-16 Kurt Van Dijckslstatus: set locale
2017-09-16 Aaron MarcherAdded CPU iowait to README
2017-09-16 Kurt Van Dijckslstatus: add cpu_iowait
2017-09-14 Aaron MarcherDeleted slstatus.png as it is unnecessary
2017-09-10 Kamil Cholewińskislstatus load_avg format string
2017-08-14 Aaron MarcherAdded IPv6 address function
2017-08-14 Aaron Marchersexy config.def.h table
2017-08-14 Laslo HunholdFix a little logic error
2017-08-14 Laslo HunholdAdd pscanf()
2017-08-13 Laslo HunholdRefactor main()
2017-08-13 Laslo HunholdSimplify signal handling a bit
2017-08-13 Laslo HunholdRemove unnecessary prototypes
2017-08-13 Laslo HunholdRemove unnecessary blank lines after license-notice
2017-08-13 Aaron MarcherFix man page .Os field
2017-08-13 Aaron MarcherAdded Makefile target for distribution tarballs.
2017-08-13 Aaron MarcherFixed man page path
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
next