aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-16Fixed hidden bound variable (apiHandle)sandbox/SebD/wipSebastien Douheret1-10/+10
2018-06-16Fixed null value when push Lua argumentsSebastien Douheret1-13/+13
2018-06-14Adjust to compile with incoming bindings v3José Bollo2-7/+9
2018-06-14Remove declaration to not existing functionsJosé Bollo1-3/+0
2018-06-13Add 2 lua utilities functionRomain Forlot1-0/+50
2018-06-11Update README.md for new metadata keys.Jonathan Aillet1-0/+2
2018-06-07Fix a compilation issue due to modif of AFB_ReqSuccessJonathan Aillet1-4/+4
2018-06-07README:md: update README accordingly to new json scheme.Clément Bénier1-10/+372
2018-06-07Fixed crash due to call to json_object_putSebastien Douheret1-1/+0
2018-06-07Fix segfault when printing long message from luaSebastien Douheret1-4/+6
2018-06-07Fixed spelling of AFB_ReqSuccessSebastien Douheret5-6/+6
2018-06-06Remove an unnecessary variableJonathan Aillet1-3/+1
2018-06-06Make parsing of action loading non blockingJonathan Aillet1-1/+1
2018-06-01Use an external file for app fw functions linkJonathan Aillet2-120/+145
2018-05-31Use macro to test request validityJonathan Aillet1-3/+3
2018-05-29Fixed build warnings with gcc >= 7.3Sebastien Douheret4-6/+6
2018-05-28Increase lua script max message sizeJonathan Aillet1-1/+1
2018-05-28Prevent lost of config file path when searchingJonathan Aillet1-3/+7
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