Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-30 | Fix Session Cookie | 1 | -2/+2 | ||
2015-12-30 | Fix Cookie Size [was to small] | 1 | -2/+2 | ||
2015-12-30 | Added EmptyPost handling | 1 | -5/+4 | ||
2015-12-29 | Switch to unique token model | 1 | -1/+1 | ||
Token/Session Plugin is now able to issue a globally-valid token (re-useable with all Plugins, so that an application using multiple plugins is not forced to manage multiple tokens anymore). Adapt Audio & Radio Plugins to this model (init functions do not create a token anymore, check for a prior existing one). Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> Author: Fulup Ar Foll <fulup@iot.bzh> Author: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-28 | Fix plugin loading logic, radio plugin loading | 1 | -18/+19 | ||
We should not free() a dlopened pointer. Internal plugin handle was renamed, adapt radio plugin. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-24 | Fixed Client Session Context by Plugin | 2 | -8/+8 | ||
2015-12-23 | Implement --ldpaths=dir1:dir2:dir... | 3 | -52/+98 | ||
2015-12-23 | Add plugin handle into request, pass it to free callback | 2 | -24/+31 | ||
We need the global handle in requests, and in the free function. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-23 | Restore Previous functionalities with a unique Token | 2 | -6/+8 | ||
2015-12-22 | New Session Model [compile but not tested] | 3 | -73/+66 | ||
2015-12-22 | Does not compile | 2 | -10/+13 | ||
2015-12-22 | Merge origin/master | 1 | -8/+12 | ||
2015-12-22 | Fix Post with invalid plugins | 1 | -8/+12 | ||
2015-12-22 | Improve plugin logic, pass plugins count to session | 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 | 1 | -1/+1 | ||
2015-12-22 | Fix "no plugins" detection, rename HelloWorld API | 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 | 1 | -1/+1 | ||
Change-Id: I371bfb6fdbaec91c14c0f3e2f2a45952252f8e27 | |||||
2015-12-21 | Export getFileUpload to helper-api.c | 1 | -32/+32 | ||
2015-12-21 | Hack --plugins=path | 5 | -76/+217 | ||
2015-12-21 | Switch to a plugin model | 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 | 1 | -25/+33 | ||
2015-12-17 | Final modifications for Radio-Audio API communication | 1 | -4/+4 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-17 | Remove Hashtable for session and cleanup | 2 | -66/+132 | ||
2015-12-16 | Initial Audio plugin | 2 | -1/+6 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Added Timeout in Response | 1 | -0/+2 | ||
2015-12-16 | Fix radio plugin loading | 1 | -1/+1 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Fix plugins loading, cleanup and dispatch Radio API code | 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. | 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 | 6 | -244/+283 | ||
2015-12-15 | Post En court Ne fonctionne pas | 2 | -50/+60 | ||
2015-12-15 | Intermediary Version Does not Compile | 6 | -143/+535 | ||
2015-12-14 | Post En court Ne fonctionne pas | 2 | -36/+57 | ||
2015-12-14 | Integrated Post for Fileupload Test | 1 | -0/+36 | ||
2015-12-14 | Document UUID dependency, make radio plugin buildable | 1 | -88/+90 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-14 | Fix Rootdir redirect for static files | 1 | -0/+1 | ||
2015-12-13 | Fixed Session Context Free with ctxFreeCB | 6 | -27/+41 | ||
2015-12-12 | Proposal for Integration with session | 1 | -46/+198 | ||
2015-12-12 | Added --token=xxxxx for initial shared secret | 1 | -2/+2 | ||
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 | ||