suckless/slstatus.git
2016-09-18 Aaron Marcheradded -v command line option
2016-09-18 Aaron Marchersimpler usage
2016-09-18 Aaron Marcherdo not exit on failed smprintf
2016-09-17 Aaron Marcheradded man page
2016-09-17 Aaron Marcheradded man page
2016-09-17 Aaron Marcheradded optimization back (removed it for debugging some...
2016-09-17 Aaron Marchern/a for run_command()
2016-09-17 Aaron Marcherfuck newlines
2016-09-17 Aaron Marcherremoved TODO.md
2016-09-17 Aaron Marchermoved headers to extern
2016-09-17 Aaron Marchershorter names
2016-09-17 Aaron Marcheronly open and close display if output type is dwm
2016-09-17 Aaron Marchercoding style fixes + better var names
2016-09-16 Aaron Marcheradded daemonization, output possibility to console...
2016-09-14 Aaron Marcherfixed run_command()
2016-09-14 Aaron MarcherMerge pull request #18 from R41z/master
2016-09-14 Ali H. Fardanvariable initialization is back
2016-09-14 Ali H. Fardansimplified run_command()
2016-09-14 Aaron MarcherMerge pull request #17 from R41z/master
2016-09-14 Ali H. Fardanimproved hostname()
2016-09-14 Aaron Marcherdo not overwrite config.h if config.def.h changes
2016-09-14 Aaron Marcherhostname() null terminaiton subtraction *is* needed
2016-09-14 Aaron MarcherMerge pull request #16 from R41z/master
2016-09-14 Ali H. Fardanmalloc sucks, you know?
2016-09-14 Ali H. Fardan* != **
2016-09-14 Ali H. Fardanminor improvements and memory leak fix
2016-09-14 Ali H. FardanMerge branch 'master' of https://github.com/drkh5h...
2016-09-13 Aaron Marcherbattery_state() function added
2016-09-13 Aaron Marcherfixed vol_perc() typo and added % sign again
2016-09-13 Aaron Marchersimplified vol_perc() (and with that config.def.h is...
2016-09-13 Aaron Marcherlol, battery_perc() is even simpler, fuck this shit :D
2016-09-13 Aaron Marchersimplified battery_perc() a lot and removed useless...
2016-09-13 Aaron Marcherloop's not needed anymore
2016-09-13 Aaron Marcherset old WM_NAME content before exiting
2016-09-13 Aaron Marchersighandle forgot const
2016-09-13 Aaron Marchersignal handling to exit gracefully + small coding style...
2016-09-13 Aaron Marchersimplify status_string clearing
2016-09-13 Aaron MarcherFixes issue #15. Forgot to close() a socket in wifi_ess...
2016-09-12 Ali H. Fardansubtraction is unneeded
2016-09-12 Aaron Marchercoding style (global variables)
2016-09-12 Aaron MarcherMerge pull request #14 from R41z/master
2016-09-12 Aaron Marcherfixed wifi_perc() typo
2016-09-11 Ali H. Fardanfixed (hopefully) the vol_perc() function
2016-09-11 Ali H. Fardanfixed cpu_perc() stupidity && added some useful comment...
2016-09-09 Aaron Marcheradded my fancy icon
2016-09-09 Aaron Marcherbrought back update interval
2016-09-09 Aaron Marcherremoved more unneeded comments
2016-09-09 Aaron Marcherfixed username function (wtf happened here?)
2016-09-09 Aaron Marcherfixed run_command behaviour for emtpy command output...
2016-09-09 Aaron Marchercoding style fixes
2016-09-09 Aaron Marcherremoved that status_reset (we will do that with signals...
2016-09-09 Aaron MarcherMerge branch 'R41z-master'
2016-09-08 Ali H. Fardanuse warn[x]() instead of long fprintf()s
2016-09-08 Ali H. Fardanused ccat() from concat.h for string concatenation
2016-09-04 Ali H. Fardanfixed some mistakes
2016-09-04 Ali H. Fardanwhat kind of weed is that?
2016-09-04 Ali H. Fardanbringed back the old config.mk
2016-09-04 Ali H. Fardanbringed back the old config.mk
2016-09-04 Ali H. Fardanbringed back the loop
2016-09-04 Ali H. Fardanimported a new vol_perc() function, this should fix...
2016-09-04 Ali H. Fardanadded a tool for resetting the status bar && worked...
2016-09-04 Ali H. Fardanconfig.mk cleanup
2016-09-03 Ali H. Fardanadded daemonization support
2016-09-03 Ali H. Fardanremoved UPDATE_INTERVAL, it is neat to have it but...
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
next