Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
'const'ified the whole source
|
|
hash handling rewritten to solve performance issues
|
|
debug widgets changed (thanks to Andy Baxter)
|
|
some Fixme's processed
documented some code
|
|
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
|
|
changes (cosmetics?) to the big patch from Martin
hash patch un-applied
|
|
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
|
|
hash improvements from Martin
|
|
new helper 'hash_get_regex' which delivers the sum over regex matched items
new function 'disk()' which uses this regex matching
|
|
hash_age function added
|
|
/proc/stat parsing finished
|
|
some bugs in plugin_xmms fixed, parsing moved to own function
plugin_proc_stat nearly finished
|
|
moved various /proc parsing to own functions
made some progress with /proc/stat parsing
|
|
started plugin proc_stat which should parse /proc/stat
which again is a paint in the a**
thinking over implementation methods of delta functions
(CPU load, ...)
|
|
new util 'hash' for associative arrays
new plugin 'cpuinfo'
|