Age | Commit message (Expand) | Author | Files | Lines |
2017-10-10 | Add the function afb_req_get_uid | José Bollo | 8 | -3/+74 |
2017-10-10 | Remove explicit Debug build type | José Bollo | 1 | -3/+0 |
2017-10-09 | afb-api-dbus: Make error for subcalls if DBUS transport | José Bollo | 1 | -1/+15 |
2017-10-09 | Add wrappers for accesses to internals | José Bollo | 3 | -7/+42 |
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 | Cleanup of header files | José Bollo | 11 | -113/+35 |
2017-10-09 | Provide API and VERB name of requests | José Bollo | 14 | -41/+47 |
2017-10-09 | Provide the name of the API | José Bollo | 2 | -0/+5 |
2017-10-09 | Add a closure argument to dynamic verbs | José Bollo | 7 | -6/+35 |
2017-10-09 | Allow pure dynamic bindings | José Bollo | 7 | -0/+595 |
2017-10-09 | Allow dynamic creation of APIs | José Bollo | 16 | -35/+1375 |
2017-10-09 | Make single afb_request_subcall | José Bollo | 5 | -12/+80 |
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 | 4 | -6/+25 |
2017-10-09 | Remove unused files | José Bollo | 4 | -208/+0 |
2017-10-09 | Prepare subscription to eventid | José Bollo | 3 | -12/+34 |
2017-10-09 | Make addref for request return the pointer | José Bollo | 3 | -6/+7 |
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 | 11 | -172/+652 |
2017-10-09 | Introduce afb_eventid | José Bollo | 12 | -117/+246 |
2017-10-09 | Make afb_event_drop obsolete | José Bollo | 9 | -57/+39 |
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 | 9 | -21/+89 |
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 | 3 | -6/+9 |
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 | Add documentation on debugging features | José Bollo | 2 | -0/+37 |
2017-10-09 | Add C++ interface | José Bollo | 5 | -5/+712 |
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 | monitoring: Add CSS/style/theme switch dynamically | José Bollo | 2 | -1/+53 |
2017-10-09 | Add function 'afb_req_get_application_id' | José Bollo | 7 | -8/+92 |
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 | 20 | -37/+29 |