aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-lua.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-23Fix event receivesandbox/DDTLK/testsFrederic Marec1-1/+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
2018-12-13fix: wrong usage of strncat and strncpy functionRomain Forlot1-19/+19
2018-12-13Modifiy timer to supper DynAPIFulup Ar Foll1-5/+11