aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-28Correct way that api actions are handled in controllerJonathan Aillet1-23/+25
2018-05-28Handle more metadata in the controller.Jonathan Aillet2-5/+9
2018-05-28Add possibility to set prefix to NULL in CtlConfigScanJonathan Aillet1-1/+1
2018-05-22Fixed compilation warnings with gcc-7.2.0Thierry Bultel4-9/+9
2018-05-18Add an external field to CtlConfigTJonathan Aillet1-0/+1
2018-05-18Make action item from a LUA action mandatoryRomain Forlot1-13/+1
2018-05-18Handle no prefix givenRomain Forlot1-3/+8
2018-05-18Good usage of strncat and strncpyRomain Forlot5-58/+75
2018-05-18Update to the new JSON syntaxRomain Forlot1-1/+1
2018-05-18Detect failure at OnLoad action callsRomain Forlot4-5/+12
2018-05-18Improve reliability and function callsRomain Forlot1-2/+4
2018-05-17Correctly release request JSON objectRomain Forlot1-1/+1
2018-05-17Add AFB macrosRomain Forlot1-0/+6
2018-05-17Don't use assert in controller.Romain Forlot1-3/+2
2018-05-16Change lua2c JSON syntax.Romain Forlot1-6/+16
2018-05-16Search for Event sectionRomain Forlot1-7/+15
2018-05-16Fix: changes key name.Romain Forlot1-1/+1
2018-05-16Fix: arguments pointer NULL checkRomain Forlot1-2/+5
2018-05-16Fix wrong error message.Romain Forlot1-2/+2
2018-05-15Simplify action definitionRomain Forlot1-19/+67
2018-05-14Fix: Dyn API Action loading procedureRomain Forlot5-436/+454
2018-05-14Use new version of function GetBindingDirPathRomain Forlot2-15/+16
2018-05-14FormatRomain Forlot12-319/+259
2018-05-14Merge changes from topic 'sandbox/claneys/wip'Romain Forlot6-213/+214
2018-05-11Loads l2c functions per plugin.Romain Forlot4-50/+59
2018-05-11Improve json object releaseRomain Forlot1-3/+2
2018-05-11Improve way to loading an actionRomain Forlot3-160/+153
2018-05-09Upgrade config schemaRomain Forlot8-226/+440
2018-05-09Fix: callback execution conditionRomain Forlot1-1/+1
2018-04-30Fix conversion compilation warningRomain Forlot2-3/+3
2018-04-29Fix link to afb-helpers renamed from afb-utilitiesRomain Forlot1-1/+1
2018-04-25Release json_objects used to launched the actionRomain Forlot1-0/+4
2018-04-25Format, get rid of conversion type warning.Romain Forlot2-9/+7
2018-04-25Use an intermadiary variable avoiding side effets.Romain Forlot1-10/+13
2018-04-23Old audio controller traces left behindRomain Forlot1-1/+1
2018-03-23Fixed links and markdown warnings in README.mdSebastien Douheret1-9/+13
2018-03-21Linting: Initialize fullprefix variableRomain Forlot1-1/+1
2017-12-21Fix memory leakRomain Forlot1-0/+4
2017-12-19Change prefix generation, simpler is betterRomain Forlot1-3/+5
2017-12-19Add binding rootdir to searched path for conf and pluginsRomain Forlot2-2/+26
2017-12-18Make public ConfigSearch functionRomain Forlot2-1/+2
2017-12-18Fix segfault when no l2c functions definedRomain Forlot2-2/+2
2017-12-14Get back on track l2c functions.Romain Forlot6-15/+48
2017-12-14Fix warning compile about uninitialized variableRomain Forlot1-2/+2
2017-12-11Avoid compile warning, memory leaks, lintingRomain Forlot4-8/+14
2017-11-30Fix wrong json object pointed.Romain Forlot1-3/+2
2017-11-29Protect exec when no files found.Romain Forlot1-28/+31
2017-11-29wrong json unpacking fails.Romain Forlot1-1/+1
2017-11-29Wrong increment always fails load an actionRomain Forlot1-1/+0
2017-11-29Loading additional files from JSON sectionRomain Forlot2-24/+47