summaryrefslogtreecommitdiff
path: root/slstatus.c
Commit message (Expand)AuthorAgeFilesLines
* Check printf() for output errorsLaslo Hunhold2018-05-221-1/+3
* Add option to output only once and exitAaron Marcher2018-05-211-3/+10
* Implement esnprintf() and make formatted calls more efficientLaslo Hunhold2018-05-191-5/+1
* Add warn() and die()Laslo Hunhold2018-05-181-22/+9
* Audit slstatus.cLaslo Hunhold2018-05-181-13/+35
* Properly handle *snprintf() errorsLaslo Hunhold2018-05-171-6/+11
* Change done to int as it is the CPU's natural typeAaron Marcher2018-05-171-1/+1
* fflush(stdout) to print line by line if stdout is not a ttyJosuah Demangeon2018-05-081-0/+1
* Only variable declarations at top of blockAaron Marcher2018-05-071-1/+2
* Remove program name from error messagesAaron Marcher2018-03-281-1/+1
* Remove unnecessary headersAaron Marcher2018-03-281-2/+0
* Print unknown_str in case of errorSiIky2018-02-171-1/+3
* Properly declare buf as extern and fix all unused-warningsLaslo Hunhold2017-09-171-1/+4
* Rewrite Makefile to accomodate file splitLaslo Hunhold2017-09-171-37/+1
* Split into multiple filesAaron Marcher2017-09-171-740/+1
* Add blank line after setlocaleAaron Marcher2017-09-161-0/+1
* slstatus: set localeKurt Van Dijck2017-09-161-0/+2
* slstatus: add cpu_iowaitKurt Van Dijck2017-09-161-11/+33
* slstatus load_avg format stringKamil CholewiƄski2017-09-101-3/+3
* Added IPv6 address functionAaron Marcher2017-08-141-4/+36
* Fix a little logic errorLaslo Hunhold2017-08-141-1/+1
* Add pscanf()Laslo Hunhold2017-08-141-157/+66
* Refactor main()Laslo Hunhold2017-08-131-34/+39
* Simplify signal handling a bitLaslo Hunhold2017-08-131-7/+5
* Remove unnecessary prototypesLaslo Hunhold2017-08-131-3/+0
* Remove unnecessary blank lines after license-noticeLaslo Hunhold2017-08-131-1/+0
* Removed #define for unknown_strAaron Marcher2017-08-121-69/+69
* Removed #define for update intervalAaron Marcher2017-08-121-2/+2
* keyboard_indicators: fix segfault when -s is specifiedAli H. Fardan2017-08-121-0/+6
* Fixed possible NULL-deref and removed unnecessary XOpenDisplay()Aaron Marcher2017-08-111-2/+5
* Add and use LEN() macroLaslo Hunhold2017-08-111-5/+6
* Refactor battery_state()Laslo Hunhold2017-08-111-12/+17
* Print usage() when we are left with argumentsLaslo Hunhold2017-08-101-0/+4
* Reduce -o | -n to -sLaslo Hunhold2017-08-101-21/+10
* Remove d- and v-flagsLaslo Hunhold2017-08-101-12/+3
* Convert slstatus.1 to mandoc, simplify it and remove -hLaslo Hunhold2017-08-101-8/+6
* add num_files() function for maildirs ;)aaron marcher2017-08-061-0/+25
* check for fgets/fscanf return valuesAaron Marcher2017-06-131-35/+75
* use a static buffer instead of dynamic memoryAaron Marcher2017-06-131-241/+200
* remove format characters from stat functionsAaron Marcher2017-06-121-8/+8
* add cpu_freq functionAaron Marcher2017-06-121-0/+18
* add battery_power functionAaron Marcher2017-06-121-0/+20
* added option to output only once and exit afterwardsAaron Marcher2017-05-111-6/+12
* simplified and improved vol_perc()Aaron Marcher2017-04-201-6/+12
* fix overflow in run_command()Aaron Marcher2017-04-201-1/+1
* username(): get rid of unneeded uid variableAaron Marcher2017-04-201-2/+1
* On success, fgets always terminates the result.Tobias Stoeckmann2017-04-041-1/+1
* Fixed out of boundary write on long lines.Tobias Stoeckmann2017-04-021-6/+6
* loading thresholds stateAaron Marcher2017-03-301-0/+2
* Fixed XCloseDisplay() which is not reached in keyboard_indicators()Aaron Marcher2017-01-231-2/+1