Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-23 | refactor cookie to add #port | José Bollo | 1 | -1/+1 | |
Change-Id: Ieac2936413a59b80db66e9ba69d586d7fa481ef8 Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-15 | add option for signaling readyness | José Bollo | 1 | -0/+1 | |
Change-Id: I22e64d41f51683c6c15df77b546e3cc98f427eec Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-14 | adds mode management | José Bollo | 1 | -1/+1 | |
Change-Id: I73240e346a06924c314961871e789c69e279cb48 Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-09 | Adds a new option: mode | José Bollo | 1 | -0/+2 | |
The option mode can have 3 values: local, remote, global. It indicates wether the daemon serves: - loopback (local) - external interface (remote) - both (global) Change-Id: Ibd6c25da692e607b8e0ce793da11cca88db050a2 Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-08 | avoid use of keyword "private" | José Bollo | 1 | -2/+2 | |
Change-Id: I7efe1ce2e6a49b6211298e509ae0b21573d6776a Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-08 | typo: minor improvement | José Bollo | 1 | -2/+2 | |
Change-Id: Iaf16a80d3fcb8887260f351448c68fd91c9387fe Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-02-08 | removes unused smack field | José Bollo | 1 | -1/+0 | |
Change-Id: I3388fa366c44c96d2ebf37ba57ed1b3acce82869 Signed-off-by: José Bollo <jose.bollo@iot.bzh> | |||||
2016-01-26 | GetPostPath Ongoing | Fulup Ar Foll | 1 | -0/+1 | |
2015-12-30 | Added EmptyPost handling | Fulup Ar Foll | 1 | -1/+1 | |
2015-12-24 | Fixed Client Session Context by Plugin | Fulup Ar Foll | 1 | -1/+1 | |
2015-12-23 | Implement --ldpaths=dir1:dir2:dir... | Fulup Ar Foll | 1 | -1/+2 | |
2015-12-23 | Add plugin handle into request, pass it to free callback | Manuel Bachmann | 1 | -2/+3 | |
We need the global handle in requests, and in the free function. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-22 | New Session Model [compile but not tested] | Fulup Ar Foll | 2 | -8/+9 | |
2015-12-22 | Does not compile | Fulup Ar Foll | 2 | -7/+7 | |
2015-12-22 | Improve plugin logic, pass plugins count to session | Manuel Bachmann | 1 | -0/+1 | |
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-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 | -1/+2 | |
2015-12-21 | Hack --plugins=path | Fulup Ar Foll | 2 | -5/+13 | |
2015-12-21 | Switch to a plugin model | Manuel Bachmann | 1 | -5/+1 | |
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 | Untie Radio and Audio APIs | Manuel Bachmann | 1 | -1/+3 | |
Radio and Audio API functions do not cross-call themselves directly anymore ; this is necessary to have independent plugin binaries (.so) in the near future. (PS : audio buffer securization is WIP) Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-21 | Post File Working in Most cases | Fulup Ar Foll | 1 | -0/+2 | |
2015-12-17 | Final modifications for Radio-Audio API communication | Manuel Bachmann | 1 | -0/+4 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Initial Audio plugin | Manuel Bachmann | 1 | -3/+2 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Fix plugins loading, cleanup and dispatch Radio API code | Manuel Bachmann | 1 | -2/+3 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Add Middleware and change Hashtable techno | Fulup Ar Foll | 2 | -3/+8 | |
2015-12-15 | Post En court Ne fonctionne pas | Fulup Ar Foll | 1 | -7/+7 | |
2015-12-15 | Intermediary Version Does not Compile | Fulup Ar Foll | 2 | -10/+30 | |
2015-12-14 | Post En court Ne fonctionne pas | Fulup Ar Foll | 1 | -1/+1 | |
2015-12-14 | Integrated Post for Fileupload Test | Fulup Ar Foll | 1 | -1/+3 | |
2015-12-13 | Fixed Session Context Free with ctxFreeCB | Fulup Ar Foll | 2 | -24/+22 | |
2015-12-12 | Added --token=xxxxx for initial shared secret | Fulup Ar Foll | 1 | -1/+1 | |
2015-12-12 | Fixed Plugin.private bug, added "no session mode" fixed plugin API | Fulup Ar Foll | 2 | -12/+15 | |
2015-12-12 | Added Session Management | Fulup Ar Foll | 2 | -33/+74 | |
2015-12-11 | Add Radio API plugin | Manuel Bachmann | 1 | -0/+1 | |
Add Radio API plugin source code, build with CMake. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-10 | Fix Json Message Structure | Fulup Ar Foll | 2 | -2/+9 | |
2015-12-10 | Add CMake build files (required by Yocto build process) | Manuel Bachmann | 1 | -1/+3 | |
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 | fix a bug on by default index | Fulup Ar Foll | 1 | -0/+1 | |
2015-12-09 | Implemented --alias and made timeout reentrant | Fulup Ar Foll | 1 | -0/+13 | |
2015-12-09 | Added POST, Plugin API signal protection, refactor HTML5 rewrite | Fulup Ar Foll | 2 | -4/+16 | |
2015-12-07 | Almost working | Fulup Ar Foll | 2 | -13/+26 | |
2015-12-06 | My initial commit message | Fulup Ar Foll | 2 | -0/+213 | |