aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-so-v2.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Update copyright datesJosé Bollo1-1/+1
2019-12-02afb-auth: Increase and improve use of afb-authJose Bollo1-1/+1
2019-04-02Add conditionnal support of dynamic bindingsJose Bollo1-1/+1
2019-04-02Add conditionnal support of bindings version 2Jose Bollo1-0/+3
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-08-02afb-export: Manage path of librariesJosé Bollo1-3/+9
2018-08-02Improve parsing of json stringJose Bollo1-3/+3
2018-07-13afb-api-so-v2: Monitor the preinit to catch SEGVJosé Bollo1-1/+24
2018-06-15api-v3: First draftJosé Bollo1-92/+33
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-01-31afb-api: Enforce api names to be hookableJosé Bollo1-1/+1
2017-10-09Provide API and VERB name of requestsJosé Bollo1-1/+2
2017-10-09afb-export: record apiset at creationJosé Bollo1-1/+1
2017-10-09afb-auth: Move json serialisation of afb_authJosé Bollo1-76/+3
2017-10-09afb-api: Define the notion of group for concurrencyJosé Bollo1-1/+1
2017-10-09Refactor of starting apisJosé Bollo1-47/+2
2017-10-09minor cleanupJosé Bollo1-1/+0
2017-10-09afb-export: refactor of binder interfaceJosé Bollo1-47/+35
2017-10-09afb-api-so-v2: improve generation of descriptionJosé Bollo1-3/+30
2017-09-07Allow renaming of APIJosé Bollo1-11/+11
2017-09-07Improve handling of verbosity in bindingsJosé Bollo1-1/+0
2017-09-07afb-ditf: track daemon stateJosé Bollo1-3/+5
2017-08-31Make noconcurrency more efficientJosé Bollo1-35/+2
2017-08-31afb-svc: make service existing during its initialisationJosé Bollo1-1/+13
2017-06-28Bindings V2: reintroduce field 'info' for verbsJosé Bollo1-1/+2
2017-05-30Make api descriptions uniqueJosé Bollo1-2/+2
2017-05-30Adds hooks for service (svc)José Bollo1-0/+2
2017-05-30Record API names in service descriptorsJosé Bollo1-1/+1
2017-05-29Add vfail and vsuccess interfacesJosé Bollo1-0/+1
2017-05-22Bindings V2: Remove explicit references to daemon/serviceJosé Bollo1-25/+118
2017-05-19Bindings V2: rename init functionsJosé Bollo1-5/+5
2017-05-19bindings v2: Enforce to explicitely ask for concurrencyJosé Bollo1-1/+35
2017-05-11improve logJosé Bollo1-1/+1
2017-05-04Prepare permission for binding version 2José Bollo1-66/+8
2017-05-04Prepare bindings version 2José Bollo1-11/+21
2017-05-04Prepare xreq to be aware of the versionJosé Bollo1-5/+1
2017-04-26Sort verbs and compute their permissionsJosé Bollo1-7/+68
2017-04-25Make monitor use the interface version 2José Bollo1-4/+13
2017-04-21afb-api-so-v2: split the declaration in two partsJosé Bollo1-31/+43
2017-04-20cleanup and improvement of xreqJosé Bollo1-2/+3
2017-04-13Introduce apiset for grouping apisJosé Bollo1-7/+8
2017-04-10Refactor of API interfacesJosé Bollo1-3/+21
2017-04-07Add hooking of daemon interfaceJosé Bollo1-4/+12
2017-04-05Make daemon interface commonJosé Bollo1-84/+5
2017-04-04Ensure that subcall_sync use subcallJosé Bollo1-6/+2
2017-04-04Launch job at a earlier stepJosé Bollo1-1/+0
2017-04-04Definitive switch to internal's xreqJosé Bollo1-63/+1
2017-03-31Factorize common code for handling requestsJosé Bollo1-7/+34
2017-03-30Start to implement the bindings V2José Bollo1-0/+306