| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed small buffer in get_datetime() | Vincent Loupmon | 2016-03-10 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
| * | Merge pull request #4 from Vlaix/ram | Aaron Marcher | 2016-03-09 | 1 | -3/+4 |
| |\ | | | | | Changed RAM calculation formula. | ||||
| | * | Changed RAM calculation formula. | Vincent Loupmon | 2016-03-09 | 1 | -3/+4 |
| |/ | | | | | Former : MemTotal - MemAvailable New : (MemTotal - MemFree) - (Buffers + Cached) | ||||
| * | contributors | Aaron Marcher | 2016-03-09 | 2 | -0/+10 |
| | | |||||
| * | changed to easier variable names | Aaron Marcher | 2016-03-09 | 2 | -37/+41 |
| | | |||||
| * | changed to 4 spaces indentation (2 are not enough) | Aaron Marcher | 2016-03-09 | 1 | -245/+242 |
| | | |||||
| * | Merge pull request #3 from Vlaix/master | Aaron Marcher | 2016-03-09 | 1 | -240/+245 |
| |\ | | | | | Fixed broken wifi | ||||
| | * | Fixed broken wifi | Vincent Loupmon | 2016-03-09 | 1 | -240/+245 |
| |/ | | | | | Fixed indentation Removed trailig white spaces | ||||
| * | Merge pull request #2 from pfannkuchengesicht/master | Aaron Marcher | 2016-03-09 | 2 | -2/+24 |
| |\ | | | | | fixed some memory leaks | ||||
| | * | fixed some memory leaks | Roy Freytag | 2016-03-08 | 2 | -2/+24 |
| |/ | |||||
| * | fixed tabs xD | Aaron Marcher | 2016-03-08 | 1 | -92/+91 |
| | | |||||
| * | fixed typo in README.md (jpg <-> png) | Aaron Marcher | 2016-03-08 | 1 | -1/+1 |
| | | |||||
| * | added screenshot | Aaron Marcher | 2016-03-08 | 2 | -2/+11 |
| | | |||||
| * | variable names | Aaron Marcher | 2016-03-07 | 1 | -5/+5 |
| | | |||||
| * | commented and reordered | Aaron Marcher | 2016-03-07 | 1 | -165/+168 |
| | | |||||
| * | revised everything | Aaron Marcher | 2016-03-05 | 1 | -23/+55 |
| | | |||||
| * | added config.def.h handling and fixed typo | Aaron Marcher | 2016-03-04 | 5 | -2/+22 |
| | | |||||
| * | initial commit | Aaron Marcher | 2016-03-04 | 5 | -0/+405 |
| | | |||||
| * | Initial commit | Aaron Marcher | 2016-03-04 | 2 | -0/+676 |
