aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_fifo.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-02-14indent.sh runmichael1-172/+171
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1112 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2010-02-12Improved config behavior.mjona1-9/+32
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1110 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2010-02-11All static memory allocations were turned into dynamical ones.mjona1-128/+200
Improved configuration parameters: - FifoPath to specify the fifo path (if absent, a built in replacement is used) - FifoBufSize to specify the size of the internal buffer (this parameter is optional as the plugin will try to match the number of display columns; if it fails and no FifoBufSize parameter is supplied then a built in replacement is used) Simplified and rationalized init and exit functions: most global variables have been localized. Fixed several off-by-one overflows memory bugs. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1108 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1098 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-01-12fix some compiler warningsmichux1-5/+5
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@954 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-01-11plugin_fifo: fix compile warningsmichux1-2/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@953 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-01-06indentationmichael1-2/+2
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@943 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2009-01-06initialize fifo on first usemichael1-13/+26
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@942 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-11-22update fifo plugin - untestedmichux1-1/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@900 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-07-15indent runmichael1-4/+4
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@879 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-15forgot includemichux1-0/+1
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@877 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-15add signal handler, improve error checkmichux1-4/+10
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@876 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-14minor updatemichux1-4/+9
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@875 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-12clean upmichux1-171/+188
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@871 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
2008-04-10Add basic FIFO pluginmichux1-0/+180
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@869 3ae390bd-cb1e-0410-b409-cd5a39f66f1f