Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-04-30 | new upstream version | Reinhard Tartler | 1 | -2/+114 | |
2007-04-05 | import new upstream | Reinhard Tartler | 1 | -64/+2 | |
2005-05-08 | [lcd4linux @ 2005-05-08 04:32:43 by reinelt] | reinelt | 1 | -341/+361 | |
CodingStyle added and applied | |||||
2005-04-04 | [lcd4linux @ 2005-04-04 20:11:14 by nicowallmeier] | nicowallmeier | 1 | -2/+6 | |
to be compatible with gcc 2.95 | |||||
2005-04-01 | [lcd4linux @ 2005-04-01 05:16:04 by reinelt] | reinelt | 1 | -261/+320 | |
moved plugin init stuff to a seperate function called on first use | |||||
2005-01-18 | [lcd4linux @ 2005-01-18 06:30:21 by reinelt] | reinelt | 1 | -2/+5 | |
added (C) to all copyright statements | |||||
2004-06-26 | [lcd4linux @ 2004-06-26 12:04:59 by reinelt] | reinelt | 1 | -2/+6 | |
uh-oh... the last CVS log message messed up things a lot... | |||||
2004-06-26 | [lcd4linux @ 2004-06-26 09:27:20 by reinelt] | reinelt | 1 | -9/+15 | |
added '-W' to CFLAGS changed all C++ comments to C ones ('//' => '/* */') cleaned up a lot of signed/unsigned mistakes | |||||
2004-06-24 | [lcd4linux @ 2004-06-24 20:18:08 by nicowallmeier] | nicowallmeier | 1 | -2/+5 | |
minor bugfix | |||||
2004-06-20 | [lcd4linux @ 2004-06-20 10:09:52 by reinelt] | reinelt | 1 | -7/+11 | |
'const'ified the whole source | |||||
2004-06-17 | [lcd4linux @ 2004-06-17 06:23:39 by reinelt] | reinelt | 1 | -21/+28 | |
hash handling rewritten to solve performance issues | |||||
2004-05-27 | [lcd4linux @ 2004-05-27 06:29:29 by nicowallmeier] | nicowallmeier | 1 | -7/+10 | |
Moved variables to Plugin:imon / Plugin:telmon | |||||
2004-05-27 | [lcd4linux @ 2004-05-27 03:39:47 by reinelt] | reinelt | 1 | -5/+10 | |
changed function naming scheme to plugin::function | |||||
2004-03-13 | [lcd4linux @ 2004-03-13 14:58:15 by nicowallmeier] | nicowallmeier | 1 | -4/+7 | |
Added clean termination of imond-connection (now correctly) | |||||
2004-03-13 | [lcd4linux @ 2004-03-13 14:55:14 by nicowallmeier] | nicowallmeier | 1 | -3/+6 | |
Added clean termination of imond-connection | |||||
2004-03-03 | [lcd4linux @ 2004-03-03 04:44:16 by reinelt] | reinelt | 1 | -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] | reinelt | 1 | -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] | reinelt | 1 | -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] | nicowallmeier | 1 | -455/+428 | |
Imon/Telmon plugin ported | |||||
2004-01-29 | [lcd4linux @ 2004-01-29 04:40:02 by reinelt] | reinelt | 1 | -1/+6 | |
every .c file includes "config.h" now | |||||
2004-01-09 | [lcd4linux @ 2004-01-09 04:16:06 by reinelt] | reinelt | 1 | -10/+13 | |
added 'section' argument to cfg_get(), but NULLed it on all calls by now. | |||||
2004-01-06 | [lcd4linux @ 2004-01-06 22:33:13 by reinelt] | reinelt | 1 | -417/+422 | |
Copyright statements cleaned up | |||||
2003-10-12 | [lcd4linux @ 2003-10-12 06:08:28 by nicowallmeier] | nicowallmeier | 1 | -0/+442 | |
imond/telmond support |