Commit graph

523 commits

Author SHA1 Message Date
Vincent Loupmon 790e150a1c 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.
2016-03-10 10:53:14 +01:00
Aaron Marcher f64bf0f072 better screenshot 2016-03-10 10:29:22 +01:00
Aaron Marcher 11e9491fc0 small changes (var names) 2016-03-10 08:37:20 +01:00
Aaron Marcher 2d1b92115c starting in README.md 2016-03-10 07:51:04 +01:00
Aaron Marcher 6a0ae11abc put everything in logical order 2016-03-09 16:30:52 +01:00
Aaron Marcher 8286bd8a37 Merge pull request #4 from Vlaix/ram
Changed RAM calculation formula.
2016-03-09 13:08:55 +01:00
Vincent Loupmon e241dbeba4 Changed RAM calculation formula.
Former : MemTotal - MemAvailable
New : (MemTotal - MemFree) - (Buffers + Cached)
2016-03-09 12:38:22 +01:00
Aaron Marcher 2fb476aaf6 contributors 2016-03-09 11:26:19 +01:00
Aaron Marcher b5813a7f67 changed to easier variable names 2016-03-09 11:21:35 +01:00
Aaron Marcher 8894244cb8 changed to 4 spaces indentation (2 are not enough) 2016-03-09 11:13:27 +01:00
Aaron Marcher ff6c029dba Merge pull request #3 from Vlaix/master
Fixed broken wifi
2016-03-09 10:53:27 +01:00
Vincent Loupmon 3b6f51f8eb Fixed broken wifi
Fixed indentation
Removed trailig white spaces
2016-03-09 10:19:10 +01:00
Aaron Marcher 16d01e8ded Merge pull request #2 from pfannkuchengesicht/master
fixed some memory leaks
2016-03-09 07:45:51 +01:00
Roy Freytag 12521e4e10 fixed some memory leaks 2016-03-08 20:55:07 +01:00
Aaron Marcher 526955ecda fixed tabs xD 2016-03-08 18:39:18 +01:00
Aaron Marcher 4c67ce861b fixed typo in README.md (jpg <-> png) 2016-03-08 18:18:47 +01:00
Aaron Marcher b415783c55 added screenshot 2016-03-08 18:17:50 +01:00
Aaron Marcher 570ebe3496 variable names 2016-03-07 10:08:04 +01:00
Aaron Marcher cc85bcc4a4 commented and reordered 2016-03-07 10:00:02 +01:00
Aaron Marcher 6b2b839cfd revised everything 2016-03-05 14:07:02 +01:00
Aaron Marcher 864f2246b5 added config.def.h handling and fixed typo 2016-03-04 18:36:47 +01:00
Aaron Marcher 94ea78f0fe initial commit 2016-03-04 18:07:42 +01:00
Aaron Marcher 47a0e8dec3 Initial commit 2016-03-04 10:46:19 +01:00