Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-11 | Audio Plugin: add PulseAudio support | Manuel Bachmann | 1 | -7/+0 | |
If PulseAudio development libraries are present, Audio plugin will now support it. It may still fall back to ALSA if a PulseAudio server is not found at runtime. PulseAudio backend supports multiple clients using one audio adapter. (+ various fixes and style improvements) Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-30 | Fix Session Cookie | Fulup Ar Foll | 1 | -2/+2 | |
2015-12-30 | Fix Cookie Size [was to small] | Fulup Ar Foll | 1 | -2/+2 | |
2015-12-30 | Added EmptyPost handling | Fulup Ar Foll | 1 | -5/+4 | |
2015-12-29 | Switch to unique token model | Fulup Ar Foll | 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 | Manuel Bachmann | 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 | Fulup Ar Foll | 2 | -8/+8 | |
2015-12-23 | Implement --ldpaths=dir1:dir2:dir... | Fulup Ar Foll | 3 | -52/+98 | |
2015-12-23 | Add plugin handle into request, pass it to free callback | Manuel Bachmann | 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 | Fulup Ar Foll | 2 | -6/+8 | |
2015-12-22 | New Session Model [compile but not tested] | Fulup Ar Foll | 3 | -73/+66 | |
2015-12-22 | Does not compile | Fulup Ar Foll | 2 | -10/+13 | |
2015-12-22 | Merge origin/master | Fulup Ar Foll | 1 | -8/+12 | |
2015-12-22 | Fix Post with invalid plugins | Fulup Ar Foll | 1 | -8/+12 | |
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 | |