suckless/slstatus.git
2016-09-02 Ali H. Fardanremoved setstatus() && simplified main()
2016-09-01 Ali H. FardanNOTREACHED comment
2016-09-01 Ali H. Fardansimplified gid()
2016-09-01 Ali H. Fardansimplified uid() and fixed username()
2016-09-01 Ali H. Fardanremoved unnecessary typecast and added more comments
2016-09-01 Ali H. Fardanremoved unneeded headers
2016-08-31 Ali H. Fardanopened the file before the path concatenates, what...
2016-08-31 Ali H. Fardanforgot to give entropy() some candy too
2016-08-31 Ali H. Fardanslow down boy! you opened the file too early!
2016-08-30 Ali H. Fardanremoved vol function from the default config file
2016-08-30 Ali H. Fardangot rid of conditional assignments && improved the...
2016-08-28 Ali H. Fardanused a different implementation of smprintf() imported...
2016-08-28 Ali H. Fardanworked around the buffer overrun in smprintf()
2016-08-28 Ali H. Fardanremoved heap dependency in datetime() and simplified...
2016-08-28 Ali H. FardanFIXME: buffer overflow warning
2016-08-28 Ali H. Fardanremoved a misplaced ';'
2016-08-28 Ali H. Fardanused constant string literals && remote initialization...
2016-08-28 Ali H. Fardangrammar correction
2016-08-25 Ali H. Fardanremoving typecasts for pcm_mixer cause more issues...
2016-08-23 Ali H. Fardantypofix && another update
2016-08-23 Ali H. Fardananother update to README
2016-08-23 Ali H. FardanREADME update
2016-08-23 Ali H. Fardanremoved unnecessary typecasts (might be a reason for...
2016-08-21 Ali H. Fardanstatus_string can hold 4096 bytes now
2016-08-21 Ali H. Fardanfixed compiler warnings in a better way
2016-08-21 Ali H. Fardancorrected the time format
2016-08-21 Ali H. Fardanrm .config.h.swp
2016-08-21 Ali H. Fardanfixed the code, works now
2016-08-21 Ali H. FardanAdded myself to CONTRIBUTORS.md by drkh5h's request
2016-08-21 Ali H. Fardan(void)ed the prototypes
2016-08-21 Ali H. Fardanset local function as static
2016-08-21 Ali H. Fardan-Wextra
2016-08-21 Ali H. Fardanthe code describes itself, there is no need to write...
2016-08-20 Ali H. Fardanbraces are unneeded for one-liner if()/while()
2016-08-20 Ali H. Fardanadded bounds checking via secure strl*() routines
2016-08-18 Aaron Marcherremove screenshot
2016-08-18 Aaron Marcherupdate sloc count in readme
2016-08-18 Aaron Marcherremove todo item
2016-08-18 Aaron Marchersuckless coding style fix -> remove slstatus.h
2016-08-18 Aaron Marcheradded all functions to readme
2016-08-18 Aaron Marcheradded uptime function
2016-08-18 Aaron Marcherload avg
2016-08-18 Aaron Marcheradded configuration option for n/a text
2016-08-16 Aaron MarcherAdded \n to all error messages.
2016-08-16 Aaron MarcherRemoved the debug gcc flags
2016-08-16 Aaron MarcherFormatting commit :(
2016-08-15 Aaron Marchersimplified ram function
2016-08-15 Aaron Marchersimplified wifi_essid by removing one malloc()
2016-08-15 Aaron Marcherthis project is now licensed under the ISC license
2016-08-15 Aaron Marcheradded wifi essid
2016-08-15 Aaron Marcherfixed strcat null possibility in main()
2016-08-15 Aaron Marcherfixed strlen-bomb in run_command
2016-08-15 Aaron Marcherfixed memleak in datetime()
2016-08-15 Aaron Marchervoid argument main()
2016-08-15 Aaron MarcherFixed alsa function + datetime function
2016-08-15 Aaron MarcherAdded shell command function
2016-06-30 Aaron Marcherrevised readme
2016-06-30 Aaron Marcherrevised readme
2016-06-14 Aaron MarcherREADME update (included information)
2016-06-13 Aaron Marcheradded, username, gid, uid
2016-06-10 Aaron Marcheradded disk functions for details
2016-06-10 Aaron Marcheradded memory values ram functions
2016-06-10 Aaron Marcherfixed hostname function and added HOST_NAME_MAX limit
2016-06-10 Aaron Marcherhostname function
2016-06-08 Aaron Marcheradded ip address function
2016-06-03 Aaron Marcheradded entropy
2016-03-20 Aaron MarcherAdded icon to TODO.md
2016-03-20 Aaron Marchertypo license != license.md :P
2016-03-20 Aaron MarcherChanges to documentation and new screenshot.
2016-03-18 Aaron MarcherEasier info function names
2016-03-17 Aaron MarcherMerge pull request #10 from sahne/master
2016-03-17 Daniel WalterFix some memory leaks
2016-03-16 Aaron Marcheradded license info to slstatus.h
2016-03-16 Aaron Marcherheader
2016-03-15 Aaron Marcherremoved from todo
2016-03-15 Aaron Marcheradded some todos
2016-03-14 Aaron Marcherdisk usage in README.md
2016-03-14 Aaron Marchercompletely new system: only values in config file get...
2016-03-11 Aaron Marcherwhitespace error
2016-03-11 Aaron Marcherremoved todo
2016-03-11 Aaron Marcherfixed disk percent
2016-03-11 Aaron MarcherMerge pull request #9 from sahne/master
2016-03-11 Daniel WalterAdd diskusage support
2016-03-10 Aaron MarcherUpdate README.md
2016-03-10 Aaron MarcherCreate TODO.md
2016-03-10 Aaron MarcherMerge pull request #8 from Vlaix/master
2016-03-10 Vincent LoupmonFixed locale defaulting to English
2016-03-10 Aaron Marcheradded update_interval check to config_check()
2016-03-10 Aaron Marchercoding style notice in README.md
2016-03-10 Aaron Marcheradded sahne to contributors
2016-03-10 Aaron Marcherfixed some small things (update_interval) interferes...
2016-03-10 Aaron MarcherMerge pull request #6 from sahne/master
2016-03-10 Daniel Walterreturn n/a instead of exiting if a specific value canno...
2016-03-10 Daniel Walteradd config checks on startup for better error handling
2016-03-10 Daniel Walteradd update_interval
2016-03-10 Daniel Waltermake config.h target depending on config.def.h
2016-03-10 Daniel Waltersimplify smprintf by using vasprintf
2016-03-10 Aaron Marchersimplified config.def.h
2016-03-10 Aaron MarcherMerge pull request #5 from Vlaix/master
2016-03-10 Vincent LoupmonFixed small buffer in get_datetime()
next