aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-13Adds v3 function to get binding settingsRomain Forlot2-1/+9
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-13Add path to the installed widget path.Romain Forlot1-8/+24
2018-12-13Controller: Converted README to a gitbook version.CorentinLGS17-417/+1431
2018-12-13New defaults useful functions on lua tableRomain Forlot1-0/+21
2018-12-13More precise log message when loading a Lua fileRomain Forlot3-12/+15
2018-12-13Fix: wrong legacy function signatureRomain Forlot1-1/+1
2018-12-13Split loading JSON controller file.Romain Forlot2-15/+18
2018-12-13Release arguments once C function returned.Romain Forlot1-1/+2
2018-12-13Fix : typo introduced in a previous commit.Romain Forlot1-1/+1
2018-12-13Fixed character counting that was shortening paths8000ff1-2/+2
2018-12-13Keep json unmodified during action executionJonathan Aillet1-7/+12
2018-12-13Use prefix variable to find controller's pluginsRomain Forlot7-61/+70
2018-12-13Use binding version to set controller definitionsJonathan Aillet1-5/+2
2018-12-13ctl-lua: typo fixClément Bénier1-43/+43
2018-12-13asynchronism for test: LockWait addedClément Bénier3-8/+40
2018-12-13Fix: plugin api assignement orderRomain Forlot1-2/+1
2018-12-13Execute ConfigExec only if section is existingRomain Forlot1-1/+1
2018-12-13Always set the api member even if NULL.Romain Forlot1-1/+2
2018-12-13Ability to add a plugin after the initial loadRomain Forlot1-13/+56
2018-12-13Be able to dispatch required api at the wanted timeRomain Forlot2-10/+28
2018-12-13Change LUA package path at LUA interpreter loadRomain Forlot1-0/+33
2018-12-13Don't load two times a plugin even for LUARomain Forlot1-12/+13
2018-12-13Fixed hidden bound variable (apiHandle)Sebastien Douheret1-10/+10
2018-12-13Fixed null value when push Lua argumentsSebastien Douheret1-13/+13
2018-12-13Adjust to compile with incoming bindings v3José Bollo2-7/+9
2018-12-13Remove declaration to not existing functionsJosé Bollo1-3/+0
2018-12-13Add 2 lua utilities functionRomain Forlot1-0/+50
2018-12-13Update README.md for new metadata keys.Jonathan Aillet1-0/+2
2018-12-13Fix a compilation issue due to modif of AFB_ReqSuccessJonathan Aillet1-4/+4
2018-12-13README:md: update README accordingly to new json scheme.Clément Bénier1-10/+372
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 Douheret5-6/+6
2018-12-13Remove an unnecessary variableJonathan Aillet1-3/+1
2018-12-13Make parsing of action loading non blockingJonathan Aillet1-1/+1
2018-12-13Use an external file for app fw functions linkJonathan Aillet2-120/+145
2018-12-13Use macro to test request validityJonathan Aillet1-3/+3
2018-12-13Fixed build warnings with gcc >= 7.3Sebastien Douheret4-6/+6
2018-12-13Increase lua script max message sizeJonathan Aillet1-1/+1
2018-12-13Prevent lost of config file path when searchingJonathan Aillet1-3/+7
2018-12-13Correct way that api actions are handled in controllerJonathan Aillet1-23/+25
2018-12-13Handle more metadata in the controller.Jonathan Aillet2-5/+9
2018-12-13Add possibility to set prefix to NULL in CtlConfigScanJonathan Aillet1-1/+1
2018-12-13Fixed compilation warnings with gcc-7.2.0Thierry Bultel4-9/+9
2018-12-13Add an external field to CtlConfigTJonathan Aillet1-0/+1
2018-12-13Make action item from a LUA action mandatoryRomain Forlot1-13/+1
2018-12-13Handle no prefix givenRomain Forlot1-3/+8