Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-13 | Initial Commit as submodule | Fulup Ar Foll | 9 | -2708/+0 | |
2018-12-13 | Fix cmake build | Ronan Le Martret | 1 | -5/+5 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | Fix strncat funct | Ronan Le Martret | 2 | -15/+15 | |
I: Statement might be overflowing a buffer in strncat. Common mistake: BAD: strncat(buffer,charptr,sizeof(buffer)) is wrong, it takes the left over size as 3rd argument GOOD: strncat(buffer,charptr,sizeof(buffer)-strlen(buffer)-1) Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-12-13 | Clean | Romain Forlot | 1 | -5/+0 | |
Change-Id: I3688d9891e7f3daafdaabf05943d2e1b988a3dac Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Attend to merfe with Master | Fulup Ar Foll | 1 | -0/+5 | |
2018-12-13 | Cleanup in reop names | fulup | 1 | -0/+54 | |
2018-12-13 | Remove Audio mentions from log messages | Romain Forlot | 1 | -2/+2 | |
Change-Id: I2a3a2b0ad51c479d463eed7f827b07693e55a657 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-12-13 | Fulup Error Message at Lua level | Fulup Ar Foll | 1 | -2/+2 | |
2018-12-13 | Cleanup in reop names | fulup | 8 | -0/+2654 | |