aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-dbus.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Fix false ***buffer overflow*** detectionJosé Bollo1-2/+2
2018-08-02Improve parsing of json stringJose Bollo1-5/+21
2018-07-24json-c: Remove escaping of slashsJosé Bollo1-3/+7
2018-07-05Remove uses of deprecated macrosJosé Bollo1-1/+0
2018-07-05Simplify build processJosé Bollo1-0/+3
2018-06-15api-v3: First draftJosé Bollo1-83/+46
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-02-21afb-systemd: Isolate systemd main entriesJosé Bollo1-2/+2
2018-01-31afb-api: Enforce api names to be hookableJosé Bollo1-1/+1
2017-10-09afb-api-dbus: Make error for subcalls if DBUS transportJosé Bollo1-1/+15
2017-10-09Improve naming of evt_eventidsJosé Bollo1-8/+8
2017-10-09Provide API and VERB name of requestsJosé Bollo1-3/+3
2017-10-09Deprecate internal use of afb_eventJosé Bollo1-17/+17
2017-10-09Introduce afb_eventidJosé Bollo1-1/+1
2017-10-09Make afb_event_drop obsoleteJosé Bollo1-1/+1
2017-10-09afb-evt: prepare futur afb_eventidJosé Bollo1-3/+3
2017-10-09afb-api: Define the notion of group for concurrencyJosé Bollo1-1/+1
2017-10-09afb-xreq: hide internal addref/unref to xreqsJosé Bollo1-2/+2
2017-08-31Make noconcurrency more efficientJosé Bollo1-0/+1
2017-06-02Provide efficient store/unstore for afb_reqJosé Bollo1-1/+1
2017-05-29Add vfail and vsuccess interfacesJosé Bollo1-0/+1
2017-04-13Introduce apiset for grouping apisJosé Bollo1-23/+11
2017-04-12fix typoJosé Bollo1-2/+2
2017-04-12Optimisation of xreqJosé Bollo1-15/+13
2017-04-12Add computation of credentialsJosé Bollo1-0/+32
2017-04-12Rename destination as originJosé Bollo1-51/+51
2017-04-10Refactor of API interfacesJosé Bollo1-3/+6
2017-04-07Add hooking of daemon interfaceJosé Bollo1-0/+1
2017-04-04Definitive switch to internal's xreqJosé Bollo1-3/+3
2017-04-03Switch API D-Bus to xreqJosé Bollo1-110/+68
2017-03-27Simplify functions for callsJosé Bollo1-7/+9
2017-01-03Improves naming of session's moduleJosé Bollo1-6/+6
2017-01-03Adds 2017 to copyrightsJosé Bollo1-1/+1
2016-08-03api-dbus: improves 'dbus_req_json'José Bollo1-1/+2
2016-07-27fix unexpected ending spacesJosé Bollo1-1/+1
2016-06-23vocabulary: moving from 'plugin' to 'binding'José Bollo1-1/+0
2016-06-23api-dbus: improves eventsJosé Bollo1-58/+517
2016-06-23evt: handles broadcasting and trackingJosé Bollo1-2/+8
2016-06-13Service instanciationJosé Bollo1-0/+12
2016-06-10common code reuseJosé Bollo1-13/+2
2016-06-09Make possible to call a method from a bindingJosé Bollo1-1/+24
2016-06-09Events: refactoringJosé Bollo1-17/+6
2016-05-29compact formatting of jsonJosé Bollo1-2/+2
2016-05-24add log macros for pluginsJosé Bollo1-0/+1
2016-05-18adds detection of wrong names for apisJosé Bollo1-0/+4
2016-05-17provides developper filesJosé Bollo1-2/+2
2016-05-13cleaning copyrightsJosé Bollo1-1/+1
2016-05-11dbus service propagate eventsJosé Bollo1-2/+63
2016-05-10explicit use of json-cJosé Bollo1-1/+1
2016-05-10Refactoring requests and context handlingJosé Bollo1-0/+511