summaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-lua.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-04Remove use of prefixneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.1icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.29.99.49.99.39.99.29.99.18.99.58.99.48.99.38.99.213.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0Jonathan Aillet1-1/+1
2019-12-04Improve plugin search pathJonathan Aillet1-2/+2
2019-11-06Change LuaAfbEventPush to Handle tableicefish_8.99.1icefish/8.99.18.99.1Frederic Marec1-2/+1
2019-04-02Use the action API rather than the source oneRomain Forlot1-1/+1
2019-01-16Remove useless magic number checkguppy_6.99.4guppy/6.99.46.99.4Romain Forlot1-8/+1
2018-12-18More accurate log messages.guppy_6.99.3guppy/6.99.36.99.3Romain Forlot1-31/+37
2018-12-18Make available the unsubscribe from a LUA scriptRomain Forlot1-0/+31
2018-12-17Shared library: update to a v3 shared libraryRomain Forlot1-70/+57
2018-12-13memleak fixesRomain Forlot1-1/+2
2018-12-13Retrieve by default an int64 instead of intRomain Forlot1-1/+1
2018-12-13New function to retrieve Api's name from LUARomain Forlot1-0/+15
2018-12-13Handle number and boolean to subcall an api's verbRomain Forlot1-8/+7
2018-12-13AFB:servsync: add string for query argumentClément Bénier1-2/+7
2018-12-13ctl-lua: Fixed memory corruptionThierry Bultel1-5/+6
2018-12-13Migration to v3Romain Forlot1-13/+10
2018-12-13New function returning the binding root directoryRomain Forlot1-0/+15
2018-12-13Change the default GLOB patternRomain Forlot1-2/+3
2018-12-13Fix wrong computed lengthRomain Forlot1-2/+2
2018-12-13More precise log message when loading a Lua fileRomain Forlot1-8/+13
2018-12-13Release arguments once C function returned.Romain Forlot1-1/+2
2018-12-13Use prefix variable to find controller's pluginsRomain Forlot1-10/+11
2018-12-13ctl-lua: typo fixClément Bénier1-43/+43
2018-12-13asynchronism for test: LockWait addedClément Bénier1-8/+25
2018-12-13Change LUA package path at LUA interpreter loadRomain Forlot1-0/+33
2018-12-13Fixed null value when push Lua argumentsSebastien Douheret1-13/+13
2018-12-13Adjust to compile with incoming bindings v3José Bollo1-2/+4
2018-12-13Fixed crash due to call to json_object_putSebastien Douheret1-1/+0
2018-12-13Fix segfault when printing long message from luaSebastien Douheret1-4/+6
2018-12-13Fixed spelling of AFB_ReqSuccessSebastien Douheret1-2/+2
2018-12-13Fixed build warnings with gcc >= 7.3Sebastien Douheret1-1/+1
2018-12-13Increase lua script max message sizeJonathan Aillet1-1/+1
2018-12-13Fixed compilation warnings with gcc-7.2.0Thierry Bultel1-2/+2
2018-12-13Make action item from a LUA action mandatoryRomain Forlot1-13/+1
2018-12-13Good usage of strncat and strncpyRomain Forlot1-16/+25
2018-12-13Update to the new JSON syntaxRomain Forlot1-1/+1
2018-12-13Fix wrong error message.Romain Forlot1-2/+2
2018-12-13Fix: Dyn API Action loading procedureRomain Forlot1-364/+388
2018-12-13FormatRomain Forlot1-179/+145
2018-12-13Improve way to loading an actionRomain Forlot1-94/+14
2018-12-13Upgrade config schemaRomain Forlot1-136/+183
2018-12-13Fix conversion compilation warningRomain Forlot1-1/+1
2018-12-13Old audio controller traces left behindRomain Forlot1-1/+1
2018-12-13Linting: Initialize fullprefix variableRomain Forlot1-1/+1
2018-12-13Fix memory leakRomain Forlot1-0/+4
2018-12-13Change prefix generation, simpler is betterRomain Forlot1-3/+5
2018-12-13Get back on track l2c functions.Romain Forlot1-6/+9
2018-12-13Avoid compile warning, memory leaks, lintingRomain Forlot1-0/+2
2018-12-13Protect exec when no files found.Romain Forlot1-28/+31
2018-12-13Get back lua2c functions parsed at plugin loadRomain Forlot1-2/+10
2018-12-13Fix: strncpy does't add null char at the endRomain Forlot1-5/+5