Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
CodingStyle added and applied
|
|
added (C) to all copyright statements
|
|
uh-oh... the last CVS log message messed up things a lot...
|
|
added '-W' to CFLAGS
changed all C++ comments to C ones ('//' => '/* */')
cleaned up a lot of signed/unsigned mistakes
|
|
hash handling rewritten to solve performance issues
|
|
big patch from Martin:
- reuse filehandles
- memory leaks fixed
- earlier busy-flag checking with HD44780
- reuse memory for strings in RESULT and hash
- netdev_fast to wavid time-consuming regex
|
|
big patch from Martin Hejl:
- use qprintf() where appropriate
- save CPU cycles on gettimeofday()
- add quit() functions to free allocated memory
- fixed lots of memory leaks
|
|
every .c file includes "config.h" now
|
|
plugin_netdev for parsing /proc/net/dev added
|
|
hash_age function added
|
|
moved various /proc parsing to own functions
made some progress with /proc/stat parsing
|
|
moved lcd4linux.conf.sample to *.old
lcd4linux.conf.sample with new layout
new plugins 'loadavg' and 'meminfo'
text widget have pre- and postfix
|
|
new plugin 'uname' which does what it's called
text widget nearly finished
first results displayed on MatrixOrbital
|
|
new util 'hash' for associative arrays
new plugin 'cpuinfo'
|