Age | Commit message (Expand) | Author | Files | Lines |
2017-06-01 | fix a warning on 32 bits |  José Bollo | 1 | -1/+1 |
2017-06-01 | Improve log output format |  José Bollo | 3 | -154/+72 |
2017-06-01 | Add hooking for events |  José Bollo | 7 | -27/+435 |
2017-06-01 | Add backward compatibility and remarks |  José Bollo | 2 | -2/+3 |
2017-05-31 | Return API description through websocket |  José Bollo | 1 | -3/+180 |
2017-05-31 | Add logging by request |  José Bollo | 4 | -3/+75 |
2017-05-31 | fix bad exit status report |  José Bollo | 1 | -1/+0 |
2017-05-30 | Make api descriptions unique |  José Bollo | 2 | -29/+77 |
2017-05-30 | Adds hooks for service (svc) |  José Bollo | 9 | -31/+364 |
2017-05-30 | fix comments |  José Bollo | 2 | -4/+4 |
2017-05-30 | fix bug in hooking verbose calls |  José Bollo | 1 | -1/+4 |
2017-05-30 | Record API names in service descriptors |  José Bollo | 4 | -8/+17 |
2017-05-30 | Bindings V1: allows to receive event |  José Bollo | 2 | -5/+7 |
2017-05-29 | Moves library resolution on top (hack) |  José Bollo | 1 | -41/+1 |
2017-05-29 | Relax authorisation checlk for self |  José Bollo | 4 | -5/+4 |
2017-05-29 | Add vfail and vsuccess interfaces |  José Bollo | 5 | -0/+40 |
2017-05-29 | Cleanup legacy internal functions |  José Bollo | 3 | -83/+18 |
2017-05-29 | Add 'afb_service_call_sync' function |  José Bollo | 6 | -43/+140 |
2017-05-29 | afb-client-demo add options -H and -r |  José Bollo | 1 | -8/+58 |
2017-05-24 | fix concurrency for afb_msg_json_reply_error |  José Bollo | 1 | -6/+1 |
2017-05-24 | Handles subcall sync within xreq |  José Bollo | 4 | -143/+138 |
2017-05-22 | Bindings V2: Remove explicit references to daemon/service |  José Bollo | 12 | -139/+215 |
2017-05-19 | Add json2c for including json in C files |  José Bollo | 2 | -0/+182 |
2017-05-19 | Bindings V2: rename init functions |  José Bollo | 4 | -13/+17 |
2017-05-19 | bindings v2: Enforce to explicitely ask for concurrency |  José Bollo | 1 | -1/+35 |
2017-05-19 | Bindings V2: Refactor session flags |  José Bollo | 3 | -18/+46 |
2017-05-19 | Fix cmake dependencydab_3.99.1dab/3.99.13.99.1 |  Ronan Le Martret | 1 | -7/+8 |
2017-05-18 | Fix a bug in subscribers counting |  José Bollo | 1 | -3/+4 |
2017-05-15 | Fix the timer signal number |  José Bollo | 1 | -1/+1 |
2017-05-12 | free SIGALRM for boost timers |  José Bollo | 2 | -4/+6 |
2017-05-11 | generate skeleton from OpenAPI 3 |  José Bollo | 4 | -353/+566 |
2017-05-11 | improve log |  José Bollo | 2 | -3/+3 |
2017-05-11 | Compiles for cynara if present |  José Bollo | 2 | -8/+31 |
2017-05-11 | implement authorisation check |  José Bollo | 4 | -6/+126 |
2017-05-11 | refactor hsrv using jobs queue |  José Bollo | 1 | -13/+16 |
2017-05-05 | remove afb-perm compiler |  José Bollo | 2 | -539/+0 |
2017-05-05 | Add default cred to HTTP link |  José Bollo | 2 | -0/+5 |
2017-05-05 | Add user to context |  José Bollo | 3 | -7/+22 |
2017-05-05 | Expose session UUID from context |  José Bollo | 2 | -3/+12 |
2017-05-05 | Improve includes |  José Bollo | 2 | -4/+4 |
2017-05-05 | make function afb_context_set return a status |  José Bollo | 2 | -5/+3 |
2017-05-05 | Change the effect of close session |  José Bollo | 1 | -5/+3 |
2017-05-05 | session: start to manage concurrency |  José Bollo | 4 | -34/+91 |
2017-05-04 | Make LOA local to the binding |  José Bollo | 4 | -40/+20 |
2017-05-04 | fix a warning |  José Bollo | 1 | -1/+1 |
2017-05-04 | add function to get the current LOA |  José Bollo | 2 | -0/+6 |
2017-05-04 | Prepare permission for binding version 2 |  José Bollo | 6 | -263/+10 |
2017-05-04 | Prepare bindings version 2 |  José Bollo | 13 | -92/+160 |
2017-05-04 | Prepare xreq to be aware of the version |  José Bollo | 4 | -35/+18 |
2017-05-04 | Eliminate use of AFB_SESSION_CREATE |  José Bollo | 2 | -12/+2 |