Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-12 | Added --token=xxxxx for initial shared secret | 4 | -3/+22 | ||
2015-12-12 | Fixed Plugin.private bug, added "no session mode" fixed plugin API | 8 | -99/+118 | ||
2015-12-12 | Added Session Management | 8 | -127/+454 | ||
2015-12-11 | Add Radio API plugin | 3 | -5/+524 | ||
Add Radio API plugin source code, build with CMake. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-10 | Fix &query error | 1 | -1/+1 | ||
2015-12-10 | Fix Json Message Structure | 3 | -32/+97 | ||
2015-12-10 | Added Netbean to work with cmake | 1 | -1/+0 | ||
2015-12-10 | main: fix command-line help typos | 1 | -5/+5 | ||
Some "]" were missing in the command-line help text. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-10 | Add CMake build files (required by Yocto build process) | 2 | -1/+10 | ||
We now can use CMake by doing : $ mkdir build $ cd build $ cmake .. $ make $ make install Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-09 | Doc | 2 | -6/+1 | ||
2015-12-09 | fix a bug on by default index | 2 | -41/+25 | ||
2015-12-09 | Implemented --alias and made timeout reentrant | 4 | -57/+88 | ||
2015-12-09 | Added POST, Plugin API signal protection, refactor HTML5 rewrite | 7 | -183/+381 | ||
2015-12-08 | typo | 1 | -1/+1 | ||
Change-Id: I1a7662c9c3360c716ecbea97f743fc404bd2088c | |||||
2015-12-07 | Almost working | 8 | -160/+224 | ||
2015-12-06 | My initial commit message | 8 | -0/+1866 | ||