summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-11improves signal handling & call monitoringJosé Bollo5-95/+161
2016-05-11allows to filter events before to receive itJosé Bollo3-5/+14
2016-05-11allows global event listenersJosé Bollo1-17/+36
2016-05-11daemon: make --token parameter mandatoryManuel Bachmann1-0/+5
2016-05-10explicit use of json-cJosé Bollo5-5/+5
2016-05-10typoJosé Bollo3-3/+2
2016-05-10implmentation of dbus-service activatedJosé Bollo2-1/+73
2016-05-10refactored loggingJosé Bollo8-117/+131
2016-05-10Refactoring requests and context handlingJosé Bollo17-289/+1001
2016-05-09ensure that the copy is done by libmicrohttpJosé Bollo1-1/+1
2016-05-09better cleanup on errorJosé Bollo1-1/+1
2016-05-09better naming of event listenersJosé Bollo3-27/+26
2016-05-04improves apiJosé Bollo2-0/+6
2016-05-04try to avoid unnecessary copyJosé Bollo3-10/+10
2016-05-04switch logs to systemd journalJosé Bollo2-27/+6
2016-05-04Switch to libsystemd eventsJosé Bollo9-394/+162
2016-04-27first add of asynchonous handlingJosé Bollo4-32/+80
2016-04-26Improves websock APIJosé Bollo2-43/+113
2016-04-26improves test casesJosé Bollo1-54/+40
2016-04-26fix warning signed/unsignedJosé Bollo1-1/+1
2016-04-26predeclare the structureJosé Bollo1-0/+1
2016-04-26simplify handling of MHD_runJosé Bollo1-16/+3
2016-04-25avoid reentering MHD_runJosé Bollo1-2/+22
2016-04-25better handling of lengthsJosé Bollo1-4/+3
2016-04-25Add commentsjobol1-11/+73
2016-04-21manages reference counting for eventsJosé Bollo1-1/+3
2016-04-21websocket implementing cleanupJosé Bollo2-18/+12
2016-04-21websocket refactoringJosé Bollo4-92/+273
2016-04-21handles closing in callbacksJosé Bollo1-10/+19
2016-04-21improves decoupling from afbJosé Bollo1-35/+54
2016-04-21handles disconnectionJosé Bollo1-1/+6
2016-04-21refactoring websockects low-levelJosé Bollo3-101/+127
2016-04-20better handling of multiple casesJosé Bollo1-3/+0
2016-04-20makes common code unicJosé Bollo5-60/+117
2016-04-19initial event handlerJosé Bollo4-7/+170