Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-26 | fixe getPostPath for afm-mail plugin | 1 | -11/+6 | ||
2016-01-26 | Fixed Post File Upload | 1 | -8/+4 | ||
2016-01-26 | GetPostPath Ongoing | 1 | -1/+1 | ||
2015-12-24 | Fixed Client Session Context by Plugin | 4 | -2/+153 | ||
2015-12-22 | New Session Model [compile but not tested] | 1 | -1/+2 | ||
2015-12-22 | Fix "no plugins" detection, rename HelloWorld API | 1 | -1/+1 | ||
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 | Export getFileUpload to helper-api.c | 1 | -9/+6 | ||
2015-12-21 | Merge origin/master | 1 | -0/+2 | ||
2015-12-21 | Hack --plugins=path | 1 | -103/+45 | ||
2015-12-21 | Fix Radio and Audio plugin symbols | 1 | -0/+2 | ||
radio-api/audio-api.so were not valid, because they were not linked correctly with librtlsdr/ALSA. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-21 | Fixe | 1 | -1/+1 | ||
2015-12-21 | Switch to a plugin model | 3 | -4/+15 | ||
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 | 2 | -68/+108 | ||
2015-12-17 | Remove Hashtable for session and cleanup | 1 | -59/+3 | ||
2015-12-16 | Fix plugins loading, cleanup and dispatch Radio API code | 1 | -3/+1 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | New tree organization, update CMake req. to 2.8.8. | 2 | -0/+289 | ||
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> |