summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-13example of integration with websocket in CJosé Bollo10-116/+291
2016-05-13new verbose and clean upJosé Bollo5-22/+69
2016-05-13implements the example for file uploadingJosé Bollo1-1/+5
2016-05-13media: uploading - first stepJosé Bollo3-50/+129
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-12Merge branch 'master'José Bollo1-1/+1
2016-05-12fix https caseJosé Bollo1-4/+9
2016-05-11Fix typo in media-apiManuel Bachmann1-1/+1
2016-05-11Update Radio plugin, Media pluginManuel Bachmann11-299/+341
2016-05-11fixup session memory leakJosé Bollo1-3/+9
2016-05-11Update dependencies in README.mdManuel Bachmann2-9/+14
2016-05-11re-allow token null with old semanticJosé Bollo1-15/+17
2016-05-11improve build dependenciesJosé Bollo1-5/+0
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-11fix leak of messagesJosé Bollo1-2/+7
2016-05-11fix dbus disconnection on errorJosé Bollo1-1/+2
2016-05-11daemon: make --token parameter mandatoryManuel Bachmann1-0/+5
2016-05-11Update Audio plugin, re-enable ALSA/Pulse linkingManuel Bachmann7-111/+129
2016-05-10explicit use of json-cJosé Bollo11-11/+11
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é Bollo20-331/+1041
2016-05-09add test files for Angular.js (not finished)José Bollo3-0/+215
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-09test systemd versionJosé Bollo1-1/+1
2016-05-09improves namingJosé Bollo1-3/+3
2016-05-04improves apiJosé Bollo2-0/+6
2016-05-04try to avoid unnecessary copyJosé Bollo4-12/+12
2016-05-04switch logs to systemd journalJosé Bollo2-27/+6
2016-05-04Removing legacy dbus-1 libraryJosé Bollo7-1245/+182
2016-05-04Switch to libsystemd eventsJosé Bollo13-460/+184
2016-04-27first add of asynchonous handlingJosé Bollo6-56/+140
2016-04-27adds store/unstore for afb_reqJosé Bollo1-1/+17
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-25avoid double freeJosé Bollo1-1/+10