Add gitlab issue/merge request templates
[src/app-framework-binder.git] / src / afb-xreq.c
2020-01-08 José BolloUpdate copyright dates 59/23559/2
2019-12-03 José Bolloafb-context: Move credentials to context 62/23162/1
2019-12-02 Jose Bolloafb-auth: Increase and improve use of afb-auth 60/23160/1
2019-11-29 Jose Bolloafb-error-text: Introduce standard error text 59/23159/1
2019-11-29 Jose BolloUse afb_token in contexts 52/23152/1
2019-11-25 Jose BolloRemove refreshing token 48/23148/1
2019-07-23 Jose Bolloafb-xreq: Remove field 'listener' 35/21935/1
2019-07-12 Jose Bolloafb-xreq: Forbids (un)subscribes after reply 65/21865/2
2019-04-02 Jose BolloAdd conditionnal support of bindings version 2 72/20872/1
2019-03-29 Jose Bollohooks: Allow to remove hooking (and/or trace) 59/20859/1
2019-02-06 José BolloUpdate copyright date 69/19969/1 7.90.0 halibut/7.90.0 halibut_7.90.0
2018-07-24 José Bollojson-c: Remove escaping of slashs 61/15661/1
2018-06-15 José Bolloapi-v3: First draft 63/14363/3
2018-02-27 José BolloUpdate date of copyright notices
2018-02-22 José Bolloxreq: export a function to get req
2018-02-06 José Bolloafb-xreq: Export afb_request facilities
2017-10-10 José BolloAdd the function afb_req_get_uid
2017-10-09 José BolloImprove naming of evt_eventids
2017-10-09 José BolloProvide API and VERB name of requests
2017-10-09 José BolloAllow dynamic creation of APIs
2017-10-09 José BolloMake single afb_request_subcall
2017-10-09 José BolloProvide conversions for afb_event and afb_req
2017-10-09 José BolloPrepare subscription to eventid
2017-10-09 José BolloMake addref for request return the pointer
2017-10-09 José BolloDeprecate internal use of afb_event
2017-10-09 José BolloIntroduce afb_request
2017-10-09 José Bolloafb-api: Define the notion of group for concurrency
2017-10-09 José BolloAtomic context initialisation for bindings
2017-10-09 José Bolloafb-xreq: hide internal addref/unref to xreqs
2017-10-09 José Bolloafb-xreq: prepare futur afb_request
2017-10-09 José Bolloafb-xreq: take care of early failures
2017-10-09 José Bolloafb-xreq: Detection of self locks due to 'noconcurrency'
2017-10-09 José BolloAdd function 'afb_req_get_application_id'
2017-09-11 José Bolloafb-xreq: Fix bugs in subcalls
2017-09-07 José BolloImprove handling of verbosity in bindings
2017-09-07 José BolloImplement afb_req_has_permission
2017-09-07 José Bolloafb-auth: revert order of arguments (minor)
2017-08-31 José BolloMake noconcurrency more efficient
2017-08-31 José Bolloafb-apiset: refactor access to apis
2017-08-10 José Bolloafb-xreq: handle when no reply was sent
2017-08-03 José Bollosubcall_req: introduce afb_req_subcall_req
2017-08-02 José Bolloafb-xreq: integration of subcalls
2017-07-03 José BolloMake status common
2017-06-02 José BolloProvide efficient store/unstore for afb_req
2017-06-02 José BolloLocalize construction of afb_arg
2017-06-02 José BolloFix issue when JSON value is NULL in xreq
2017-06-01 José BolloEnforce starting services on need
2017-06-01 José BolloAdd backward compatibility and remarks
2017-05-31 José BolloAdd logging by request
2017-05-29 José BolloAdd vfail and vsuccess interfaces
2017-05-29 José BolloCleanup legacy internal functions
2017-05-29 José BolloAdd 'afb_service_call_sync' function
2017-05-24 José BolloHandles subcall sync within xreq
2017-05-19 José BolloBindings V2: Refactor session flags
2017-05-11 José Bolloimplement authorisation check
2017-05-04 José BolloPrepare bindings version 2
2017-05-04 José BolloPrepare xreq to be aware of the version
2017-05-04 José BolloEliminate use of AFB_SESSION_CREATE
2017-04-20 José Bollocleanup and improvement of xreq
2017-04-20 José BolloAdd default api to apiset
2017-04-13 José BolloIntroduce apiset for grouping apis
2017-04-13 José Bolloenforce reset of xreq at init
2017-04-12 José BolloOptimisation of xreq
2017-04-07 José BolloFinalize hooking of requests
2017-04-06 José BolloReactivate hooking of requests
2017-04-06 José BolloImprove names
2017-04-04 José BolloEnsure that subcall_sync use subcall
2017-04-04 José BolloAdd synchronous subcalls
2017-04-04 José BolloLaunch job at a earlier step
2017-04-04 José BolloMigrates subcalls to use xreq
2017-04-03 José BolloImprove interface xreq
2017-03-31 José BolloUse xreq for services
2017-03-31 José BolloUse xreq for websockets
2017-03-31 José BolloFactorize common code for handling requests