aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-09Prepare subscription to eventidJosé Bollo2-6/+12
2017-10-09Make addref for request return the pointerJosé Bollo2-3/+3
2017-10-09Introduce afb_requestJosé Bollo7-67/+536
2017-10-09Introduce afb_eventidJosé Bollo7-100/+230
2017-10-09Make afb_event_drop obsoleteJosé Bollo2-11/+26
2017-10-09Atomic context initialisation for bindingsJosé Bollo1-6/+18
2017-10-09afb-xreq: prepare futur afb_requestJosé Bollo1-1/+1
2017-10-09Add C++ interfaceJosé Bollo2-0/+615
2017-10-09Add function 'afb_req_get_application_id'José Bollo1-0/+15
2017-10-09Remove tailing spaces and TODO fileJosé Bollo1-2/+2
2017-09-07Allow renaming of APIJosé Bollo4-0/+25
2017-09-07Improve handling of verbosity in bindingsJosé Bollo3-87/+114
2017-09-07afb-ditf: track daemon stateJosé Bollo2-0/+14
2017-09-07Implement afb_req_has_permissionJosé Bollo1-0/+14
2017-08-29verbosity: split verbosity level 1 in 2 levelsJosé Bollo1-3/+3
2017-08-03subcall_req: introduce afb_req_subcall_reqJosé Bollo1-0/+33
2017-07-13Fix const issue in afb-auth.hJosé Bollo1-2/+2
2017-07-03Make status commonJosé Bollo3-8/+8
2017-06-30Bindings V2: enforce prefix AFB_ to logging macrosJosé Bollo1-0/+3
2017-06-28Bindings V2: reintroduce field 'info' for verbsJosé Bollo1-3/+5
2017-06-28Use constants for verbosity and syslog levelsJosé Bollo3-21/+53
2017-06-28Add new macro for handling verbosityJosé Bollo1-0/+18
2017-06-12Add comment for bindings v2José Bollo1-3/+3
2017-06-12Removes reference to NULL in includesJosé Bollo3-5/+5
2017-06-05Allows to enforce prefixed verbose messagesJosé Bollo1-21/+37
2017-06-02Fix typedef for afb_stored_reqJosé Bollo1-0/+1
2017-06-02Add 'afb_daemon_require_api'José Bollo4-0/+22
2017-06-02Provide efficient store/unstore for afb_reqJosé Bollo9-410/+516
2017-06-01fix include of afb-service-v1.hJosé Bollo5-1/+9
2017-06-01Add backward compatibility and remarksJosé Bollo2-6/+47
2017-05-31Introduce typedef for clientsJosé Bollo1-1/+30
2017-05-31code formatting improvementJosé Bollo6-12/+16
2017-05-31Add logging by requestJosé Bollo6-19/+151
2017-05-29Add vfail and vsuccess interfacesJosé Bollo3-27/+30
2017-05-29Cleanup legacy internal functionsJosé Bollo1-14/+2
2017-05-29Add 'afb_service_call_sync' functionJosé Bollo7-117/+189
2017-05-22Bindings V2: Remove explicit references to daemon/serviceJosé Bollo9-102/+373
2017-05-19Bindings V2: rename init functionsJosé Bollo1-2/+2
2017-05-19bindings v2: Enforce to explicitely ask for concurrencyJosé Bollo1-0/+1
2017-05-19Bindings V2: Refactor session flagsJosé Bollo6-88/+190
2017-05-11implement authorisation checkJosé Bollo2-9/+14
2017-05-05Improve includesJosé Bollo1-1/+1
2017-05-04Prepare permission for binding version 2José Bollo3-1/+42
2017-05-04Prepare bindings version 2José Bollo5-220/+319
2017-04-25Add 'afb_daemon_queue_job' for bindingsJosé Bollo1-1/+18
2017-04-25typoJosé Bollo1-16/+16
2017-04-25Make monitor use the interface version 2José Bollo1-1/+1
2017-04-25typoJosé Bollo1-3/+3
2017-04-04Add synchronous subcallsJosé Bollo1-0/+14
2017-03-30Start to implement the bindings V2José Bollo5-69/+105