aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-13Fixed links and markdown warnings in README.mdSebastien Douheret1-9/+13
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
2018-12-13Fix warning compile about uninitialized variableRomain Forlot1-2/+2
2018-12-13Avoid compile warning, memory leaks, lintingRomain Forlot4-8/+14
2018-12-13Fix wrong json object pointed.Romain Forlot1-3/+2
2018-12-13Protect exec when no files found.Romain Forlot1-28/+31
2018-12-13wrong json unpacking fails.Romain Forlot1-1/+1
2018-12-13Wrong increment always fails load an actionRomain Forlot1-1/+0
2018-12-13Loading additional files from JSON sectionRomain Forlot2-24/+47
2018-12-13Remove C++ warning ISO/C++11Romain Forlot1-25/+87
2018-12-13Get back lua2c functions parsed at plugin loadRomain Forlot3-8/+29
2018-12-13Correctly export symbols for C++Romain Forlot4-2/+29
2018-12-13Fix: strncpy does't add null char at the endRomain Forlot3-24/+26
2018-12-13You may want load lua lib as embedded static libRomain Forlot1-0/+1
2018-12-13Load afb_binding macros and stuff to pluginsRomain Forlot1-9/+24
2018-12-13Fix: C++ list initialization correctly done.Romain Forlot1-1/+1
2018-12-13fix: wrong usage of strncat and strncpy functionRomain Forlot3-31/+31