summaryrefslogtreecommitdiff
path: root/slstatus.c
Commit message (Expand)AuthorAge
...
* removed unnecessary typecasts (might be a reason for snd_mixer_selem_get_play...Ali H. Fardan2016-08-23
* status_string can hold 4096 bytes nowAli H. Fardan2016-08-21
* fixed compiler warnings in a better wayAli H. Fardan2016-08-21
* fixed the code, works nowAli H. Fardan2016-08-21
* (void)ed the prototypesAli H. Fardan2016-08-21
* set local function as staticAli H. Fardan2016-08-21
* the code describes itself, there is no need to write stories in /* */Ali H. Fardan2016-08-21
* braces are unneeded for one-liner if()/while()Ali H. Fardan2016-08-21
* added bounds checking via secure strl*() routinesAli H. Fardan2016-08-21
* suckless coding style fix -> remove slstatus.hAaron Marcher2016-08-18
* added uptime functionAaron Marcher2016-08-18
* load avgAaron Marcher2016-08-18
* added configuration option for n/a textAaron Marcher2016-08-18
* Added \n to all error messages.Aaron Marcher2016-08-16
* Formatting commit :(Aaron Marcher2016-08-16
* simplified ram functionAaron Marcher2016-08-15
* simplified wifi_essid by removing one malloc()Aaron Marcher2016-08-15
* added wifi essidAaron Marcher2016-08-15
* fixed strcat null possibility in main()Aaron Marcher2016-08-15
* fixed strlen-bomb in run_commandAaron Marcher2016-08-15
* fixed memleak in datetime()Aaron Marcher2016-08-15
* void argument main()Aaron Marcher2016-08-15
* Fixed alsa function + datetime functionAaron Marcher2016-08-15
* Added shell command functionAaron Marcher2016-08-15
* added, username, gid, uidAaron Marcher2016-06-13
* added disk functions for detailsAaron Marcher2016-06-10
* added memory values ram functionsAaron Marcher2016-06-10
* fixed hostname function and added HOST_NAME_MAX limitAaron Marcher2016-06-10
* hostname functionAaron Marcher2016-06-10
* added ip address functionAaron Marcher2016-06-08
* added entropyAaron Marcher2016-06-03
* Easier info function namesAaron Marcher2016-03-18
* Fix some memory leaksDaniel Walter2016-03-17
* headerAaron Marcher2016-03-16
* completely new system: only values in config file get updated + cleaner codeAaron Marcher2016-03-14
* whitespace errorAaron Marcher2016-03-11
* fixed disk percentAaron Marcher2016-03-11
* Add diskusage supportDaniel Walter2016-03-11
* Fixed locale defaulting to EnglishVincent Loupmon2016-03-10
* added update_interval check to config_check()Aaron Marcher2016-03-10
* fixed some small things (update_interval) interferes with get_cpu_usage() and...Aaron Marcher2016-03-10
* return n/a instead of exiting if a specific value cannot be readDaniel Walter2016-03-10
* add config checks on startup for better error handlingDaniel Walter2016-03-10
* add update_intervalDaniel Walter2016-03-10
* simplify smprintf by using vasprintfDaniel Walter2016-03-10
* Merge pull request #5 from Vlaix/masterAaron Marcher2016-03-10
|\
| * Fixed small buffer in get_datetime()Vincent Loupmon2016-03-10
* | small changes (var names)Aaron Marcher2016-03-10
* | put everything in logical orderAaron Marcher2016-03-09
|/
* Changed RAM calculation formula.Vincent Loupmon2016-03-09