Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-21 | Export getFileUpload to helper-api.c | 1 | -9/+6 | ||
2015-12-21 | Hack --plugins=path | 1 | -103/+45 | ||
2015-12-21 | Switch to a plugin model | 1 | -2/+2 | ||
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 | -67/+106 | ||
2015-12-17 | Remove Hashtable for session and cleanup | 1 | -59/+3 | ||
2015-12-16 | New tree organization, update CMake req. to 2.8.8. | 1 | -0/+194 | ||
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> |