summaryrefslogtreecommitdiff
path: root/slstatus.c
Commit message (Expand)AuthorAgeFilesLines
* Add back version flag to prepare for releasedrkhsh2023-05-151-1/+3
* radical re-formatting 2/3: Fix blocksdrkhsh2022-10-281-22/+13
* radical re-formatting 1/3: Fix spacingdrkhsh2022-10-281-8/+8
* do not rely on obsolete featureNRK2022-10-261-1/+1
* Add a -1 option flagDaniel Moch2020-11-301-3/+6
* Handle SIGUSR1 for forced refreshesMart Lubbers2020-11-301-4/+5
* Consistency with 80 char limit and breaksAaron Marcher2018-07-081-1/+2
* Flush the output stream instead of arbitrarily disabling bufferingQuentin Rameau2018-05-291-7/+4
* Use E-notation for large powers of 10Laslo Hunhold2018-05-271-2/+2
* Remove o-flag as it is redundantLaslo Hunhold2018-05-221-10/+3
* 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