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
|
|
changed plugin_netdev to use the new fast hash model
|
|
hash handling rewritten to solve performance issues
|
|
changed function naming scheme to plugin::function
|
|
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
|
|
bug in netdev parsing fixed
|
|
got rid of every strtok() incarnation.
|
|
every .c file includes "config.h" now
|
|
plugin_netdev for parsing /proc/net/dev added
|