summaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-action.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-26Rework 'ActionExecOne' to prevent race issuesJonathan Aillet1-11/+78
2018-12-17Shared library: update to a v3 shared libraryRomain Forlot1-48/+40
2018-12-13Retrieve plugin list from api rather than a globalRomain Forlot1-5/+0
2018-12-13Pass the plugin to action.Romain Forlot1-0/+1
2018-12-13Add ctlPlugins array to the ctlConfig structureRomain Forlot1-0/+5
2018-12-13Change loading configuration object behaviorRomain Forlot1-0/+44
2018-12-13Fix: Wrong variable definitionRomain Forlot1-1/+1
2018-12-13Migration to v3Romain Forlot1-5/+5
2018-12-13Keep json unmodified during action executionJonathan Aillet1-7/+12
2018-12-13Fixed spelling of AFB_ReqSuccessSebastien Douheret1-1/+1
2018-12-13Remove an unnecessary variableJonathan Aillet1-3/+1
2018-12-13Make parsing of action loading non blockingJonathan Aillet1-1/+1
2018-12-13Use macro to test request validityJonathan Aillet1-3/+3
2018-12-13Fixed build warnings with gcc >= 7.3Sebastien Douheret1-1/+1
2018-12-13Correct way that api actions are handled in controllerJonathan Aillet1-23/+25
2018-12-13Fixed compilation warnings with gcc-7.2.0Thierry Bultel1-1/+1
2018-12-13Good usage of strncat and strncpyRomain Forlot1-14/+13
2018-12-13Detect failure at OnLoad action callsRomain Forlot1-1/+2
2018-12-13Correctly release request JSON objectRomain Forlot1-1/+1
2018-12-13Don't use assert in controller.Romain Forlot1-3/+2
2018-12-13Fix: arguments pointer NULL checkRomain Forlot1-2/+5
2018-12-13Simplify action definitionRomain Forlot1-19/+67
2018-12-13Fix: Dyn API Action loading procedureRomain Forlot1-70/+58
2018-12-13FormatRomain Forlot1-12/+11
2018-12-13Improve json object releaseRomain Forlot1-3/+2
2018-12-13Improve way to loading an actionRomain Forlot1-66/+135
2018-12-13Upgrade config schemaRomain Forlot1-6/+0
2018-12-13Release json_objects used to launched the actionRomain Forlot1-0/+4
2018-12-13Format, get rid of conversion type warning.Romain Forlot1-1/+1
2018-12-13Use an intermadiary variable avoiding side effets.Romain Forlot1-10/+13
2018-12-13Fix segfault when no l2c functions definedRomain Forlot1-1/+1
2018-12-13Get back on track l2c functions.Romain Forlot1-0/+6
2018-12-13Avoid compile warning, memory leaks, lintingRomain Forlot1-1/+1
2018-12-13Fix wrong json object pointed.Romain Forlot1-3/+2
2018-12-13Wrong increment always fails load an actionRomain Forlot1-1/+0
2018-12-13Get back lua2c functions parsed at plugin loadRomain Forlot1-2/+8
2018-12-13FormatingRomain Forlot1-18/+18
2018-12-13Add action method to execute an action from its uidRomain Forlot1-2/+22
2018-12-13First working version as submoduleFulup Ar Foll1-17/+28
2018-12-131st V2/pre-V3 versionfulup1-40/+79
2018-12-13Remove NetbeansFulup Ar Foll1-0/+174