aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-xreq.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Add conditionnal support of bindings version 2Jose Bollo1-0/+6
2019-03-29hooks: Allow to remove hooking (and/or trace)Jose Bollo1-48/+61
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-07-24json-c: Remove escaping of slashsJosé Bollo1-1/+4
2018-06-15api-v3: First draftJosé Bollo1-601/+376
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-02-22xreq: export a function to get reqJosé Bollo1-13/+6
2018-02-06afb-xreq: Export afb_request facilitiesJosé Bollo1-70/+60
2017-10-10Add the function afb_req_get_uidJosé Bollo1-0/+15
2017-10-09Improve naming of evt_eventidsJosé Bollo1-2/+2
2017-10-09Provide API and VERB name of requestsJosé Bollo1-11/+11
2017-10-09Allow dynamic creation of APIsJosé Bollo1-0/+10
2017-10-09Make single afb_request_subcallJosé Bollo1-7/+66
2017-10-09Provide conversions for afb_event and afb_reqJosé Bollo1-4/+4
2017-10-09Prepare subscription to eventidJosé Bollo1-6/+22
2017-10-09Make addref for request return the pointerJosé Bollo1-3/+4
2017-10-09Deprecate internal use of afb_eventJosé Bollo1-14/+26
2017-10-09Introduce afb_requestJosé Bollo1-102/+113
2017-10-09afb-api: Define the notion of group for concurrencyJosé Bollo1-5/+3
2017-10-09Atomic context initialisation for bindingsJosé Bollo1-2/+17
2017-10-09afb-xreq: hide internal addref/unref to xreqsJosé Bollo1-22/+26
2017-10-09afb-xreq: prepare futur afb_requestJosé Bollo1-4/+4
2017-10-09afb-xreq: take care of early failuresJosé Bollo1-34/+56
2017-10-09afb-xreq: Detection of self locks due to 'noconcurrency'José Bollo1-14/+32
2017-10-09Add function 'afb_req_get_application_id'José Bollo1-2/+17
2017-09-11afb-xreq: Fix bugs in subcallsJosé Bollo1-89/+125
2017-09-07Improve handling of verbosity in bindingsJosé Bollo1-3/+9
2017-09-07Implement afb_req_has_permissionJosé Bollo1-2/+17
2017-09-07afb-auth: revert order of arguments (minor)José Bollo1-1/+1
2017-08-31Make noconcurrency more efficientJosé Bollo1-6/+10
2017-08-31afb-apiset: refactor access to apisJosé Bollo1-4/+5
2017-08-10afb-xreq: handle when no reply was sentJosé Bollo1-0/+2
2017-08-03subcall_req: introduce afb_req_subcall_reqJosé Bollo1-9/+73
2017-08-02afb-xreq: integration of subcallsJosé Bollo1-93/+208
2017-07-03Make status commonJosé Bollo1-12/+12
2017-06-02Provide efficient store/unstore for afb_reqJosé Bollo1-2/+26
2017-06-02Localize construction of afb_argJosé Bollo1-3/+16
2017-06-02Fix issue when JSON value is NULL in xreqJosé Bollo1-1/+3
2017-06-01Enforce starting services on needJosé Bollo1-2/+5
2017-06-01Add backward compatibility and remarksJosé Bollo1-1/+2
2017-05-31Add logging by requestJosé Bollo1-2/+20
2017-05-29Add vfail and vsuccess interfacesJosé Bollo1-0/+36
2017-05-29Cleanup legacy internal functionsJosé Bollo1-38/+5
2017-05-29Add 'afb_service_call_sync' functionJosé Bollo1-3/+6
2017-05-24Handles subcall sync within xreqJosé Bollo1-14/+96
2017-05-19Bindings V2: Refactor session flagsJosé Bollo1-11/+41
2017-05-11implement authorisation checkJosé Bollo1-6/+13
2017-05-04Prepare bindings version 2José Bollo1-1/+1
2017-05-04Prepare xreq to be aware of the versionJosé Bollo1-19/+14
2017-05-04Eliminate use of AFB_SESSION_CREATEJosé Bollo1-10/+2