Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-10-09 | afb-api-so-v2: improve generation of description |  José Bollo | 1 | -3/+30 |
2017-10-09 | Remove tailing spaces and TODO file |  José Bollo | 19 | -35/+27 |
2017-09-12 | afb-proto-ws: Split afb-stub-ws in twoeel_4.99.1eel/4.99.14.99.1 |  José Bollo | 4 | -875/+1472 |
2017-09-11 | afb-xreq: Fix bugs in subcalls |  José Bollo | 1 | -89/+125 |
2017-09-11 | afb-hreq: Fix a leak on websocket upgrade |  José Bollo | 1 | -0/+2 |
2017-09-08 | afb-ws: optimize buffer management |  José Bollo | 1 | -4/+13 |
2017-09-08 | sig-monitor: Fix a warning (minor) |  José Bollo | 1 | -2/+0 |
2017-09-07 | Improve isolation of bindings |  José Bollo | 1 | -1/+1 |
2017-09-07 | Set Version 4.1 |  José Bollo | 1 | -10/+13 |
2017-09-07 | Allow renaming of API |  José Bollo | 5 | -25/+70 |
2017-09-07 | afb-ditf: use NULL function feature |  José Bollo | 1 | -2/+2 |
2017-09-07 | Improve handling of verbosity in bindings |  José Bollo | 9 | -11/+10 |
2017-09-07 | Improve handling of verbosity |  José Bollo | 3 | -11/+82 |
2017-09-07 | afb-ditf: track daemon state |  José Bollo | 4 | -5/+42 |
2017-09-07 | afb-hook: change output format |  José Bollo | 1 | -4/+4 |
2017-09-07 | afb-hook: output hooks to stderr directly |  José Bollo | 1 | -3/+36 |
2017-09-07 | Implement afb_req_has_permission |  José Bollo | 5 | -31/+61 |
2017-09-07 | afb-auth: improve afb_auth_check_permission |  José Bollo | 1 | -6/+12 |
2017-09-07 | afb-auth: export method to check a single permission |  José Bollo | 2 | -5/+5 |
2017-09-07 | afb-auth: revert order of arguments (minor) |  José Bollo | 3 | -10/+10 |