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