Age | Commit message (Expand) | Author | Files | Lines |
2017-10-23 | websocket: Add function that explain error codes | José Bollo | 2 | -0/+23 |
2017-10-23 | websocket: cleanup | José Bollo | 1 | -1/+0 |
2017-10-23 | websocket: Tune maximum received length | José Bollo | 2 | -1/+18 |
2017-10-23 | afb-api-dyn: Uniform return 0 on success | José Bollo | 1 | -1/+1 |
2017-10-16 | afb-api-so: improve error messages | José Bollo | 1 | -1/+1 |
2017-10-12 | afb-stub-ws: Always validate clients of stub-ws | José Bollo | 1 | -0/+1 |
2017-10-11 | libafbwsc: add function 'afb_ws_client_connect_api' | José Bollo | 5 | -33/+335 |
2017-10-11 | afb-proto-ws: remove dependencies | José Bollo | 3 | -22/+13 |
2017-10-10 | Add the function afb_req_get_uid | José Bollo | 4 | -3/+42 |
2017-10-09 | afb-api-dbus: Make error for subcalls if DBUS transport | José Bollo | 1 | -1/+15 |
2017-10-09 | cosmetic | José Bollo | 1 | -1/+6 |
2017-10-09 | Add function afb_evt_eventid_addref | José Bollo | 2 | -0/+10 |
2017-10-09 | Improve naming of evt_eventids | José Bollo | 8 | -60/+60 |
2017-10-09 | Provide API and VERB name of requests | José Bollo | 13 | -40/+40 |
2017-10-09 | Provide the name of the API | José Bollo | 1 | -0/+2 |
2017-10-09 | Add a closure argument to dynamic verbs | José Bollo | 3 | -4/+14 |
2017-10-09 | Allow pure dynamic bindings | José Bollo | 4 | -0/+98 |
2017-10-09 | Allow dynamic creation of APIs | José Bollo | 7 | -33/+809 |
2017-10-09 | Make single afb_request_subcall | José Bollo | 3 | -10/+69 |
2017-10-09 | afb-export: prepare to eventid | José Bollo | 1 | -7/+17 |
2017-10-09 | afb-export: cleanup of unused async | José Bollo | 1 | -3/+0 |
2017-10-09 | sig-monitor: Fix backtrace cropping | José Bollo | 1 | -1/+1 |
2017-10-09 | Provide conversions for afb_event and afb_req | José Bollo | 2 | -6/+9 |
2017-10-09 | Remove unused files | José Bollo | 4 | -208/+0 |
2017-10-09 | Prepare subscription to eventid | José Bollo | 1 | -6/+22 |
2017-10-09 | Make addref for request return the pointer | José Bollo | 1 | -3/+4 |
2017-10-09 | Deprecate internal use of afb_event | José Bollo | 10 | -108/+139 |
2017-10-09 | afb-export: record apiset at creation | José Bollo | 4 | -12/+12 |
2017-10-09 | afb-auth: Move json serialisation of afb_auth | José Bollo | 3 | -76/+94 |
2017-10-09 | Introduce afb_request | José Bollo | 4 | -105/+116 |
2017-10-09 | Introduce afb_eventid | José Bollo | 5 | -17/+16 |
2017-10-09 | Make afb_event_drop obsolete | José Bollo | 6 | -45/+12 |
2017-10-09 | afb-trace: Use the fresh afb_eventid internals | José Bollo | 1 | -11/+11 |
2017-10-09 | afb-evt: prepare futur afb_eventid | José Bollo | 7 | -185/+426 |
2017-10-09 | afb-api: Define the notion of group for concurrency | José Bollo | 6 | -10/+8 |
2017-10-09 | Refactor of starting apis | José Bollo | 4 | -157/+128 |
2017-10-09 | Atomic context initialisation for bindings | José Bollo | 8 | -15/+71 |
2017-10-09 | afb-session: Fig tiny bug | José Bollo | 1 | -1/+1 |
2017-10-09 | minor cleanup | José Bollo | 2 | -2/+0 |
2017-10-09 | afb-export: getter for the apiset | José Bollo | 2 | -3/+8 |
2017-10-09 | afb-xreq: hide internal addref/unref to xreqs | José Bollo | 6 | -32/+38 |
2017-10-09 | afb-xreq: prepare futur afb_request | José Bollo | 2 | -5/+8 |
2017-10-09 | afb-xreq: take care of early failures | José Bollo | 1 | -34/+56 |
2017-10-09 | afb-trace: improve naming (minor) | José Bollo | 1 | -4/+4 |
2017-10-09 | afb-xreq: Detection of self locks due to 'noconcurrency' | José Bollo | 2 | -14/+33 |
2017-10-09 | afb-context: add const qualifier for api_key | José Bollo | 2 | -3/+3 |
2017-10-09 | jobs: add const qualifier for groups | José Bollo | 2 | -11/+11 |
2017-10-09 | Add function 'afb_req_get_application_id' | José Bollo | 4 | -5/+54 |
2017-10-09 | afb-export: refactor of binder interface | José Bollo | 13 | -1133/+1214 |
2017-10-09 | verbose: Fix wrong error report | José Bollo | 1 | -0/+1 |