aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_imon.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-03-21plugin_file patch from Mark Richardsmichael1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@782 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2007-02-28imon::quantity and imon::status patch from Stefan Gmeiner / Christian ↵michael1-0/+112
Brueggemann git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@777 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2007-01-14removed all tagsmichael1-63/+0
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@727 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2007-01-14svn properties fixedmichael1-1/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@726 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2007-01-14switch from CVS to SVNmichael1-0/+0
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@724 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2005-05-08[lcd4linux @ 2005-05-08 04:32:43 by reinelt]reinelt1-341/+361
CodingStyle added and applied git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@547 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2005-04-04[lcd4linux @ 2005-04-04 20:11:14 by nicowallmeier]nicowallmeier1-2/+6
to be compatible with gcc 2.95 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@525 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2005-04-01[lcd4linux @ 2005-04-01 05:16:04 by reinelt]reinelt1-261/+320
moved plugin init stuff to a seperate function called on first use git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@522 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2005-01-18[lcd4linux @ 2005-01-18 06:30:21 by reinelt]reinelt1-2/+5
added (C) to all copyright statements git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@509 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-06-26[lcd4linux @ 2004-06-26 12:04:59 by reinelt]reinelt1-2/+6
uh-oh... the last CVS log message messed up things a lot... git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@481 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-06-26[lcd4linux @ 2004-06-26 09:27:20 by reinelt]reinelt1-9/+15
added '-W' to CFLAGS changed all C++ comments to C ones ('//' => '/* */') cleaned up a lot of signed/unsigned mistakes git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@480 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-06-24[lcd4linux @ 2004-06-24 20:18:08 by nicowallmeier]nicowallmeier1-2/+5
minor bugfix git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@478 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-06-20[lcd4linux @ 2004-06-20 10:09:52 by reinelt]reinelt1-7/+11
'const'ified the whole source git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@476 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-06-17[lcd4linux @ 2004-06-17 06:23:39 by reinelt]reinelt1-21/+28
hash handling rewritten to solve performance issues git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@473 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-05-27[lcd4linux @ 2004-05-27 06:29:29 by nicowallmeier]nicowallmeier1-7/+10
Moved variables to Plugin:imon / Plugin:telmon git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@439 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-05-27[lcd4linux @ 2004-05-27 03:39:47 by reinelt]reinelt1-5/+10
changed function naming scheme to plugin::function git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@437 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-13[lcd4linux @ 2004-03-13 14:58:15 by nicowallmeier]nicowallmeier1-4/+7
Added clean termination of imond-connection (now correctly) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@398 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-03-13[lcd4linux @ 2004-03-13 14:55:14 by nicowallmeier]nicowallmeier1-3/+6
Added clean termination of imond-connection git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@397 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@385 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@384 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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?) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@373 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2004-02-18[lcd4linux @ 2004-02-18 14:45:42 by nicowallmeier]nicowallmeier1-0/+428
Imon/Telmon plugin ported git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@372 3ae390bd-cb1e-0410-b409-cd5a39f66f1f