aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-config.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-17Update since the conversion to libraryRomain Forlot1-16/+16
2018-12-17Shared library: update to a v3 shared libraryRomain Forlot1-36/+29
2018-12-13Retrieve plugin list from api rather than a globalRomain Forlot1-4/+3
2018-12-13Add setter/getter for user free defined pointerRomain Forlot1-1/+6
2018-12-13Abort if one required API is missingRomain Forlot1-1/+2
2018-12-13Call wasn't done correctly in 'CtlConfigExec'Jonathan Aillet1-1/+1
2018-12-13Add ctlPlugins array to the ctlConfig structureRomain Forlot1-2/+3
2018-12-13Split loading JSON controller file.Romain Forlot1-14/+16
2018-12-13Use prefix variable to find controller's pluginsRomain Forlot1-2/+8
2018-12-13Execute ConfigExec only if section is existingRomain Forlot1-1/+1
2018-12-13Be able to dispatch required api at the wanted timeRomain Forlot1-10/+27
2018-12-13Fixed hidden bound variable (apiHandle)Sebastien Douheret1-10/+10
2018-12-13Fixed build warnings with gcc >= 7.3Sebastien Douheret1-2/+2
2018-12-13Prevent lost of config file path when searchingJonathan Aillet1-3/+7
2018-12-13Handle more metadata in the controller.Jonathan Aillet1-3/+5
2018-12-13Add possibility to set prefix to NULL in CtlConfigScanJonathan Aillet1-1/+1
2018-12-13Fixed compilation warnings with gcc-7.2.0Thierry Bultel1-4/+4
2018-12-13Handle no prefix givenRomain Forlot1-3/+8
2018-12-13Good usage of strncat and strncpyRomain Forlot1-15/+24
2018-12-13Improve reliability and function callsRomain Forlot1-2/+4
2018-12-13Fix: Dyn API Action loading procedureRomain Forlot1-0/+5
2018-12-13Use new version of function GetBindingDirPathRomain Forlot1-4/+5
2018-12-13FormatRomain Forlot1-24/+21
2018-12-13Upgrade config schemaRomain Forlot1-5/+0
2018-12-13Fix: callback execution conditionRomain Forlot1-1/+1
2018-12-13Format, get rid of conversion type warning.Romain Forlot1-8/+6
2018-12-13Add binding rootdir to searched path for conf and pluginsRomain Forlot1-1/+13
2018-12-13Make public ConfigSearch functionRomain Forlot1-1/+1
2018-12-13Avoid compile warning, memory leaks, lintingRomain Forlot1-7/+8
2018-12-13Loading additional files from JSON sectionRomain Forlot1-23/+46
2018-12-13Remove C++ warning ISO/C++11Romain Forlot1-25/+87
2018-12-13Fix: strncpy does't add null char at the endRomain Forlot1-17/+19
2018-12-13fix: wrong usage of strncat and strncpy functionRomain Forlot1-7/+7
2018-12-13Avoid duplicated _GNU_SOURCE definition warningRomain Forlot1-4/+0
2018-12-13FormatingRomain Forlot1-8/+8
2018-12-13First working version as submoduleFulup Ar Foll1-7/+10
2018-12-131st V2/pre-V3 versionfulup1-54/+68
2018-12-13Remove NetbeansFulup Ar Foll1-0/+176