Age | Commit message (Expand) | Author | Files | Lines |
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-07 | Fix a compilation issue due to modif of AFB_ReqSuccess |  Jonathan Aillet | 1 | -4/+4 |
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 |
2018-06-01 | Use an external file for app fw functions link |  Jonathan Aillet | 2 | -120/+145 |
2018-05-31 | Use macro to test request validity |  Jonathan Aillet | 1 | -3/+3 |
2018-05-29 | Fixed build warnings with gcc >= 7.3 |  Sebastien Douheret | 4 | -6/+6 |
2018-05-28 | Increase lua script max message size |  Jonathan Aillet | 1 | -1/+1 |
2018-05-28 | Prevent lost of config file path when searching |  Jonathan Aillet | 1 | -3/+7 |
2018-05-28 | Correct way that api actions are handled in controller |  Jonathan Aillet | 1 | -23/+25 |
2018-05-28 | Handle more metadata in the controller. |  Jonathan Aillet | 2 | -5/+9 |
2018-05-28 | Add possibility to set prefix to NULL in CtlConfigScan |  Jonathan Aillet | 1 | -1/+1 |
2018-05-22 | Fixed compilation warnings with gcc-7.2.0 |  Thierry Bultel | 4 | -9/+9 |
2018-05-18 | Add an external field to CtlConfigT |  Jonathan Aillet | 1 | -0/+1 |
2018-05-18 | Make action item from a LUA action mandatory |  Romain Forlot | 1 | -13/+1 |
2018-05-18 | Handle no prefix given |  Romain Forlot | 1 | -3/+8 |
2018-05-18 | Good usage of strncat and strncpy |  Romain Forlot | 5 | -58/+75 |
2018-05-18 | Update to the new JSON syntax |  Romain Forlot | 1 | -1/+1 |
2018-05-18 | Detect failure at OnLoad action calls |  Romain Forlot | 4 | -5/+12 |
2018-05-18 | Improve reliability and function calls |  Romain Forlot | 1 | -2/+4 |
2018-05-17 | Correctly release request JSON object |  Romain Forlot | 1 | -1/+1 |
2018-05-17 | Add AFB macros |  Romain Forlot | 1 | -0/+6 |
2018-05-17 | Don't use assert in controller. |  Romain Forlot | 1 | -3/+2 |
2018-05-16 | Change lua2c JSON syntax. |  Romain Forlot | 1 | -6/+16 |
2018-05-16 | Search for Event section |  Romain Forlot | 1 | -7/+15 |
2018-05-16 | Fix: changes key name. |  Romain Forlot | 1 | -1/+1 |
2018-05-16 | Fix: arguments pointer NULL check |  Romain Forlot | 1 | -2/+5 |
2018-05-16 | Fix wrong error message. |  Romain Forlot | 1 | -2/+2 |
2018-05-15 | Simplify action definition |  Romain Forlot | 1 | -19/+67 |
2018-05-14 | Fix: Dyn API Action loading procedure |  Romain Forlot | 5 | -436/+454 |
2018-05-14 | Use new version of function GetBindingDirPath |  Romain Forlot | 2 | -15/+16 |
2018-05-14 | Format |  Romain Forlot | 12 | -319/+259 |
2018-05-11 | Loads l2c functions per plugin. |  Romain Forlot | 4 | -50/+59 |
2018-05-11 | Improve json object release |  Romain Forlot | 1 | -3/+2 |
2018-05-11 | Improve way to loading an action |  Romain Forlot | 3 | -160/+153 |
2018-05-09 | Upgrade config schema |  Romain Forlot | 8 | -226/+440 |
2018-05-09 | Fix: callback execution condition |  Romain Forlot | 1 | -1/+1 |
2018-04-30 | Fix conversion compilation warning |  Romain Forlot | 2 | -3/+3 |
2018-04-29 | Fix link to afb-helpers renamed from afb-utilities |  Romain Forlot | 1 | -1/+1 |
2018-04-25 | Release json_objects used to launched the action |  Romain Forlot | 1 | -0/+4 |
2018-04-25 | Format, get rid of conversion type warning. |  Romain Forlot | 2 | -9/+7 |
2018-04-25 | Use an intermadiary variable avoiding side effets. |  Romain Forlot | 1 | -10/+13 |