aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_imon.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-7/+11
'const'ified the whole source
2004-06-17[lcd4linux @ 2004-06-17 06:23:39 by reinelt]reinelt1-21/+28
hash handling rewritten to solve performance issues
2004-05-27[lcd4linux @ 2004-05-27 06:29:29 by nicowallmeier]nicowallmeier1-7/+10
Moved variables to Plugin:imon / Plugin:telmon
2004-05-27[lcd4linux @ 2004-05-27 03:39:47 by reinelt]reinelt1-5/+10
changed function naming scheme to plugin::function
2004-03-13[lcd4linux @ 2004-03-13 14:58:15 by nicowallmeier]nicowallmeier1-4/+7
Added clean termination of imond-connection (now correctly)
2004-03-13[lcd4linux @ 2004-03-13 14:55:14 by nicowallmeier]nicowallmeier1-3/+6
Added clean termination of imond-connection
2004-03-03[lcd4linux @ 2004-03-03 04:44:16 by reinelt]reinelt1-7/+11
changes (cosmetics?) to the big patch from Martin hash patch un-applied
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-8/+27
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
2004-02-22[lcd4linux @ 2004-02-22 17:35:41 by reinelt]reinelt1-425/+429
some fixes for generic graphic driver and T6963 removed ^M from plugin_imon (Nico, are you editing under Windows?)
2004-02-18[lcd4linux @ 2004-02-18 14:45:42 by nicowallmeier]nicowallmeier1-0/+428
Imon/Telmon plugin ported