aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-13Good usage of strncat and strncpyRomain Forlot5-58/+75
2018-12-13Update to the new JSON syntaxRomain Forlot1-1/+1
2018-12-13Detect failure at OnLoad action callsRomain Forlot4-5/+12
2018-12-13Improve reliability and function callsRomain Forlot1-2/+4
2018-12-13Correctly release request JSON objectRomain Forlot1-1/+1
2018-12-13Add AFB macrosRomain Forlot1-0/+6
2018-12-13Don't use assert in controller.Romain Forlot1-3/+2
2018-12-13Change lua2c JSON syntax.Romain Forlot1-6/+16
2018-12-13Search for Event sectionRomain Forlot1-7/+15
2018-12-13Fix: changes key name.Romain Forlot1-1/+1
2018-12-13Fix: arguments pointer NULL checkRomain Forlot1-2/+5
2018-12-13Fix wrong error message.Romain Forlot1-2/+2
2018-12-13Simplify action definitionRomain Forlot1-19/+67
2018-12-13Fix: Dyn API Action loading procedureRomain Forlot5-436/+454
2018-12-13Use new version of function GetBindingDirPathRomain Forlot2-15/+16
2018-12-13FormatRomain Forlot12-319/+259
2018-12-13Loads l2c functions per plugin.Romain Forlot4-50/+59
2018-12-13Improve json object releaseRomain Forlot1-3/+2
2018-12-13Improve way to loading an actionRomain Forlot3-160/+153
2018-12-13Upgrade config schemaRomain Forlot8-226/+440
2018-12-13Fix: callback execution conditionRomain Forlot1-1/+1
2018-12-13Fix conversion compilation warningRomain Forlot2-3/+3
2018-12-13Fix link to afb-helpers renamed from afb-utilitiesRomain Forlot1-1/+1
2018-12-13Release json_objects used to launched the actionRomain Forlot1-0/+4
2018-12-13Format, get rid of conversion type warning.Romain Forlot2-9/+7
2018-12-13Use an intermadiary variable avoiding side effets.Romain Forlot1-10/+13
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-13Add binding rootdir to searched path for conf and pluginsRomain Forlot2-2/+26
2018-12-13Make public ConfigSearch functionRomain Forlot2-1/+2
2018-12-13Fix segfault when no l2c functions definedRomain Forlot2-2/+2
2018-12-13Get back on track l2c functions.Romain Forlot6-15/+48