aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-04afb-binding-v3: Fix issues in includesJosé Bollo2-5/+6
2018-11-28Fix deprecation warnings for older GCC versionsguppy_6.99.2guppy/6.99.26.99.2Johann CAHIER1-2/+2
2018-08-20Provide functions afb_service_call[_sync]_legacyJose Bollo2-0/+4
2018-08-02Add ability to provide binding settingsJosé Bollo3-2/+25
2018-07-27coverage: Improve coverage testJosé Bollo1-5/+5
2018-07-25Fix tiny documentation bugJose Bollo1-2/+2
2018-07-19Fix errors in migration to V3José Bollo2-3/+5
2018-07-16afb-binding: Add missing declarationsJosé Bollo1-0/+2
2018-07-13afb-binding: Fix export of "class" handlingJosé Bollo1-0/+2
2018-07-04afb-req: Fix a bug in afb_req_verboseJosé Bollo1-1/+1
2018-06-22Improve documentation of api v3José Bollo25-74/+287
2018-06-15api-v3: First draftJosé Bollo40-2157/+4441
2018-06-13afb-eventid: Fix commentsJosé Bollo2-10/+16
2018-02-27Update date of copyright noticesJosé Bollo28-28/+28
2018-02-22xreq: export a function to get reqJosé Bollo2-11/+31
2018-01-02afb-binding.hpp: Fix constexpr of 'binding'José 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