Age | Commit message (Expand) | Author | Files | Lines |
2018-11-02 | Use new ctl functions to set/get ctl external data |  Jonathan Aillet | 4 | -9/+9 |
2018-11-02 | Force each hal to have its own ctl section data |  Jonathan Aillet | 1 | -2/+6 |
2018-11-02 | Use ctl defines to call afb functions |  Jonathan Aillet | 10 | -69/+72 |
2018-10-08 | Move hal sections callbacks after plugin callback |  Jonathan Aillet | 1 | -2/+2 |
2018-10-08 | Move mixer attach into its controller section |  Jonathan Aillet | 2 | -17/+16 |
2018-10-08 | Remove unnecessary 'function' string in prints |  Jonathan Aillet | 8 | -110/+86 |
2018-10-08 | Use correct file to include controller |  Jonathan Aillet | 2 | -2/+2 |
2018-10-08 | Force hals init before ending hal-manager init |  Jonathan Aillet | 2 | -1/+14 |
2018-10-08 | Decrease level of a msg printed in event catcher |  Jonathan Aillet | 1 | -5/+5 |
2018-10-08 | Add bluetooth hal plugin |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Remove unnecessary 'struct' before json_object |  Jonathan Aillet | 1 | -2/+2 |
2018-10-08 | Correct an error when unpacking alsacore response |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Correct errors in hal-utilities-data prototypes |  Jonathan Aillet | 2 | -10/+10 |
2018-10-08 | Correct error print when attaching to mixer |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Update binding entry for app-fw v3. |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Simplify ping verb call print output |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Update version of conf.d/app-templates submodule. |  Jonathan Aillet | 1 | -3/+3 |
2018-10-08 | Update version of app-controller submodule. |  Loïc Collignon | 1 | -6/+2 |
2018-10-08 | Improve hal list response from hal-manager |  Jonathan Aillet | 1 | -42/+35 |
2018-10-08 | Remove boolean library |  Jonathan Aillet | 13 | -18/+5 |
2018-10-08 | Free json objects that should have been freed |  Jonathan Aillet | 4 | -86/+123 |
2018-10-08 | Correct handling of incomming json messages |  Jonathan Aillet | 3 | -6/+13 |
2018-10-08 | Authorize launching 4a-hal with no config file |  Jonathan Aillet | 1 | -3/+3 |
2018-10-08 | Correct the request return when calling a stream |  Jonathan Aillet | 1 | -8/+8 |
2018-10-08 | Delay event parsing to be the last |  Jonathan Aillet | 1 | -13/+18 |
2018-10-08 | Optimize alsacore event handler |  Jonathan Aillet | 1 | -18/+14 |
2018-10-08 | Authorize empty response from mixer |  Jonathan Aillet | 1 | -4/+4 |
2018-10-08 | Call onload section to before halmap section |  Jonathan Aillet | 1 | -3/+3 |
2018-10-08 | Correct a failed request warning message |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Change verb prefix separator accroding to mixer |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Auithorize sending empty json to verbs |  Jonathan Aillet | 2 | -13/+11 |
2018-10-08 | Move onload section parsing last |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Revert "Move controller config exec before onload action" |  Jonathan Aillet | 1 | -8/+4 |
2018-10-08 | Return the result of call to mixer |  Jonathan Aillet | 1 | -7/+20 |
2018-10-08 | Correct some compilation warnings |  Jonathan Aillet | 4 | -6/+6 |
2018-10-08 | Correct a cast error |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Print some errors in info verbs |  Jonathan Aillet | 3 | -11/+18 |
2018-10-08 | Test 'asprintf' return |  Jonathan Aillet | 1 | -1/+4 |
2018-10-08 | Use structure defined in controller to load verbs |  Jonathan Aillet | 4 | -13/+10 |
2018-10-08 | Rename files handling call/response of mixer |  Jonathan Aillet | 5 | -5/+8 |
2018-10-08 | Update 4a-hal to work with new 4a-softmixer |  Jonathan Aillet | 6 | -127/+315 |
2018-10-08 | Correct a syntax mistake in function declaration |  Jonathan Aillet | 1 | -1/+1 |
2018-10-08 | Change mixer data structures names |  Jonathan Aillet | 3 | -7/+7 |
2018-10-08 | Change name of 'list' verb to 'info' |  Jonathan Aillet | 3 | -3/+3 |
2018-10-08 | Move controller config exec before onload action |  Jonathan Aillet | 1 | -4/+8 |
2018-10-08 | Add search for a concurent hal at mixer attach |  Jonathan Aillet | 1 | -3/+19 |
2018-10-08 | Add a function to search for hal using its dev-id |  Jonathan Aillet | 2 | -0/+20 |
2018-10-08 | Return an error when hal attach to mixer fails. |  Jonathan Aillet | 1 | -1/+3 |
2018-10-08 | Change paramters in functions handling hal data |  Jonathan Aillet | 4 | -28/+30 |
2018-10-08 | Add device id when hal metadata are asked |  Jonathan Aillet | 1 | -7/+18 |