summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ali H. Fardan [Sun, 21 Aug 2016 12:21:20 +0000 (15:21 +0300)]
corrected the time format
Ali H. Fardan [Sun, 21 Aug 2016 12:20:07 +0000 (15:20 +0300)]
rm .config.h.swp
Ali H. Fardan [Sun, 21 Aug 2016 12:19:45 +0000 (15:19 +0300)]
fixed the code, works now
Ali H. Fardan [Sun, 21 Aug 2016 09:04:01 +0000 (12:04 +0300)]
Added myself to CONTRIBUTORS.md by drkh5h's request
Ali H. Fardan [Sun, 21 Aug 2016 09:00:51 +0000 (12:00 +0300)]
(void)ed the prototypes
Ali H. Fardan [Sun, 21 Aug 2016 08:28:42 +0000 (11:28 +0300)]
set local function as static
Ali H. Fardan [Sun, 21 Aug 2016 08:10:37 +0000 (11:10 +0300)]
-Wextra
Ali H. Fardan [Sun, 21 Aug 2016 08:10:14 +0000 (11:10 +0300)]
the code describes itself, there is no need to write stories in /* */
Ali H. Fardan [Sat, 20 Aug 2016 21:28:36 +0000 (00:28 +0300)]
braces are unneeded for one-liner if()/while()
Ali H. Fardan [Sat, 20 Aug 2016 21:00:23 +0000 (00:00 +0300)]
added bounds checking via secure strl*() routines
Aaron Marcher [Thu, 18 Aug 2016 13:03:43 +0000 (15:03 +0200)]
remove screenshot
Aaron Marcher [Thu, 18 Aug 2016 13:02:51 +0000 (15:02 +0200)]
update sloc count in readme
Aaron Marcher [Thu, 18 Aug 2016 13:01:19 +0000 (15:01 +0200)]
remove todo item
Aaron Marcher [Thu, 18 Aug 2016 12:55:05 +0000 (14:55 +0200)]
suckless coding style fix -> remove slstatus.h
Aaron Marcher [Thu, 18 Aug 2016 11:45:06 +0000 (13:45 +0200)]
added all functions to readme
Aaron Marcher [Thu, 18 Aug 2016 11:43:18 +0000 (13:43 +0200)]
added uptime function
Aaron Marcher [Thu, 18 Aug 2016 11:30:45 +0000 (13:30 +0200)]
load avg
Aaron Marcher [Thu, 18 Aug 2016 11:03:42 +0000 (13:03 +0200)]
added configuration option for n/a text
Aaron Marcher [Tue, 16 Aug 2016 15:40:25 +0000 (17:40 +0200)]
Added \n to all error messages.
Aaron Marcher [Tue, 16 Aug 2016 15:34:50 +0000 (17:34 +0200)]
Removed the debug gcc flags
Aaron Marcher [Tue, 16 Aug 2016 09:41:43 +0000 (11:41 +0200)]
Formatting commit :(
I know formatting commits suck... And I try to avoid them.
But this commit was absolutely necessary... The coding style in this
program was not ok and not the same over the whole program.
The commit is hard to read, but this is what I changed:
- Tabs for indentation instead of spaces
- Same style over the whole program (suckless style)
Aaron Marcher [Mon, 15 Aug 2016 14:40:56 +0000 (16:40 +0200)]
simplified ram function
Aaron Marcher [Mon, 15 Aug 2016 14:28:02 +0000 (16:28 +0200)]
simplified wifi_essid by removing one malloc()
Aaron Marcher [Mon, 15 Aug 2016 14:10:42 +0000 (16:10 +0200)]
this project is now licensed under the ISC license
Aaron Marcher [Mon, 15 Aug 2016 12:43:29 +0000 (14:43 +0200)]
added wifi essid
Aaron Marcher [Mon, 15 Aug 2016 11:08:34 +0000 (13:08 +0200)]
fixed strcat null possibility in main()
Aaron Marcher [Mon, 15 Aug 2016 10:59:45 +0000 (12:59 +0200)]
fixed strlen-bomb in run_command
Aaron Marcher [Mon, 15 Aug 2016 10:43:43 +0000 (12:43 +0200)]
fixed memleak in datetime()
Aaron Marcher [Mon, 15 Aug 2016 10:34:45 +0000 (12:34 +0200)]
void argument main()
Aaron Marcher [Mon, 15 Aug 2016 10:26:00 +0000 (12:26 +0200)]
Fixed alsa function + datetime function
Aaron Marcher [Mon, 15 Aug 2016 10:23:35 +0000 (12:23 +0200)]
Added shell command function
Aaron Marcher [Thu, 30 Jun 2016 16:36:24 +0000 (18:36 +0200)]
revised readme
Aaron Marcher [Thu, 30 Jun 2016 16:29:11 +0000 (18:29 +0200)]
revised readme
Aaron Marcher [Tue, 14 Jun 2016 17:19:25 +0000 (19:19 +0200)]
README update (included information)
Aaron Marcher [Mon, 13 Jun 2016 16:49:50 +0000 (18:49 +0200)]
added, username, gid, uid
Aaron Marcher [Fri, 10 Jun 2016 17:13:13 +0000 (19:13 +0200)]
added disk functions for details
Aaron Marcher [Fri, 10 Jun 2016 16:46:47 +0000 (18:46 +0200)]
added memory values ram functions
Aaron Marcher [Fri, 10 Jun 2016 16:22:05 +0000 (18:22 +0200)]
fixed hostname function and added HOST_NAME_MAX limit
Aaron Marcher [Fri, 10 Jun 2016 13:53:07 +0000 (15:53 +0200)]
hostname function
Aaron Marcher [Wed, 8 Jun 2016 07:42:32 +0000 (09:42 +0200)]
added ip address function
Aaron Marcher [Fri, 3 Jun 2016 11:04:15 +0000 (13:04 +0200)]
added entropy
Aaron Marcher [Sun, 20 Mar 2016 16:07:00 +0000 (17:07 +0100)]
Added icon to TODO.md
Aaron Marcher [Sun, 20 Mar 2016 13:20:22 +0000 (14:20 +0100)]
typo license != license.md :P
Aaron Marcher [Sun, 20 Mar 2016 13:18:05 +0000 (14:18 +0100)]
Changes to documentation and new screenshot.
- Better README.md
- Headlines in all files
- CONTRIBUTING.md
- New screenshot
Aaron Marcher [Fri, 18 Mar 2016 15:15:05 +0000 (16:15 +0100)]
Easier info function names
All the info function names started with "get_", which I removed to make
it easier for the user to configure the program to its needs.
Additionally I renamed some functions (e.g. get_ram_usage) to better
names, making it easier to extend the program with ram usage / total
functions.
Aaron Marcher [Thu, 17 Mar 2016 18:15:17 +0000 (19:15 +0100)]
Merge pull request #10 from sahne/master
Fix some memory leaks
Daniel Walter [Thu, 17 Mar 2016 18:12:47 +0000 (19:12 +0100)]
Fix some memory leaks
Aaron Marcher [Wed, 16 Mar 2016 08:01:07 +0000 (09:01 +0100)]
added license info to slstatus.h
Aaron Marcher [Wed, 16 Mar 2016 07:45:19 +0000 (08:45 +0100)]
header
Aaron Marcher [Tue, 15 Mar 2016 10:28:14 +0000 (11:28 +0100)]
removed from todo
Aaron Marcher [Tue, 15 Mar 2016 10:21:36 +0000 (11:21 +0100)]
added some todos
Aaron Marcher [Mon, 14 Mar 2016 19:25:56 +0000 (20:25 +0100)]
disk usage in README.md
Aaron Marcher [Mon, 14 Mar 2016 19:17:14 +0000 (20:17 +0100)]
completely new system: only values in config file get updated + cleaner code
Aaron Marcher [Fri, 11 Mar 2016 12:15:17 +0000 (13:15 +0100)]
whitespace error
Aaron Marcher [Fri, 11 Mar 2016 12:12:08 +0000 (13:12 +0100)]
removed todo
Aaron Marcher [Fri, 11 Mar 2016 12:11:15 +0000 (13:11 +0100)]
fixed disk percent
Aaron Marcher [Fri, 11 Mar 2016 12:02:26 +0000 (13:02 +0100)]
Merge pull request #9 from sahne/master
Add diskusage support
Daniel Walter [Fri, 11 Mar 2016 11:18:23 +0000 (12:18 +0100)]
Add diskusage support
add support to show used disk for a given mountpoint
Aaron Marcher [Thu, 10 Mar 2016 17:01:39 +0000 (18:01 +0100)]
Update README.md
Aaron Marcher [Thu, 10 Mar 2016 17:00:40 +0000 (18:00 +0100)]
Create TODO.md
Aaron Marcher [Thu, 10 Mar 2016 16:29:20 +0000 (17:29 +0100)]
Merge pull request #8 from Vlaix/master
Fixed locale defaulting to English
Vincent Loupmon [Thu, 10 Mar 2016 15:50:32 +0000 (16:50 +0100)]
Fixed locale defaulting to English
Changed get_datetime() a bit so it respects the user-configured locale (to use time formats with strings for days, months etc.)
Same commit as last time, except it merges.
Aaron Marcher [Thu, 10 Mar 2016 14:50:35 +0000 (15:50 +0100)]
added update_interval check to config_check()
Aaron Marcher [Thu, 10 Mar 2016 14:12:09 +0000 (15:12 +0100)]
coding style notice in README.md
Aaron Marcher [Thu, 10 Mar 2016 14:01:28 +0000 (15:01 +0100)]
added sahne to contributors
Aaron Marcher [Thu, 10 Mar 2016 13:59:37 +0000 (14:59 +0100)]
fixed some small things (update_interval) interferes with get_cpu_usage() and reordered)
Aaron Marcher [Thu, 10 Mar 2016 13:50:11 +0000 (14:50 +0100)]
Merge pull request #6 from sahne/master
minor cleanups and sanity checks
Daniel Walter [Thu, 10 Mar 2016 12:09:24 +0000 (13:09 +0100)]
return n/a instead of exiting if a specific value cannot be read
Daniel Walter [Thu, 10 Mar 2016 11:11:46 +0000 (12:11 +0100)]
add config checks on startup for better error handling
Daniel Walter [Thu, 10 Mar 2016 10:55:42 +0000 (11:55 +0100)]
add update_interval
add a short sleep to reduce load
Daniel Walter [Thu, 10 Mar 2016 10:55:12 +0000 (11:55 +0100)]
make config.h target depending on config.def.h
Daniel Walter [Thu, 10 Mar 2016 10:49:48 +0000 (11:49 +0100)]
simplify smprintf by using vasprintf
Aaron Marcher [Thu, 10 Mar 2016 10:11:39 +0000 (11:11 +0100)]
simplified config.def.h
Aaron Marcher [Thu, 10 Mar 2016 09:59:59 +0000 (10:59 +0100)]
Merge pull request #5 from Vlaix/master
Fixed small buffer in get_datetime()
Vincent Loupmon [Thu, 10 Mar 2016 09:53:14 +0000 (10:53 +0100)]
Fixed small buffer in get_datetime()
The buffer being hardcoded to 19 (the size expected from the default time format),
strftime() would fail on any format returning a longer buffer.
Changed it from 19 to 64 to accomodate longer formats.
Aaron Marcher [Thu, 10 Mar 2016 09:29:22 +0000 (10:29 +0100)]
better screenshot
Aaron Marcher [Thu, 10 Mar 2016 07:37:20 +0000 (08:37 +0100)]
small changes (var names)
Aaron Marcher [Thu, 10 Mar 2016 06:51:04 +0000 (07:51 +0100)]
starting in README.md
Aaron Marcher [Wed, 9 Mar 2016 15:30:52 +0000 (16:30 +0100)]
put everything in logical order
Aaron Marcher [Wed, 9 Mar 2016 12:08:55 +0000 (13:08 +0100)]
Merge pull request #4 from Vlaix/ram
Changed RAM calculation formula.
Vincent Loupmon [Wed, 9 Mar 2016 11:38:22 +0000 (12:38 +0100)]
Changed RAM calculation formula.
Former : MemTotal - MemAvailable
New : (MemTotal - MemFree) - (Buffers + Cached)
Aaron Marcher [Wed, 9 Mar 2016 10:26:19 +0000 (11:26 +0100)]
contributors
Aaron Marcher [Wed, 9 Mar 2016 10:21:35 +0000 (11:21 +0100)]
changed to easier variable names
Aaron Marcher [Wed, 9 Mar 2016 10:13:27 +0000 (11:13 +0100)]
changed to 4 spaces indentation (2 are not enough)
Aaron Marcher [Wed, 9 Mar 2016 09:53:27 +0000 (10:53 +0100)]
Merge pull request #3 from Vlaix/master
Fixed broken wifi
Vincent Loupmon [Wed, 9 Mar 2016 09:19:10 +0000 (10:19 +0100)]
Fixed broken wifi
Fixed indentation
Removed trailig white spaces
Aaron Marcher [Wed, 9 Mar 2016 06:45:51 +0000 (07:45 +0100)]
Merge pull request #2 from pfannkuchengesicht/master
fixed some memory leaks
Roy Freytag [Tue, 8 Mar 2016 19:55:07 +0000 (20:55 +0100)]
fixed some memory leaks
Aaron Marcher [Tue, 8 Mar 2016 17:39:18 +0000 (18:39 +0100)]
fixed tabs xD
Aaron Marcher [Tue, 8 Mar 2016 17:18:47 +0000 (18:18 +0100)]
fixed typo in README.md (jpg <-> png)
Aaron Marcher [Tue, 8 Mar 2016 17:17:50 +0000 (18:17 +0100)]
added screenshot
Aaron Marcher [Mon, 7 Mar 2016 09:08:04 +0000 (10:08 +0100)]
variable names
Aaron Marcher [Mon, 7 Mar 2016 09:00:02 +0000 (10:00 +0100)]
commented and reordered
Aaron Marcher [Sat, 5 Mar 2016 13:07:02 +0000 (14:07 +0100)]
revised everything
Aaron Marcher [Fri, 4 Mar 2016 17:36:47 +0000 (18:36 +0100)]
added config.def.h handling and fixed typo
Aaron Marcher [Fri, 4 Mar 2016 17:07:42 +0000 (18:07 +0100)]
initial commit
Aaron Marcher [Fri, 4 Mar 2016 09:46:19 +0000 (10:46 +0100)]
Initial commit