aboutsummaryrefslogtreecommitdiffstats
path: root/processor.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2001-02-19[lcd4linux @ 2001-02-19 00:15:46 by reinelt]reinelt1-45/+76
integrated mail and seti client major rewrite of parser and tokenizer to support double-byte tokens
2001-02-16[lcd4linux @ 2001-02-16 14:15:11 by reinelt]reinelt1-2/+7
fixed type in processor.c GPO documentation update from Carsten
2001-02-16[lcd4linux @ 2001-02-16 08:23:09 by reinelt]reinelt1-1/+13
new token 'ic' (ISDN connected) by Carsten Nau <info@cnau.de>
2001-02-14[lcd4linux @ 2001-02-14 07:40:16 by reinelt]reinelt1-7/+46
first (incomplete) GPO implementation
2001-02-13[lcd4linux @ 2001-02-13 09:00:13 by reinelt]reinelt1-5/+8
prepared framework for GPO's (general purpose outputs)
2001-02-11[lcd4linux @ 2001-02-11 23:34:07 by reinelt]reinelt1-2/+9
fixed a small bug where the throughput of an offline ISDN connection is displayed as '----', but the online value is 5 chars long. corrected to ' ----'. thanks to Carsten Nau <info@cnau.de>
2000-08-10[lcd4linux @ 2000-08-10 09:44:09 by reinelt]reinelt1-3/+8
new debugging scheme: error(), info(), debug() uses syslog if in daemon mode
2000-07-31[lcd4linux @ 2000-07-31 10:43:44 by reinelt]reinelt1-18/+24
some changes to support kernel-2.4 (different layout of various files in /proc)
2000-05-21[lcd4linux @ 2000-05-21 06:20:35 by reinelt]reinelt1-10/+45
added ppp throughput token is '%t[iomt]' at the moment, but this will change in the near future
2000-04-15[lcd4linux @ 2000-04-15 11:56:35 by reinelt]reinelt1-4/+10
more debug messages
2000-04-15[lcd4linux @ 2000-04-15 11:13:54 by reinelt]reinelt1-2/+10
added '-d' (debugging) switch added several debugging messages removed config entry 'Delay' for HD44780 driver delay loop for HD44780 will be calibrated automatically
2000-04-01[lcd4linux @ 2000-04-01 16:22:38 by reinelt]reinelt1-2/+6
bug that caused a segfault in processor.c fixed (thanks to herp)
2000-03-23[lcd4linux @ 2000-03-23 07:24:48 by reinelt]reinelt1-2/+6
PPM driver up and running (but slow!)
2000-03-22[lcd4linux @ 2000-03-22 07:33:50 by reinelt]reinelt1-0/+393
FAQ added new modules 'processor.c' contains all data processing