aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-13Add gitlab issue/merge request templatesHEADricefish_17.90.0ricefish/17.90.017.90.0masterJan-Simon Moeller2-0/+6
2019-12-04Remove use of prefixneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi_10.91.0koi/10.93.0koi/10.92.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.1icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.29.99.49.99.39.99.29.99.18.99.58.99.48.99.38.99.213.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.010.91.0Jonathan Aillet5-15/+11
2019-12-04Add function to get config default search pathJonathan Aillet2-0/+41
2019-12-04Improve plugin search pathJonathan Aillet4-50/+303
2019-11-06Change LuaAfbEventPush to Handle tableicefish_8.99.1icefish/8.99.18.99.1Frederic Marec1-2/+1
2019-10-01Pkg config files: use CMAKE_INSTALL_LIBDIR varClément Bénier2-2/+2
2019-07-17Correct a return in 'CtlConfigExec' functionhalibut_8.0.3halibut_8.0.2halibut_8.0.1halibut_8.0.0halibut/8.0.3halibut/8.0.2halibut/8.0.1halibut/8.0.08.0.38.0.28.0.18.0.0Jonathan Aillet1-1/+1
2019-07-17Add prints when loading sectionsJonathan Aillet1-10/+18
2019-07-05ctl-plugin.c: Get rid of nested functionhalibut_7.99.3halibut/7.99.37.99.3Romain Forlot1-23/+23
2019-06-04Add prints when calling section callbackshalibut_7.99.2halibut/7.99.27.99.2Jonathan Aillet1-6/+15
2019-05-10Change order in appcontroler usage documentationhalibut_7.99.1halibut/7.99.17.99.1Frederic Marec1-52/+52
2019-04-30Inject binding v3 root api into controller pluginsRomain Forlot1-3/+6
2019-04-29Fix: wrong string length size usedRomain Forlot1-2/+2
2019-04-23Fix .deb packaging following review 20926Frederic Marec1-1/+1
2019-04-16controller: fix broken linkClément Bénier2-2/+2
2019-04-12devguides-book: needed for AGL documentationClément Bénier1-0/+19
2019-04-02Use the action API rather than the source oneRomain Forlot1-1/+1
2019-02-26Rework 'ActionExecOne' to prevent race issuesJonathan Aillet1-11/+78
2019-02-06Add fixed gitreviewhalibut_7.90.0halibut/7.90.07.90.0Jan-Simon Möller1-1/+2
2019-02-01Add the header files in the dev packageRomain Forlot1-0/+1
2019-02-01No bin package about now, only dev versionRomain Forlot1-1/+0
2019-01-24Adds more details about the library migrationRomain Forlot5-13/+164
2019-01-16Remove useless magic number checkguppy_6.99.4guppy/6.99.46.99.4Romain Forlot1-8/+1
2019-01-10New installation instructionsRomain Forlot5-24/+86
2019-01-03Adding packaging filesRomain Forlot8-4/+181
2018-12-27Set afb-helpers lib as an explicit dependencysandbox/claneys/shared-libRomain Forlot1-1/+1
2018-12-18More accurate log messages.guppy_6.99.3guppy/6.99.36.99.3Romain Forlot1-31/+37
2018-12-18Make available the unsubscribe from a LUA scriptRomain Forlot1-0/+31
2018-12-17Update since the conversion to libraryRomain Forlot3-71/+73
2018-12-17Change to static lib and add default compile flagsRomain Forlot1-12/+8
2018-12-17Shared library: update to a v3 shared libraryRomain Forlot16-737/+355
2018-12-13memleak fixesRomain Forlot2-3/+4
2018-12-13Retrieve by default an int64 instead of intRomain Forlot1-1/+1
2018-12-13New function to retrieve Api's name from LUARomain Forlot1-0/+15
2018-12-13Handle number and boolean to subcall an api's verbRomain Forlot1-8/+7
2018-12-13Fix: compiling a controller without LUA supportRomain Forlot2-0/+6
2018-12-13Fix Parse pluginFrederic Marec1-1/+2
2018-12-13AFB:servsync: add string for query argumentClément Bénier1-2/+7
2018-12-13Reworked pluginConfig functionRomain Forlot1-55/+38
2018-12-13Retrieve plugin list from api rather than a globalRomain Forlot5-13/+9
2018-12-13Add setter/getter for user free defined pointerRomain Forlot3-2/+18
2018-12-13Pass the plugin to action.Romain Forlot2-0/+2
2018-12-13Abort if one required API is missingRomain Forlot1-1/+2
2018-12-13Correct an error when no plugins are definedJonathan Aillet1-1/+1
2018-12-13Decrease print level when no onload actionJonathan Aillet1-1/+1
2018-12-13Add a 'params' fields for controller pluginsJonathan Aillet2-3/+5
2018-12-13Call wasn't done correctly in 'CtlConfigExec'Jonathan Aillet1-1/+1
2018-12-13Add ctlPlugins array to the ctlConfig structureRomain Forlot3-2/+10
2018-12-13Add an Init step to the plugins loadRomain Forlot2-1/+11
2018-12-13Change loading configuration object behaviorRomain Forlot5-22/+59