Age | Commit message (Expand) | Author | Files | Lines |
2018-07-31 | Returns error in request response | Romain Forlot | 1 | -33/+35 |
2018-07-27 | Fix: wrong default getSignals action defined. | Romain Forlot | 1 | -4/+3 |
2018-07-25 | Improved performance | Romain Forlot | 1 | -51/+11 |
2018-07-23 | Adds a signal's metadata attributeflounder_5.99.2flounder/5.99.25.99.2 | Romain Forlot | 1 | -4/+6 |
2018-07-22 | Fix the build for master with latest binder | Romain Forlot | 1 | -4/+4 |
2018-07-05 | Update submodules | Romain Forlot | 1 | -1/+1 |
2018-07-05 | Rework loading sources and signals. | Romain Forlot | 1 | -41/+23 |
2018-07-05 | Move "action" load to controller | Romain Forlot | 1 | -136/+11 |
2018-07-05 | Improve signal handling | Romain Forlot | 1 | -2/+2 |
2018-07-05 | Initialize sources at binding start. | Romain Forlot | 1 | -3/+14 |
2018-03-22 | Linting, wrong variable type used. | Romain Forlot | 1 | -6/+6 |
2018-03-21 | Linting improvments. | Romain Forlot | 1 | -5/+6 |
2017-12-21 | Don't segfault at exit pointed to freed objects | Romain Forlot | 1 | -3/+6 |
2017-12-19 | Bulk of small fixes | Romain Forlot | 1 | -2/+2 |
2017-12-19 | Get builtin plugin as a normal plugin | Romain Forlot | 1 | -44/+7 |
2017-12-19 | Update gitignore, minor fix | Romain Forlot | 1 | -1/+0 |
2017-12-18 | More security to add new signals/source at runtime | Romain Forlot | 1 | -4/+7 |
2017-12-18 | Several small fixes and improvements. | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Fixing afb function call from LUA and cleaning | Romain Forlot | 1 | -4/+0 |
2017-12-14 | Avoid create duplicate source entries. | Romain Forlot | 1 | -1/+11 |
2017-12-14 | Fix memory leaks relative to json_object | Romain Forlot | 1 | -3/+14 |
2017-12-14 | Load additionnals object at runtime | Romain Forlot | 1 | -1/+31 |
2017-12-14 | Hold all contexts (plugin & source) in signalCtx_ | Romain Forlot | 1 | -0/+1 |
2017-12-14 | Avoid warning about deleting void* variable | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Avoid warning about deleting void* variable | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Avoid mem leack, overwriting, initializing variable. | Romain Forlot | 1 | -6/+11 |
2017-12-14 | Don't stop parsing signal even if one malformation | Romain Forlot | 1 | -4/+3 |
2017-12-14 | Controller object has changed: Fix building action | Romain Forlot | 1 | -36/+88 |
2017-12-14 | Update and use latest ctl-utilities. | Romain Forlot | 1 | -39/+10 |
2017-12-14 | Typo, cleaning, format | Romain Forlot | 1 | -0/+1 |
2017-12-14 | Update JSON obj to fit new controller lib | Romain Forlot | 1 | -1/+1 |
2017-12-14 | Migrate to ctl-utilities library | Romain Forlot | 1 | -48/+116 |
2017-12-14 | LUA lib and bin embedded in project | Romain Forlot | 1 | -18/+62 |
2017-12-14 | Builtin plugin integration | Romain Forlot | 1 | -0/+21 |
2017-12-14 | Enhance list/get verb | Romain Forlot | 1 | -14/+14 |
2017-12-14 | Inheritance of some signals parameters from source | Romain Forlot | 1 | -38/+62 |
2017-12-14 | Introduce retention setting in place of class | Romain Forlot | 1 | -8/+8 |
2017-12-14 | lua2c completely operationnal | Romain Forlot | 1 | -6/+4 |
2017-12-14 | Add a default behavior to subscribe to API signals | Romain Forlot | 1 | -1/+6 |
2017-12-14 | Enhance pointer manage and container browsing | Romain Forlot | 1 | -21/+21 |
2017-12-14 | No errors on get if no values has been recorded | Romain Forlot | 1 | -20/+35 |
2017-12-14 | Finalize subscription to be a simple relay for now | Romain Forlot | 1 | -29/+12 |
2017-12-14 | Subscribe | Romain Forlot | 1 | -4/+20 |
2017-12-14 | Rename bindingApp to Composer | Romain Forlot | 1 | -133/+160 |
2017-12-14 | Find all signals that matches the searched pattern | Romain Forlot | 1 | -39/+57 |
2017-12-14 | Make LUA works | Romain Forlot | 1 | -5/+16 |
2017-12-14 | Modification about conf definition | Romain Forlot | 1 | -50/+134 |
2017-12-14 | Make callback from plugin work | Romain Forlot | 1 | -1/+12 |
2017-12-14 | Get CPP controller plugin works | Romain Forlot | 1 | -7/+33 |
2017-12-14 | Adding new verb, implemented basic signal method | Romain Forlot | 1 | -1/+58 |