Age | Commit message (Expand) | Author | Files | Lines |
2017-06-02 | Localize construction of afb_arg | José Bollo | 3 | -24/+16 |
2017-06-02 | Improve start_api function | José Bollo | 1 | -11/+15 |
2017-06-02 | Fix error on initialisation | José Bollo | 4 | -6/+8 |
2017-06-02 | Fix issue when JSON value is NULL in xreq | José Bollo | 1 | -1/+3 |
2017-06-01 | Fix bug in websocket on empty packets | José Bollo | 1 | -3/+3 |
2017-06-01 | Enforce starting services on need | José Bollo | 3 | -84/+90 |
2017-06-01 | fix include of afb-service-v1.h | José Bollo | 5 | -1/+9 |
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 | 8 | -27/+468 |
2017-06-01 | Add backward compatibility and remarks | José Bollo | 9 | -8/+55 |
2017-05-31 | Return API description through websocket | José Bollo | 1 | -3/+180 |
2017-05-31 | Introduce typedef for clients | José Bollo | 2 | -27/+55 |
2017-05-31 | code formatting improvement | José Bollo | 6 | -12/+16 |
2017-05-31 | Add logging by request | José Bollo | 11 | -23/+258 |
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 | sample binding "hello" receives events | José Bollo | 1 | -1/+7 |
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 | Add warning on missing undefined symbols | José Bollo | 1 | -1/+1 |
2017-05-29 | Moves library resolution on top (hack) | José Bollo | 2 | -45/+42 |
2017-05-29 | Relax authorisation checlk for self | José Bollo | 4 | -5/+4 |
2017-05-29 | Add vfail and vsuccess interfaces | José Bollo | 8 | -27/+70 |
2017-05-29 | Cleanup legacy internal functions | José Bollo | 4 | -97/+20 |
2017-05-29 | Add 'afb_service_call_sync' function | José Bollo | 14 | -166/+378 |
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: migration of HelloWorld binder | José Bollo | 1 | -31/+37 |
2017-05-22 | Bindings V2: Remove explicit references to daemon/service | José Bollo | 21 | -241/+588 |
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 | 5 | -15/+19 |
2017-05-19 | bindings v2: Enforce to explicitely ask for concurrency | José Bollo | 2 | -1/+36 |
2017-05-19 | Bindings V2: Refactor session flags | José Bollo | 9 | -106/+236 |
2017-05-19 | Fix cmake dependencydab_3.99.1dab/3.99.13.99.1 | Ronan Le Martret | 3 | -33/+42 |
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 | 6 | -15/+140 |
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 |