aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-apiset.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Update copyright datesJosé Bollo1-1/+1
2020-01-03afb-apiset: Fix start of apisJose Bollo1-33/+68
2019-11-29afb-stub-ws: Enforce asynchronous describeJose Bollo1-10/+16
2019-11-29afb-session: Expose a local id for sessionsJose Bollo1-1/+1
2019-04-02Fix false ***buffer overflow*** detectionJosé Bollo1-8/+8
2019-03-29hooks: Allow to remove hooking (and/or trace)Jose Bollo1-0/+2
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-10-16afb-apiset: Reorder priority of messagesJose Bollo1-2/+2
2018-09-07afb-apiset: fixed the error message upon api open.flounder_5.99.6flounder/5.99.65.99.6Thierry Bultel1-2/+2
2018-07-27coverage: Improve coverage testJosé Bollo1-5/+11
2018-07-24afb-api: Define the function afb_api_is_publicJosé Bollo1-1/+2
2018-07-16Simplify starting of servicesJosé Bollo1-45/+32
2018-07-13afb-apiset: Try to initialize all APIsJosé Bollo1-3/+4
2018-06-15api-v3: First draftJosé Bollo1-130/+693
2018-06-13afb-apiset: manage deletion of apisJosé Bollo1-5/+12
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2017-11-29afb-ws & websocket: Fix writing very long dataJosé Bollo1-1/+0
2017-10-09Remove tailing spaces and TODO fileJosé Bollo1-1/+1
2017-09-05afb-apiset: Refactor and cleanJosé Bollo1-19/+17
2017-08-31afb-apiset: refactor access to apisJosé Bollo1-51/+27
2017-08-11afb-apiset: add a wrapper for 'describe'José Bollo1-2/+29
2017-07-31afb-apiset: reduce verbosityJosé Bollo1-2/+2
2017-06-02Provide efficient store/unstore for afb_reqJosé Bollo1-2/+0
2017-06-02Improve start_api functionJosé Bollo1-11/+15
2017-06-01Enforce starting services on needJosé Bollo1-78/+84
2017-04-21apiset: improvementsJosé Bollo1-9/+45
2017-04-20Add default api to apisetJosé Bollo1-89/+101
2017-04-20Use of 'afb_api_is_valid_name'José Bollo1-37/+1
2017-04-13Introduce apiset for grouping apisJosé Bollo1-0/+539