aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-05-29improves versionning of libafbwscJosé Bollo1-0/+3
2016-05-29remove event sender interfaceJosé Bollo1-13/+3
2016-05-29adds documentation for websocket C clientsJosé Bollo2-0/+151
2016-05-29compact formatting of jsonJosé Bollo4-11/+11
2016-05-27Adds the library libafbwsc.soJosé Bollo3-2/+32
2016-05-27improves detection of formatting errorJosé Bollo1-1/+1
2016-05-27indicates the call to initialisation functionJosé Bollo1-0/+1
2016-05-24avoid to free the same pointerJosé Bollo1-1/+1
2016-05-24improves commentsJosé Bollo2-0/+8
2016-05-24Improves behaviour of afb_req_getJosé Bollo1-3/+5
2016-05-24don't export PLUGIN_INSTALL_DIR anywhereJosé Bollo1-0/+2
2016-05-24add log macros for pluginsJosé Bollo5-64/+77
2016-05-23fix regression of AFB_SESSION_NONEJosé Bollo1-1/+1
2016-05-23fix unicity of returned reqidJosé Bollo1-7/+3
2016-05-23Setting and checking LOAJosé Bollo3-7/+26
2016-05-23adds 'reqid' for GET/POST requestsJosé Bollo1-13/+27
2016-05-23Fix don't close session on 'create again' errorJosé Bollo1-1/+0
2016-05-23Fix DON'T ALWAYS CLOSE SESSIONJosé Bollo1-1/+1
2016-05-22Add verbs for closing and setting LOAJosé Bollo2-2/+6
2016-05-22Fix AFB_SESSION_CREATE behaviourJosé Bollo5-9/+60
2016-05-20set version to 0.5José Bollo1-1/+1
2016-05-20fix one-page-application redirectJosé Bollo3-5/+18
2016-05-20plugin: improves error detectionJosé Bollo2-19/+31
2016-05-19improves compatibility with yoctoJosé Bollo1-2/+2
2016-05-19websocket: accept empty protocolJosé Bollo1-1/+5
2016-05-18adds a pkgconfig fileJosé Bollo1-2/+2
2016-05-18improves the build systemJosé Bollo1-12/+47
2016-05-18favor new names at entry for token and uuidJosé Bollo3-23/+26
2016-05-18propagate context creation to websocketJosé Bollo3-7/+15
2016-05-18adds detection of wrong names for apisJosé Bollo4-6/+44
2016-05-18fix bug in websocket clientJosé Bollo1-1/+4
2016-05-18fix naming of plugin entriesJosé Bollo1-1/+1
2016-05-17event sender: better namingJosé Bollo1-7/+7
2016-05-17improves plugin interfaceJosé Bollo1-17/+17
2016-05-17provides developper filesJosé Bollo8-11/+12
2016-05-17update installation of executablesJosé Bollo1-1/+4
2016-05-17avoid a warningJosé Bollo1-1/+1
2016-05-13Merge branch 'master' of https://github.com/iotbzh/afb-daemonFulup Ar Foll40-150/+329
2016-05-13Fixed Sample POST/JSONFulup Ar Foll1-1/+3
2016-05-13cleaning copyrightsJosé Bollo39-42/+40
2016-05-13example of integration with websocket in CJosé Bollo9-110/+291
2016-05-13new verbose and clean upJosé Bollo4-21/+68
2016-05-12websocket client libraryJosé Bollo6-1/+1076
2016-05-12fix a typo bugJosé Bollo1-1/+2
2016-05-12fix the linked list leakJosé Bollo1-0/+8
2016-05-12better naming for protocolJosé Bollo4-19/+18
2016-05-12fix https caseJosé Bollo1-4/+9
2016-05-11fixup session memory leakJosé Bollo1-3/+9
2016-05-11re-allow token null with old semanticJosé Bollo1-15/+17
2016-05-11dbus service propagate eventsJosé Bollo1-2/+63