Age | Commit message (Collapse) | Author | Files | Lines |
|
removed imon.c (has been replaced by plugin_imon.c)
|
|
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
|
|
MySQL plugin from Javier added
|
|
Fixed bug introduced with "caching" the loadavg values
|
|
fixed segfault when using string concatenation
|
|
re-introduced \nnn (octal) characters in strings
text widgets can have a 'update' speed of 0 which means 'never'
(may be used for static content)
|
|
string concatenation fixed
|
|
Complete rewrite of the evaluator to get rid of the code
from mark Morley (because of license issues).
The new Evaluator does a pre-compile of expressions, and
stores them in trees. Therefore it should be reasonable faster...
|
|
Fixed memory leak in hash_get_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
|
|
Crystalfontz Contrast issue fixed
|
|
cfg_number() returns -1 on error, 0 if value not found (but default val used),
and 1 if value was used from the configuration.
HD44780 driver adopted to new cfg_number()
Crystalfontz 631 driver nearly finished
|
|
ChangeLog updated
Version number bumped to 0.10.0
|
|
icon visibility fix for generic graphics from Xavier
|
|
new function 'qprintf()' (simple but quick snprintf() replacement)
|
|
hash improvements from Martin
|
|
memory leak fixes from Martin
|