Age | Commit message (Expand) | Author | Files | Lines |
2018-12-12 | Decrease print level when no onload action |  Jonathan Aillet | 1 | -1/+1 |
2018-12-12 | Add a 'params' fields for controller plugins |  Jonathan Aillet | 2 | -3/+5 |
2018-12-12 | Call wasn't done correctly in 'CtlConfigExec' |  Jonathan Aillet | 1 | -1/+1 |
2018-09-24 | Add an Init step to the plugins loadflounder_6.0.3flounder_6.0.2flounder_6.0.1flounder/6.0.3flounder/6.0.2flounder/6.0.16.0.36.0.26.0.1 |  Romain Forlot | 2 | -1/+11 |
2018-09-14 | Add ctlPlugins array to the ctlConfig structure |  Romain Forlot | 3 | -2/+10 |
2018-09-10 | Add gitreview file for flounder branchflounder_6.0.0flounder_5.99.7flounder/6.0.0flounder/5.99.76.0.05.99.7 |  Jan-Simon Möller | 1 | -0/+1 |
2018-09-06 | Change loading configuration object behaviorflounder_5.99.6flounder/5.99.65.99.6 |  Romain Forlot | 5 | -22/+59 |
2018-08-30 | app-controller-submodule doc: Changed doc to fit new format.flounder_5.99.5flounder/5.99.55.99.5 |  CorentinLGS | 10 | -971/+1 |
2018-08-24 | Fix: compatibility with binder FF.RC4flounder_5.99.4flounder/5.99.45.99.4 |  Romain Forlot | 1 | -2/+6 |
2018-08-23 | Fix: Wrong variable definition |  Romain Forlot | 1 | -1/+1 |
2018-08-22 | ctl-lua: Fixed memory corruption |  Thierry Bultel | 1 | -5/+6 |
2018-08-20 | Migration to v3 |  Romain Forlot | 6 | -33/+119 |
2018-08-08 | Adds v3 function to get binding settingsflounder_5.99.3flounder/5.99.35.99.3 |  Romain Forlot | 2 | -1/+9 |
2018-08-08 | New function returning the binding root directory |  Romain Forlot | 1 | -0/+15 |
2018-08-08 | Change the default GLOB pattern |  Romain Forlot | 1 | -2/+3 |
2018-08-08 | Fix wrong computed length |  Romain Forlot | 1 | -2/+2 |
2018-08-08 | Add path to the installed widget path. |  Romain Forlot | 1 | -8/+24 |
2018-08-08 | Controller: Converted README to a gitbook version. |  CorentinLGS | 17 | -417/+1431 |
2018-07-30 | New defaults useful functions on lua table |  Romain Forlot | 1 | -0/+21 |
2018-07-27 | More precise log message when loading a Lua file |  Romain Forlot | 3 | -12/+15 |
2018-07-26 | Fix: wrong legacy function signature |  Romain Forlot | 1 | -1/+1 |
2018-07-25 | Split loading JSON controller file. |  Romain Forlot | 2 | -15/+18 |
2018-07-23 | Release arguments once C function returned. |  Romain Forlot | 1 | -1/+2 |
2018-07-23 | Fix : typo introduced in a previous commit.flounder_5.99.2flounder/5.99.25.99.2 |  Romain Forlot | 1 | -1/+1 |
2018-07-23 | Fixed character counting that was shortening paths |  8000ff | 1 | -2/+2 |
2018-07-20 | Keep json unmodified during action execution |  Jonathan Aillet | 1 | -7/+12 |
2018-07-17 | Use prefix variable to find controller's plugins |  Romain Forlot | 7 | -61/+70 |
2018-07-10 | Use binding version to set controller definitions |  Jonathan Aillet | 1 | -5/+2 |
2018-07-10 | ctl-lua: typo fix |  Clément Bénier | 1 | -43/+43 |
2018-07-10 | asynchronism for test: LockWait added |  Clément Bénier | 3 | -8/+40 |
2018-07-09 | Fix: plugin api assignement order |  Romain Forlot | 1 | -2/+1 |
2018-07-05 | Execute ConfigExec only if section is existing |  Romain Forlot | 1 | -1/+1 |
2018-07-03 | Always set the api member even if NULL. |  Romain Forlot | 1 | -1/+2 |
2018-07-03 | Ability to add a plugin after the initial load |  Romain Forlot | 1 | -13/+56 |
2018-06-27 | Be able to dispatch required api at the wanted timeflounder_5.99.1flounder/5.99.15.99.1 |  Romain Forlot | 2 | -10/+28 |
2018-06-27 | Change LUA package path at LUA interpreter load |  Romain Forlot | 1 | -0/+33 |
2018-06-26 | Don't load two times a plugin even for LUA |  Romain Forlot | 1 | -12/+13 |
2018-06-19 | Fixed hidden bound variable (apiHandle) |  Sebastien Douheret | 1 | -10/+10 |
2018-06-18 | Fixed null value when push Lua arguments |  Sebastien Douheret | 1 | -13/+13 |
2018-06-14 | Adjust to compile with incoming bindings v3 |  José Bollo | 2 | -7/+9 |
2018-06-14 | Remove declaration to not existing functions |  José Bollo | 1 | -3/+0 |
2018-06-13 | Add 2 lua utilities function |  Romain Forlot | 1 | -0/+50 |
2018-06-11 | Update README.md for new metadata keys. |  Jonathan Aillet | 1 | -0/+2 |
2018-06-07 | Fix a compilation issue due to modif of AFB_ReqSuccess |  Jonathan Aillet | 1 | -4/+4 |
2018-06-07 | README:md: update README accordingly to new json scheme. |  Clément Bénier | 1 | -10/+372 |
2018-06-07 | Fixed crash due to call to json_object_put |  Sebastien Douheret | 1 | -1/+0 |
2018-06-07 | Fix segfault when printing long message from lua |  Sebastien Douheret | 1 | -4/+6 |
2018-06-07 | Fixed spelling of AFB_ReqSuccess |  Sebastien Douheret | 5 | -6/+6 |
2018-06-06 | Remove an unnecessary variable |  Jonathan Aillet | 1 | -3/+1 |
2018-06-06 | Make parsing of action loading non blocking |  Jonathan Aillet | 1 | -1/+1 |