summaryrefslogtreecommitdiffstats
path: root/include/proto-def.h
AgeCommit message (Collapse)AuthorFilesLines
2016-03-29splitting rest-api in two partsJosé Bollo1-4/+0
Change-Id: I6c1982660d60c5496b5ea0cd50fb8274e2eaf703 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-03-23session: removes file handlingJosé Bollo1-0/+2
Change-Id: Ib26a93bae5ef824fc570e634cf124b364b03fced Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-03-23several improvementsJosé Bollo1-3/+0
Change-Id: Id21bd735b7e1e24993ae93bc9f3634c0298d6f12 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-03-23simplification of configJosé Bollo1-3/+0
Change-Id: Id81932c67aa3a0b86f70eea008f8a90455e03d77 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-03-23moves helpers from config to helper-apiJosé Bollo1-34/+34
Change-Id: Iecba4a22718b76a3188986eae814c359d21bbd78 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-03-17typoJosé Bollo1-1/+1
Change-Id: Ib3c2ffb80f2401c589fa86f4cac2f4011c09bb03 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-01-26GetPostPath OngoingFulup Ar Foll1-0/+1
2015-12-22New Session Model [compile but not tested]Fulup Ar Foll1-5/+5
2015-12-22Does not compileFulup Ar Foll1-1/+1
2015-12-21improved use of const qualifierJosé Bollo1-1/+1
Change-Id: I371bfb6fdbaec91c14c0f3e2f2a45952252f8e27
2015-12-21Hack --plugins=pathFulup Ar Foll1-5/+6
2015-12-21Switch to a plugin modelManuel Bachmann1-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-21Post File Working in Most casesFulup Ar Foll1-0/+2
2015-12-16Initial Audio pluginManuel Bachmann1-3/+2
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-16Fix plugins loading, cleanup and dispatch Radio API codeManuel Bachmann1-2/+3
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-16Add Middleware and change Hashtable technoFulup Ar Foll1-0/+1
2015-12-15Intermediary Version Does not CompileFulup Ar Foll1-1/+1
2015-12-13Fixed Session Context Free with ctxFreeCBFulup Ar Foll1-2/+2
2015-12-12Fixed Plugin.private bug, added "no session mode" fixed plugin APIFulup Ar Foll1-7/+6
2015-12-12Added Session ManagementFulup Ar Foll1-5/+11
2015-12-11Add Radio API pluginManuel Bachmann1-0/+1
Add Radio API plugin source code, build with CMake. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-10Fix Json Message StructureFulup Ar Foll1-1/+1
2015-12-09Added POST, Plugin API signal protection, refactor HTML5 rewriteFulup Ar Foll1-2/+8
2015-12-07Almost workingFulup Ar Foll1-8/+15
2015-12-06My initial commit messageFulup Ar Foll1-0/+53