aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-29WIP Began the doxygen documentation works.sandbox/claneys/docsRomain Forlot4-23/+60
2018-06-29Always set the api member even if NULL.Romain Forlot1-1/+2
2018-06-29Ability to add a plugin after the initial loadRomain Forlot2-13/+48
2018-06-29Be able to dispatch required api at the wanted timeRomain Forlot2-10/+28
2018-06-29Change LUA package path at LUA interpreter loadRomain Forlot1-0/+33
2018-06-29Don't load two times a plugin even for LUARomain Forlot1-12/+13
2018-06-29Fixed hidden bound variable (apiHandle)Sebastien Douheret1-10/+10
2018-06-29Fixed null value when push Lua argumentsSebastien Douheret1-13/+13
2018-06-29Adjust to compile with incoming bindings v3José Bollo2-7/+9
2018-06-29Remove declaration to not existing functionsJosé Bollo1-3/+0
2018-06-29Add 2 lua utilities functionRomain Forlot1-0/+50
2018-06-29Update README.md for new metadata keys.Jonathan Aillet1-0/+2
2018-06-29Fix a compilation issue due to modif of AFB_ReqSuccessJonathan Aillet1-4/+4
2018-06-29README:md: update README accordingly to new json scheme.Clément Bénier1-10/+372
2018-06-29Fixed crash due to call to json_object_putSebastien Douheret1-1/+0
2018-06-29Fix segfault when printing long message from luaSebastien Douheret1-4/+6
2018-06-29Fixed spelling of AFB_ReqSuccessSebastien Douheret5-6/+6
2018-06-29Remove an unnecessary variableJonathan Aillet1-3/+1
2018-06-29Make parsing of action loading non blockingJonathan Aillet1-1/+1
2018-06-29Use an external file for app fw functions linkJonathan Aillet2-120/+145
2018-06-29Use macro to test request validityJonathan Aillet1-3/+3
2018-06-29Fixed build warnings with gcc >= 7.3Sebastien Douheret4-6/+6
2018-06-29Increase lua script max message sizeJonathan Aillet1-1/+1
2018-06-29Prevent lost of config file path when searchingJonathan Aillet1-0/+3
2018-06-29Correct way that api actions are handled in controllerJonathan Aillet1-23/+25
2018-06-29Handle more metadata in the controller.Jonathan Aillet2-5/+9
2018-06-29Add possibility to set prefix to NULL in CtlConfigScanJonathan Aillet1-1/+1
2018-06-29Fixed compilation warnings with gcc-7.2.0Thierry Bultel4-9/+9
2018-06-29Add an external field to CtlConfigTJonathan Aillet1-0/+1
2018-06-29Detect failure at OnLoad action callsRomain Forlot1-1/+1
2018-05-18First doxygen!Romain Forlot1-0/+12
2018-05-18Make action item from a LUA action mandatoryRomain Forlot1-13/+1
2018-05-18strRomain Forlot4-33/+45
2018-05-17Handle no prefix givenRomain Forlot1-3/+8
2018-05-17Good usage of strncat and strncpyRomain Forlot4-36/+39
2018-05-17Update to the new JSON syntaxRomain Forlot1-1/+1
2018-05-17Detect failure at OnLoad action callsRomain Forlot4-4/+11
2018-05-17Improve 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