summaryrefslogtreecommitdiffstats
path: root/src/afb-svc.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-09afb-export: refactor of binder interfaceJosé Bollo1-381/+0
2017-08-31afb-svc: make service existing during its initialisationJosé Bollo1-81/+39
2017-07-31afb-svc: allows NULL for callbacks or resultsJosé Bollo1-6/+16
2017-07-03Make status commonJosé Bollo1-13/+14
2017-05-30Adds hooks for service (svc)José Bollo1-31/+35
2017-05-30Record API names in service descriptorsJosé Bollo1-6/+13
2017-05-30Bindings V1: allows to receive eventJosé Bollo1-3/+5
2017-05-29Relax authorisation checlk for selfJosé Bollo1-1/+0
2017-05-29Add 'afb_service_call_sync' functionJosé Bollo1-34/+130
2017-05-22Bindings V2: Remove explicit references to daemon/serviceJosé Bollo1-42/+25
2017-05-04Prepare bindings version 2José Bollo1-52/+92
2017-04-13Introduce apiset for grouping apisJosé Bollo1-8/+27
2017-04-12Add credential data to xreqJosé Bollo1-0/+3
2017-04-12Optimisation of xreqJosé Bollo1-24/+9
2017-04-04Add synchronous subcallsJosé Bollo1-2/+3
2017-04-04Definitive switch to internal's xreqJosé Bollo1-1/+1
2017-03-31Use xreq for servicesJosé Bollo1-56/+46
2017-03-30Start to implement the bindings V2José Bollo1-6/+59
2017-03-27Simplify functions for callsJosé Bollo1-10/+12
2017-01-03Improves naming of session's moduleJosé Bollo1-8/+8
2017-01-03Adds 2017 to copyrightsJosé Bollo1-1/+1
2016-08-09fix tiny memory leakblowfish_2.0.22.0.2José Bollo1-0/+1
2016-08-08fix on_event for servicesJosé Bollo1-0/+1
2016-06-23evt: handles broadcasting and trackingJosé Bollo1-3/+9
2016-06-13Service instanciationJosé Bollo1-0/+220