aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-17main: use valid exit valueJosé Bollo2-16/+16
2016-03-17main: change location of AFB_options definitionJosé Bollo1-2/+9
2016-03-17local-def: dispatch some definitionsJosé Bollo2-1/+5
2016-03-17removed private api and fix some few warningsJosé Bollo1-17/+3
2016-03-16Add warning detection and improveJosé Bollo5-55/+37
2016-03-16http-svc: switch to epoll modelJosé Bollo1-4/+23
2016-02-23refactor cookie to add #portJosé Bollo2-2/+4
2016-02-18main: fix parsing of option aliasJosé Bollo1-4/+8
2016-02-17Allow Multiple TokenCreate when --token=""Fulup Ar Foll1-1/+1
2016-02-17Merge origin/masterFulup Ar Foll4-63/+89
2016-02-17Allow Multiple TokenCreate when --token=""Fulup Ar Foll2-15/+17
2016-02-15add option for signaling readynessJosé Bollo1-0/+13
2016-02-15rest-api: fix verbosity of upload messageJosé Bollo1-1/+2
2016-02-14adds mode managementJosé Bollo2-5/+5
2016-02-11session: reset the timestamp on refreshJosé Bollo1-0/+4
2016-02-09Adds a new option: modeJosé Bollo1-29/+47
2016-02-08avoid use of keyword "private"José Bollo1-14/+14
2016-02-08removes unused smack fieldJosé Bollo1-11/+0
2016-01-28rest-api: catch error from pluginRegisterFct()Yannick Gicquel1-2/+4
2016-01-28rest-api: fixup AFB_plugins allocated referencesYannick Gicquel1-5/+4
2016-01-27Fix Error MessageFulup Ar Foll1-1/+1
2016-01-26Merge branch 'master' of github.com:iotbzh/afb-daemonFulup Ar Foll1-1/+1
2016-01-26fixe getPostPath for afm-mail pluginFulup Ar Foll1-2/+2
2016-01-26Fix getPostFile() upload function, return bare JSON in listManuel Bachmann1-1/+1
2016-01-26Fixed Post File UploadFulup Ar Foll2-28/+31
2016-01-26GetPostPath OngoingFulup Ar Foll1-0/+12
2016-01-25main: minor improvement of daemonizingJosé Bollo1-1/+1
2016-01-25http-svc: refactor of httpdLoopJosé Bollo2-14/+5
2016-01-25indentJosé Bollo1-1/+1
2016-01-25main: frankly removes smack argumentJosé Bollo1-8/+0
2016-01-11Audio Plugin: add PulseAudio supportManuel Bachmann1-7/+0
2015-12-30Fix Session CookieFulup Ar Foll1-2/+2
2015-12-30Fix Cookie Size [was to small]Fulup Ar Foll1-2/+2
2015-12-30Added EmptyPost handlingFulup Ar Foll1-5/+4
2015-12-29Switch to unique token modelFulup Ar Foll1-1/+1
2015-12-28Fix plugin loading logic, radio plugin loadingManuel Bachmann1-18/+19
2015-12-24Fixed Client Session Context by PluginFulup Ar Foll2-8/+8
2015-12-23Implement --ldpaths=dir1:dir2:dir...Fulup Ar Foll3-52/+98
2015-12-23Add plugin handle into request, pass it to free callbackManuel Bachmann2-24/+31
2015-12-23Restore Previous functionalities with a unique TokenFulup Ar Foll2-6/+8
2015-12-22New Session Model [compile but not tested]Fulup Ar Foll3-73/+66
2015-12-22Does not compileFulup Ar Foll2-10/+13
2015-12-22Merge origin/masterFulup Ar Foll1-8/+12
2015-12-22Fix Post with invalid pluginsFulup Ar Foll1-8/+12
2015-12-22Improve plugin logic, pass plugins count to sessionManuel Bachmann1-8/+12
2015-12-22Fix Post JSON bugFulup Ar Foll1-1/+1
2015-12-22Fix "no plugins" detection, rename HelloWorld APIManuel Bachmann1-4/+11
2015-12-21improved use of const qualifierJosé Bollo1-1/+1
2015-12-21Export getFileUpload to helper-api.cFulup Ar Foll1-32/+32
2015-12-21Hack --plugins=pathFulup Ar Foll5-76/+217