Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-12-14 | Migrate submodule to gerrit and update them |  Romain Forlot | 3 | -2/+2 |
2017-12-14 | Typo, cleaning, format |  Romain Forlot | 2 | -1/+2 |
2017-12-14 | Update JSON obj to fit new controller lib |  Romain Forlot | 2 | -3/+3 |
2017-12-14 | Rename main configuration file |  Romain Forlot | 1 | -0/+0 |
2017-12-14 | Cleaning, typo and stuff |  Romain Forlot | 3 | -16/+15 |
2017-12-14 | Fix: LUA support is CMake var not compile option |  Romain Forlot | 1 | -3/+3 |
2017-12-14 | Added version check to afb-daemon pkg requisite |  Romain Forlot | 1 | -1/+1 |
2017-12-14 | Fix: wrong path to the binding file |  Romain Forlot | 1 | -1/+1 |
2017-12-14 | Update git modules |  Romain Forlot | 1 | -0/+0 |
2017-12-14 | Upgrade app-templates |  Romain Forlot | 1 | -0/+0 |
2017-12-14 | Match Widget config file value from config.cmake |  Romain Forlot | 1 | -0/+0 |
2017-12-14 | Migrate to ctl-utilities library |  Romain Forlot | 19 | -130/+208 |
2017-12-14 | Update .gitignore |  Romain Forlot | 1 | -0/+1 |
2017-12-14 | Update app-template & use new JSON schema for conf |  Romain Forlot | 6 | -51/+65 |
2017-12-14 | Remove external 3rdparty library |  Romain Forlot | 112 | -36829/+0 |
2017-12-14 | LUA lib and bin embedded in project |  Romain Forlot | 137 | -88/+37125 |
2017-12-14 | Add default receive action |  Romain Forlot | 2 | -1/+71 |
2017-12-14 | Comment |  Romain Forlot | 1 | -0/+3 |
2017-12-14 | Builtin plugin integration |  Romain Forlot | 1 | -0/+21 |
2017-12-14 | Fix uint64_t coming from LUA that don't support |  Romain Forlot | 1 | -3/+2 |
2017-12-14 | Better deeper signal search on received event. |  Romain Forlot | 1 | -2/+34 |