summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-23afb-api-dyn: Uniform return 0 on successJosé Bollo2-1/+3
2017-10-16afb-api-so: improve error messagesJosé Bollo1-1/+1
2017-10-12afb-stub-ws: Always validate clients of stub-wsJosé Bollo1-0/+1
2017-10-11libafbwsc: add function 'afb_ws_client_connect_api'José Bollo6-34/+336
2017-10-11afb-proto-ws: remove dependenciesJosé Bollo3-22/+13
2017-10-11Update documentation for afb_req_get_uidJosé Bollo1-1/+8
2017-10-11Update C++ interface for afb_req_get_uidJosé Bollo1-0/+7
2017-10-10Add the function afb_req_get_uidJosé Bollo8-3/+74
2017-10-10Remove explicit Debug build typeJosé Bollo1-3/+0
2017-10-09afb-api-dbus: Make error for subcalls if DBUS transportJosé Bollo1-1/+15
2017-10-09Add wrappers for accesses to internalsJosé Bollo3-7/+42
2017-10-09cosmeticJosé Bollo1-1/+6
2017-10-09Add function afb_evt_eventid_addrefJosé Bollo2-0/+10
2017-10-09Improve naming of evt_eventidsJosé Bollo8-60/+60
2017-10-09Cleanup of header filesJosé Bollo11-113/+35
2017-10-09Provide API and VERB name of requestsJosé Bollo14-41/+47
2017-10-09Provide the name of the APIJosé Bollo2-0/+5
2017-10-09Add a closure argument to dynamic verbsJosé Bollo7-6/+35
2017-10-09Allow pure dynamic bindingsJosé Bollo7-0/+595
2017-10-09Allow dynamic creation of APIsJosé Bollo16-35/+1375
2017-10-09Make single afb_request_subcallJosé Bollo5-12/+80
2017-10-09afb-export: prepare to eventidJosé Bollo1-7/+17
2017-10-09afb-export: cleanup of unused asyncJosé Bollo1-3/+0
2017-10-09sig-monitor: Fix backtrace croppingJosé Bollo1-1/+1
2017-10-09Provide conversions for afb_event and afb_reqJosé Bollo4-6/+25
2017-10-09Remove unused filesJosé Bollo4-208/+0
2017-10-09Prepare subscription to eventidJosé Bollo3-12/+34
2017-10-09Make addref for request return the pointerJosé Bollo3-6/+7
2017-10-09Deprecate internal use of afb_eventJosé Bollo10-108/+139
2017-10-09afb-export: record apiset at creationJosé Bollo4-12/+12
2017-10-09afb-auth: Move json serialisation of afb_authJosé Bollo3-76/+94
2017-10-09Introduce afb_requestJosé Bollo11-172/+652
2017-10-09Introduce afb_eventidJosé Bollo12-117/+246
2017-10-09Make afb_event_drop obsoleteJosé Bollo9-57/+39
2017-10-09afb-trace: Use the fresh afb_eventid internalsJosé Bollo1-11/+11
2017-10-09afb-evt: prepare futur afb_eventidJosé Bollo7-185/+426
2017-10-09afb-api: Define the notion of group for concurrencyJosé Bollo6-10/+8
2017-10-09Refactor of starting apisJosé Bollo4-157/+128
2017-10-09Atomic context initialisation for bindingsJosé Bollo9-21/+89
2017-10-09afb-session: Fig tiny bugJosé Bollo1-1/+1
2017-10-09minor cleanupJosé Bollo2-2/+0
2017-10-09afb-export: getter for the apisetJosé Bollo2-3/+8
2017-10-09afb-xreq: hide internal addref/unref to xreqsJosé Bollo6-32/+38
2017-10-09afb-xreq: prepare futur afb_requestJosé Bollo3-6/+9
2017-10-09afb-xreq: take care of early failuresJosé Bollo1-34/+56
2017-10-09afb-trace: improve naming (minor)José Bollo1-4/+4
2017-10-09Add documentation on debugging featuresJosé Bollo2-0/+37
2017-10-09Add C++ interfaceJosé Bollo5-5/+712
2017-10-09afb-xreq: Detection of self locks due to 'noconcurrency'José Bollo2-14/+33
2017-10-09afb-context: add const qualifier for api_keyJosé Bollo2-3/+3