aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/lua.md
AgeCommit message (Expand)AuthorFilesLines
2020-08-08Lua channel introspection (#68)cbdev1-2/+3
2020-04-27Allow access to previous value in python handlerscbdev1-2/+2
2020-04-24Update lua documentation, keep last value for handlercbdev1-3/+17
2020-04-21Do not load lua backend automatically on Windowscbdev1-3/+2
2020-03-27Implement python cleanup handlerscbdev1-1/+2
2020-03-26Implement lua cleanup handlerscbdev1-3/+11
2020-03-20Implement Lua threadingcbdev1-6/+24
2020-03-18Implement default channel handlers for Lua/Pythoncbdev1-4/+6
2020-03-08Implement timestamp() callback for Luacbdev1-2/+3
2020-03-07Update interval() documentationcbdev1-1/+1
2020-03-01Fix some errors in the Lua documentationcbdev1-4/+4
2020-02-28Minor documentation fixcbdev1-2/+3
2020-02-28Update README to reflect all backends, add notes for building Lua on Windowscbdev1-0/+10
2020-02-09Mention release page in installer section, move images aroundcbdev1-1/+1
2020-01-04Add input_channel call to Lua backendcbdev1-3/+3
2019-11-07Makefile install target and packaging instructions (Fixes #28)cbdev1-4/+1
2019-08-10Implement stream client connections in libmmbackend (Fixes #19)cbdev1-1/+1
2019-07-24Clarify backend documentationcbdev1-1/+1
2019-07-14Work around missing timerfd on OSX/Windowscbdev1-2/+2
2019-07-13Improved Lua backend with intervalscbdev1-6/+26
2019-07-06Implement Lua backendcbdev1-0/+49