aboutsummaryrefslogtreecommitdiff
path: root/wmiistatus.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-09Bugfix: Check if the present rate is > 0, not only if it is not setMichael Stapelberg1-1/+1
2009-02-22Remove unnecessary code for dzenMichael Stapelberg1-2/+15
2009-02-22Add dzen2-compatible modeMichael Stapelberg1-17/+40
2009-01-25Update manpage, remove unnecessary ifdefsMichael Stapelberg1-2/+0
2009-01-25Move configuration file parsing into wmiistatus.c, saves a lot of hassle/SLOC...Michael Stapelberg1-26/+148
2009-01-25Fix warnings due to unused variables on NetBSDMichael Stapelberg1-5/+7
2009-01-25Add code for getting process status (running/not) and load on NetBSDMichael Stapelberg1-0/+30
2009-01-25Append \n to error messages to make them readable, regardless of circumstancesMichael Stapelberg1-4/+4
2009-01-25Make linux-dependant part use #ifdef LINUXMichael Stapelberg1-6/+14
2009-01-25Remove unused variables, use correct limit constantsMichael Stapelberg1-8/+5
2009-01-25Display details also when battery is loadedMichael Stapelberg1-15/+13
2009-01-25Use correct format string (%ld)Michael Stapelberg1-1/+1
2009-01-25Eliminate more unnecessary code (pid file checking)Michael Stapelberg1-12/+7
2009-01-25Beautify wireless codeMichael Stapelberg1-26/+16
2009-01-25Beautify the code for getting ip address/ethernet speed, only use one static ...Michael Stapelberg1-29/+17
2009-01-25Document everything, wrap comments at 80 characters, handle socket() return codeMichael Stapelberg1-5/+27
2009-01-09Handle common errors without dyingMichael Stapelberg1-2/+2
2008-12-10Don't show eth-speed if it was never setMichael Stapelberg1-1/+1
2008-11-30Correctly open new filesMichael Stapelberg1-1/+8
2008-11-13Use 3 characters for WLAN signal strengthMichael Stapelberg1-1/+1
2008-10-29Make wmiistatus run all the time and wait for wmii_path to existMichael Stapelberg1-18/+36
2008-10-24Add support for differently named uevent data and hint for 9pnet_fdMichael Stapelberg1-2/+4
2008-10-24Implement getting current speed from network interfacesMichael Stapelberg1-2/+29
2008-10-10Make source splint-clean (invoked with -weak)Michael Stapelberg1-72/+88
2008-10-07More commentsMichael Stapelberg1-0/+17
2008-10-07Add option parsing via getopt, cleanup MakefileMichael Stapelberg1-2/+14
2008-10-07Add manpage, ignore spaces in tokens, introduce intervalMichael Stapelberg1-1/+1
2008-10-07Make everything configurableMichael Stapelberg1-35/+57
2008-10-07Implement colors for runwatches and WLAN downMichael Stapelberg1-4/+17
2008-10-07Make runwatches work againMichael Stapelberg1-20/+10
2008-10-07Write information in separate files, define orderMichael Stapelberg1-10/+53
2008-10-07Strip all non-digit characters from pidbufMichael Stapelberg1-2/+11
2008-10-04Make some formats/paths configurable, add initscriptMichael Stapelberg1-9/+14
2008-10-04Implement run_watchesMichael Stapelberg1-4/+32
2008-10-04Get IP address for WLAN interface aswellMichael Stapelberg1-10/+26
2008-10-04CleanupMichael Stapelberg1-43/+61
2008-10-04Add license, display correct WLAN statusMichael Stapelberg1-3/+38
2008-10-03Initial commitMichael Stapelberg1-0/+206