aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/samples/SamplePost.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-26fixe getPostPath for afm-mail pluginFulup Ar Foll1-11/+6
2016-01-26Fixed Post File UploadFulup Ar Foll1-8/+4
2016-01-26GetPostPath OngoingFulup Ar Foll1-1/+1
2015-12-24Fixed Client Session Context by PluginFulup Ar Foll1-1/+1
2015-12-22New Session Model [compile but not tested]Fulup Ar Foll1-1/+2
2015-12-21Export getFileUpload to helper-api.cFulup Ar Foll1-9/+6
2015-12-21Hack --plugins=pathFulup Ar Foll1-103/+45
2015-12-21Switch to a plugin modelManuel Bachmann1-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-21Post File Working in Most casesFulup Ar Foll1-67/+106
2015-12-17Remove Hashtable for session and cleanupFulup Ar Foll1-59/+3
2015-12-16New tree organization, update CMake req. to 2.8.8.Manuel Bachmann1-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>