Age | Commit message (Expand) | Author | Files | Lines |
2017-12-21 | Fix some of the memory leak using LUA |  Romain Forlot | 1 | -0/+0 |
2017-12-21 | Don't segfault at exit pointed to freed objects |  Romain Forlot | 2 | -6/+8 |
2017-12-20 | Don't use afb-genskel until C++ is handled |  Romain Forlot | 1 | -1/+1 |
2017-12-20 | Update closing message |  Romain Forlot | 1 | -1/+1 |
2017-12-20 | Remove embedded LUA 3rdparty |  Romain Forlot | 7 | -100/+4 |
2017-12-19 | Bulk of small fixes |  Romain Forlot | 4 | -10/+4 |
2017-12-19 | Align submodule branch to project eel branch |  Romain Forlot | 4 | -0/+3 |
2017-12-19 | Update controller submodule |  Romain Forlot | 1 | -0/+0 |
2017-12-19 | Be sure to set execution right on binaries |  Romain Forlot | 1 | -1/+6 |
2017-12-19 | Specify needed permissions for addObjects in doc |  Romain Forlot | 1 | -0/+3 |
2017-12-19 | Get builtin plugin as a normal plugin |  Romain Forlot | 5 | -49/+16 |
2017-12-19 | Update gitignore, minor fix |  Romain Forlot | 2 | -1/+1 |
2017-12-18 | Make public ConfigSearch function |  Romain Forlot | 1 | -0/+0 |
2017-12-18 | More security to add new signals/source at runtime |  Romain Forlot | 4 | -34/+61 |
2017-12-18 | Update documentation |  Romain Forlot | 8 | -12/+39 |
2017-12-18 | Fix segfault when no l2c functions defined |  Romain Forlot | 1 | -0/+0 |
2017-12-18 | Fix: absolute non significant path to plugins |  Romain Forlot | 1 | -2/+2 |
2017-12-18 | Several small fixes and improvements. |  Romain Forlot | 5 | -25/+15 |
2017-12-15 | Fix CTL_PLUGIN_MAGIC outside of long int range |  Romain Forlot | 1 | -1/+1 |
2017-12-15 | Get back on track l2c functions |  Romain Forlot | 4 | -10/+8 |
2017-12-14 | Fixing afb function call from LUA and cleaning |  Romain Forlot | 7 | -158/+26 |
2017-12-14 | Fix warning compile about uninitialized variable |  Romain Forlot | 1 | -0/+0 |
2017-12-14 | Dirty trick to avoid failure at build |  Romain Forlot | 1 | -0/+4 |
2017-12-14 | Fix wrong timestamp type use to retrieve value. |  Romain Forlot | 1 | -1/+1 |
2017-12-14 | Update documentation |  Romain Forlot | 8 | -26/+69 |
2017-12-14 | Use value instead of pointer for a member |  Romain Forlot | 2 | -25/+25 |
2017-12-14 | Improve subscription process |  Romain Forlot | 3 | -15/+47 |
2017-12-14 | Change remote repository for afb-helpers to gerrit |  Romain Forlot | 2 | -3/+3 |
2017-12-14 | Update all submodules |  Romain Forlot | 3 | -0/+0 |
2017-12-14 | Avoid create duplicate source entries. |  Romain Forlot | 3 | -6/+34 |
2017-12-14 | Check key exists before loading JSON file |  Romain Forlot | 1 | -18/+25 |
2017-12-14 | Fix memory leaks relative to json_object |  Romain Forlot | 4 | -3/+20 |
2017-12-14 | Load additionnals object at runtime |  Romain Forlot | 6 | -52/+122 |
2017-12-14 | Hold all contexts (plugin & source) in signalCtx_ |  Romain Forlot | 5 | -47/+77 |
2017-12-14 | Useless tests against uninitialized value |  Romain Forlot | 1 | -4/+2 |
2017-12-14 | Fix LUA path not set |  Romain Forlot | 1 | -0/+1 |
2017-12-14 | Avoid warning about deleting void* variable |  Romain Forlot | 2 | -1/+1 |
2017-12-14 | Avoid warning about deleting void* variable |  Romain Forlot | 3 | -3/+3 |
2017-12-14 | Rename lua scripts to comply api name. |  Romain Forlot | 6 | -1/+1 |
2017-12-14 | Update submodules |  Romain Forlot | 3 | -0/+0 |
2017-12-14 | Avoid mem leack, overwriting, initializing variable. |  Romain Forlot | 3 | -8/+15 |
2017-12-14 | Disable plugin initialization no more needed |  Romain Forlot | 2 | -4/+4 |
2017-12-14 | Disable Efence tool use at build. |  Romain Forlot | 1 | -1/+1 |
2017-12-14 | Convert configuration to comply latest schema |  Romain Forlot | 1 | -4/+2 |
2017-12-14 | Remove old controller submodule |  Romain Forlot | 11 | -2270/+0 |
2017-12-14 | Spelling |  Sebastien D | 1 | -7/+7 |
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 | 2 | -36/+91 |
2017-12-14 | Include geolocalisation signals configuration |  Romain Forlot | 1 | -1/+1 |
2017-12-14 | Update and use latest ctl-utilities. |  Romain Forlot | 6 | -69/+44 |