aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/lua.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-26Implement lua cleanup handlerscbdev1-0/+1
2020-03-21Enable setting channel values at load time for luacbdev1-0/+1
2020-03-20Restructure lua channel resolutioncbdev1-5/+9
2020-03-20Implement Lua threadingcbdev1-0/+7
2020-03-18Implement default channel handlers for Lua/Pythoncbdev1-0/+2
2020-01-12Rework instance creationcbdev1-1/+1
2019-12-11Simplify plugin_stop APIcbdev1-1/+1
2019-12-11Simplify plugin_start APIcbdev1-1/+1
2019-12-05Add flags parameter to channel parser plugin API (Fixes #31)cbdev1-1/+1
2019-12-04Explicitly mark the backend init symbol visiblecbdev1-1/+1
2019-12-04Hide lua_interval if timerfd callback mechanism is usedcbdev1-0/+2
2019-07-14Work around missing timerfd on OSX/Windowscbdev1-0/+6
2019-07-13Improved Lua backend with intervalscbdev1-0/+10
2019-07-06Implement Lua backendcbdev1-0/+21