summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-01Add hooking for eventsJosé Bollo8-27/+468
2017-06-01Add backward compatibility and remarksJosé Bollo9-8/+55
2017-05-31Return API description through websocketJosé Bollo1-3/+180
2017-05-31Introduce typedef for clientsJosé Bollo2-27/+55
2017-05-31code formatting improvementJosé Bollo6-12/+16
2017-05-31Add logging by requestJosé Bollo11-23/+258
2017-05-31fix bad exit status reportJosé Bollo1-1/+0
2017-05-30Make api descriptions uniqueJosé Bollo2-29/+77
2017-05-30Adds hooks for service (svc)José Bollo9-31/+364
2017-05-30fix commentsJosé Bollo2-4/+4
2017-05-30sample binding "hello" receives eventsJosé Bollo1-1/+7
2017-05-30fix bug in hooking verbose callsJosé Bollo1-1/+4
2017-05-30Record API names in service descriptorsJosé Bollo4-8/+17
2017-05-30Bindings V1: allows to receive eventJosé Bollo2-5/+7
2017-05-29Add warning on missing undefined symbolsJosé Bollo1-1/+1
2017-05-29Moves library resolution on top (hack)José Bollo2-45/+42
2017-05-29Relax authorisation checlk for selfJosé Bollo4-5/+4
2017-05-29Add vfail and vsuccess interfacesJosé Bollo8-27/+70
2017-05-29Cleanup legacy internal functionsJosé Bollo4-97/+20
2017-05-29Add 'afb_service_call_sync' functionJosé Bollo14-166/+378
2017-05-29afb-client-demo add options -H and -rJosé Bollo1-8/+58
2017-05-24fix concurrency for afb_msg_json_reply_errorJosé Bollo1-6/+1
2017-05-24Handles subcall sync within xreqJosé Bollo4-143/+138
2017-05-22Bindings V2: migration of HelloWorld binderJosé Bollo1-31/+37
2017-05-22Bindings V2: Remove explicit references to daemon/serviceJosé Bollo21-241/+588
2017-05-19Add json2c for including json in C filesJosé Bollo2-0/+182
2017-05-19Bindings V2: rename init functionsJosé Bollo5-15/+19
2017-05-19bindings v2: Enforce to explicitely ask for concurrencyJosé Bollo2-1/+36
2017-05-19Bindings V2: Refactor session flagsJosé Bollo9-106/+236
2017-05-19Fix cmake dependencydab_3.99.1dab/3.99.13.99.1Ronan Le Martret3-33/+42
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é Bollo6-15/+140
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é Bollo3-5/+5
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é Bollo5-34/+99
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é Bollo9-264/+52