Age | Commit message (Expand) | Author | Files | Lines |
2016-03-17 | removed private api and fix some few warnings | José Bollo | 5 | -26/+9 |
2016-03-16 | Add warning detection and improve | José Bollo | 10 | -63/+58 |
2016-03-16 | http-svc: switch to epoll model | José Bollo | 1 | -4/+23 |
2016-02-23 | Fix horrendously wrong Volume check in Audio plugin | Manuel Bachmann | 1 | -1/+1 |
2016-02-23 | refactor cookie to add #port | José Bollo | 3 | -3/+5 |
2016-02-18 | main: fix parsing of option alias | José Bollo | 1 | -4/+8 |
2016-02-17 | Allow Multiple TokenCreate when --token="" | Fulup Ar Foll | 1 | -1/+1 |
2016-02-17 | Merge origin/master | Fulup Ar Foll | 11 | -107/+209 |
2016-02-17 | Allow Multiple TokenCreate when --token="" | Fulup Ar Foll | 2 | -15/+17 |
2016-02-17 | Audio plugin: choose between Pulse/ALSA at runtime | Manuel Bachmann | 3 | -3/+15 |
2016-02-16 | afm-main-plugin: fix bug | José Bollo | 1 | -1/+1 |
2016-02-15 | afm-main-plugin: adds mode auto | José Bollo | 1 | -1/+2 |
2016-02-15 | add option for signaling readyness | José Bollo | 2 | -0/+14 |
2016-02-15 | rest-api: fix verbosity of upload message | José Bollo | 1 | -1/+2 |
2016-02-14 | adds mode management | José Bollo | 4 | -9/+49 |
2016-02-11 | session: reset the timestamp on refresh | José Bollo | 1 | -0/+4 |
2016-02-09 | afm-main-plugin: utils-jbus: fix bug that blocked | José Bollo | 1 | -3/+11 |
2016-02-09 | afm-main-plugin: Adds verbose prompts | José Bollo | 1 | -29/+36 |
2016-02-09 | Adds a new option: mode | José Bollo | 2 | -29/+49 |
2016-02-09 | afm-main-plugin: improves error reporting | José Bollo | 1 | -1/+4 |
2016-02-08 | avoid use of keyword "private" | José Bollo | 2 | -16/+16 |
2016-02-08 | typo: minor improvement | José Bollo | 1 | -2/+2 |
2016-02-08 | removes unused smack field | José Bollo | 2 | -12/+0 |
2016-02-02 | .gitignore: ignore more files | José Bollo | 1 | -0/+3 |
2016-01-28 | rest-api: catch error from pluginRegisterFct() | Yannick Gicquel | 1 | -2/+4 |
2016-01-28 | rest-api: fixup AFB_plugins allocated references | Yannick Gicquel | 1 | -5/+4 |
2016-01-27 | Fix Error Message | Fulup Ar Foll | 1 | -1/+1 |
2016-01-26 | afm-plugin: update utils-jbus version | José Bollo | 1 | -1/+3 |
2016-01-26 | Finalize Media Plugin upload API with full transfer logic | Manuel Bachmann | 1 | -23/+20 |
2016-01-26 | Merge branch 'master' of github.com:iotbzh/afb-daemon | Fulup Ar Foll | 4 | -10/+20 |
2016-01-26 | fixe getPostPath for afm-mail plugin | Fulup Ar Foll | 4 | -105/+78 |
2016-01-26 | Fix getPostFile() upload function, return bare JSON in list | Manuel Bachmann | 4 | -10/+20 |
2016-01-26 | Merge branch 'master' of github.com:iotbzh/afb-daemon | Fulup Ar Foll | 3 | -27/+246 |
2016-01-26 | Fixed Post File Upload | Fulup Ar Foll | 4 | -80/+103 |
2016-01-26 | afm-main: adds install/uninstall | José Bollo | 3 | -27/+246 |
2016-01-26 | GetPostPath Ongoing | Fulup Ar Foll | 3 | -1/+14 |
2016-01-25 | Media Plugin list API now returns a JSON object | Manuel Bachmann | 1 | -5/+19 |
2016-01-25 | Fix Media Plugin refresh, add seek API | Manuel Bachmann | 3 | -15/+62 |
2016-01-25 | main: minor improvement of daemonizing | José Bollo | 1 | -1/+1 |
2016-01-25 | http-svc: refactor of httpdLoop | José Bollo | 2 | -14/+5 |
2016-01-25 | indent | José Bollo | 1 | -1/+1 |
2016-01-25 | main: frankly removes smack argument | José Bollo | 1 | -8/+0 |
2016-01-23 | afm-main-plugin: fix fatal error on initialisation | José Bollo | 1 | -2/+2 |
2016-01-22 | Implement Media Plugin upload API, update README.md | Manuel Bachmann | 5 | -27/+215 |
2016-01-21 | Add choose, play, pause, stop to Media Plugin | Manuel Bachmann | 4 | -20/+420 |
2016-01-20 | Fix Media Plugin content list API | Manuel Bachmann | 4 | -8/+36 |
2016-01-11 | Add Media Plugin | Manuel Bachmann | 7 | -2/+362 |
2016-01-11 | Update README.md (PulseAudio optional dependency) | Manuel Bachmann | 1 | -1/+2 |
2016-01-11 | Audio Plugin: add PulseAudio support | Manuel Bachmann | 12 | -115/+703 |
2016-01-07 | Update README.md (plugins, code sample) | Manuel Bachmann | 1 | -43/+42 |