Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-22 | Improve plugin logic, pass plugins count to session | Manuel Bachmann | 1 | -8/+12 | |
We now pre-reserve for 20 plugins (arbitrary for now, we downsize if necessary). Plugins count is now passed to the session in the "pluginCount" variable. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-22 | Fix Post JSON bug | Fulup Ar Foll | 1 | -1/+1 | |
2015-12-22 | Fix "no plugins" detection, rename HelloWorld API | Manuel Bachmann | 1 | -4/+11 | |
afb-daemon now gracefully exits if no plugins are present. HelloWorld's API has been renamed to "hello". Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-21 | improved use of const qualifier | José Bollo | 1 | -1/+1 | |
Change-Id: I371bfb6fdbaec91c14c0f3e2f2a45952252f8e27 | |||||
2015-12-21 | Export getFileUpload to helper-api.c | Fulup Ar Foll | 1 | -32/+32 | |
2015-12-21 | Hack --plugins=path | Fulup Ar Foll | 5 | -76/+217 | |
2015-12-21 | Switch to a plugin model | Manuel Bachmann | 1 | -10/+38 | |
Each API now compiles to a ".so" file, which gets searched for in the "${libdir}/afb" directory at startup. We can now load an arbitrary number of plugins (> 10). Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-21 | Post File Working in Most cases | Fulup Ar Foll | 1 | -25/+33 | |
2015-12-17 | Final modifications for Radio-Audio API communication | Manuel Bachmann | 1 | -4/+4 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-17 | Remove Hashtable for session and cleanup | Fulup Ar Foll | 2 | -66/+132 | |
2015-12-16 | Initial Audio plugin | Manuel Bachmann | 2 | -1/+6 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Added Timeout in Response | Fulup Ar Foll | 1 | -0/+2 | |
2015-12-16 | Fix radio plugin loading | Manuel Bachmann | 1 | -1/+1 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Fix plugins loading, cleanup and dispatch Radio API code | Manuel Bachmann | 1 | -1/+2 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | New tree organization, update CMake req. to 2.8.8. | Manuel Bachmann | 7 | -1259/+2 | |
Use CMake-2.8.8-specific feature to allow building the daemon from various source directories. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Add Middleware and change Hashtable techno | Fulup Ar Foll | 6 | -244/+283 | |
2015-12-15 | Post En court Ne fonctionne pas | Fulup Ar Foll | 2 | -50/+60 | |
2015-12-15 | Intermediary Version Does not Compile | Fulup Ar Foll | 6 | -143/+535 | |
2015-12-14 | Post En court Ne fonctionne pas | Fulup Ar Foll | 2 | -36/+57 | |
2015-12-14 | Integrated Post for Fileupload Test | Fulup Ar Foll | 1 | -0/+36 | |
2015-12-14 | Document UUID dependency, make radio plugin buildable | Manuel Bachmann | 1 | -88/+90 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-14 | Fix Rootdir redirect for static files | Fulup Ar Foll | 1 | -0/+1 | |
2015-12-13 | Fixed Session Context Free with ctxFreeCB | Fulup Ar Foll | 6 | -27/+41 | |
2015-12-12 | Proposal for Integration with session | Fulup Ar Foll | 1 | -46/+198 | |
2015-12-12 | Added --token=xxxxx for initial shared secret | Fulup Ar Foll | 1 | -2/+2 | |
2015-12-12 | Added --token=xxxxx for initial shared secret | Fulup Ar Foll | 4 | -3/+22 | |
2015-12-12 | Fixed Plugin.private bug, added "no session mode" fixed plugin API | Fulup Ar Foll | 8 | -99/+118 | |
2015-12-12 | Added Session Management | Fulup Ar Foll | 8 | -127/+454 | |
2015-12-11 | Add Radio API plugin | Manuel Bachmann | 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 | Fulup Ar Foll | 1 | -1/+1 | |
2015-12-10 | Fix Json Message Structure | Fulup Ar Foll | 3 | -32/+97 | |
2015-12-10 | Added Netbean to work with cmake | Fulup Ar Foll | 1 | -1/+0 | |
2015-12-10 | main: fix command-line help typos | Manuel Bachmann | 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) | Manuel Bachmann | 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 | Fulup Ar Foll | 2 | -6/+1 | |
2015-12-09 | fix a bug on by default index | Fulup Ar Foll | 2 | -41/+25 | |
2015-12-09 | Implemented --alias and made timeout reentrant | Fulup Ar Foll | 4 | -57/+88 | |
2015-12-09 | Added POST, Plugin API signal protection, refactor HTML5 rewrite | Fulup Ar Foll | 7 | -183/+381 | |
2015-12-08 | typo | José Bollo | 1 | -1/+1 | |
Change-Id: I1a7662c9c3360c716ecbea97f743fc404bd2088c | |||||
2015-12-07 | Almost working | Fulup Ar Foll | 8 | -160/+224 | |
2015-12-06 | My initial commit message | Fulup Ar Foll | 8 | -0/+1866 | |