summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-03afb-binding.hpp: Fix constexpr of 'binding'eel_5.0.0eel/5.0.05.0.0José Bollo1-1/+1
2017-11-03Add 'noconcurrency' when creating dynamic APIeel_4.99.2eel/4.99.24.99.2José Bollo5-4/+8
2017-10-11Update C++ interface for afb_req_get_uidJosé Bollo1-0/+7
2017-10-10Add the function afb_req_get_uidJosé Bollo3-0/+25
2017-10-09Add wrappers for accesses to internalsJosé Bollo2-1/+36
2017-10-09Cleanup of header filesJosé Bollo11-113/+35
2017-10-09Provide API and VERB name of requestsJosé Bollo1-1/+7
2017-10-09Provide the name of the APIJosé Bollo1-0/+3
2017-10-09Add a closure argument to dynamic verbsJosé Bollo3-1/+7
2017-10-09Allow pure dynamic bindingsJosé Bollo1-0/+8
2017-10-09Allow dynamic creation of APIsJosé Bollo9-2/+566
2017-10-09Make single afb_request_subcallJosé Bollo2-2/+11
2017-10-09Provide conversions for afb_event and afb_reqJosé Bollo2-0/+16
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