summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-19Fix cmake dependencydab_3.99.1dab/3.99.13.99.1Ronan Le Martret1-7/+8
2017-05-18Fix a bug in subscribers countingJosé Bollo1-3/+4
2017-05-15Fix the timer signal numberJosé Bollo1-1/+1
2017-05-12free SIGALRM for boost timersJosé Bollo2-4/+6
2017-05-11generate skeleton from OpenAPI 3José Bollo4-353/+566
2017-05-11improve logJosé Bollo2-3/+3
2017-05-11Compiles for cynara if presentJosé Bollo2-8/+31
2017-05-11implement authorisation checkJosé Bollo4-6/+126
2017-05-11refactor hsrv using jobs queueJosé Bollo1-13/+16
2017-05-05remove afb-perm compilerJosé Bollo2-539/+0
2017-05-05Add default cred to HTTP linkJosé Bollo2-0/+5
2017-05-05Add user to contextJosé Bollo3-7/+22
2017-05-05Expose session UUID from contextJosé Bollo2-3/+12
2017-05-05Improve includesJosé Bollo2-4/+4
2017-05-05make function afb_context_set return a statusJosé Bollo2-5/+3
2017-05-05Change the effect of close sessionJosé Bollo1-5/+3
2017-05-05session: start to manage concurrencyJosé Bollo4-34/+91
2017-05-04Make LOA local to the bindingJosé Bollo4-40/+20
2017-05-04fix a warningJosé Bollo1-1/+1
2017-05-04add function to get the current LOAJosé Bollo2-0/+6
2017-05-04Prepare permission for binding version 2José Bollo6-263/+10
2017-05-04Prepare bindings version 2José Bollo13-92/+160
2017-05-04Prepare xreq to be aware of the versionJosé Bollo4-35/+18
2017-05-04Eliminate use of AFB_SESSION_CREATEJosé Bollo2-12/+2
2017-04-26fix a warningJosé Bollo1-1/+1
2017-04-26cleanupJosé Bollo1-4/+1
2017-04-26Print credential in default request hookJosé Bollo1-1/+11
2017-04-26Use upgrade abitlity of libmicrohttpdJosé Bollo3-25/+45
2017-04-26Sort verbs and compute their permissionsJosé Bollo1-7/+68
2017-04-25Add 'afb_daemon_queue_job' for bindingsJosé Bollo3-13/+41
2017-04-25Make monitor use the interface version 2José Bollo3-82/+28
2017-04-25Update the monitor interface for private featureJosé Bollo2-6/+66
2017-04-25Add private binding interface featureJosé Bollo1-5/+23
2017-04-25genskel: add tiny skeleton generatorJosé Bollo5-0/+867
2017-04-21afb-monitor: draft of monitoringJosé Bollo4-0/+425
2017-04-21afb-api: add a 'describe' functionJosé Bollo2-1/+49
2017-04-21afb-api-so-v2: split the declaration in two partsJosé Bollo2-31/+47
2017-04-21main: init session module firstJosé Bollo1-3/+5
2017-04-21apiset: improvementsJosé Bollo2-9/+48
2017-04-21afb-client-demo: Handle commentsJosé Bollo1-3/+6
2017-04-21fix bug on incoming eventJosé Bollo1-1/+5
2017-04-20cleanup and improvement of xreqJosé Bollo5-60/+131
2017-04-20Add default api to apisetJosé Bollo4-96/+112
2017-04-20Use of 'afb_api_is_valid_name'José Bollo1-37/+1
2017-04-19simplify main fileJosé Bollo1-9/+2
2017-04-14Create afb-stub-ws by spliting afb-api-wsJosé Bollo4-1184/+1259
2017-04-14allow abstract unix socketsJosé Bollo1-1/+3
2017-04-14use heuristic message idsJosé Bollo1-3/+16
2017-04-13Introduce apiset for grouping apisJosé Bollo30-316/+613
2017-04-13Implement subcall for services over websocketsJosé Bollo1-56/+258