Age | Commit message (Expand) | Author | Files | Lines |
2017-10-09 | Provide conversions for afb_event and afb_req | José Bollo | 2 | -0/+16 |
2017-10-09 | Prepare subscription to eventid | José Bollo | 2 | -6/+12 |
2017-10-09 | Make addref for request return the pointer | José Bollo | 2 | -3/+3 |
2017-10-09 | Introduce afb_request | José Bollo | 7 | -67/+536 |
2017-10-09 | Introduce afb_eventid | José Bollo | 7 | -100/+230 |
2017-10-09 | Make afb_event_drop obsolete | José Bollo | 2 | -11/+26 |
2017-10-09 | Atomic context initialisation for bindings | José Bollo | 1 | -6/+18 |
2017-10-09 | afb-xreq: prepare futur afb_request | José Bollo | 1 | -1/+1 |
2017-10-09 | Add C++ interface | José Bollo | 2 | -0/+615 |
2017-10-09 | Add function 'afb_req_get_application_id' | José Bollo | 1 | -0/+15 |
2017-10-09 | Remove tailing spaces and TODO file | José Bollo | 1 | -2/+2 |
2017-09-07 | Allow renaming of API | José Bollo | 4 | -0/+25 |
2017-09-07 | Improve handling of verbosity in bindings | José Bollo | 3 | -87/+114 |
2017-09-07 | afb-ditf: track daemon state | José Bollo | 2 | -0/+14 |
2017-09-07 | Implement afb_req_has_permission | José Bollo | 1 | -0/+14 |
2017-08-29 | verbosity: split verbosity level 1 in 2 levels | José Bollo | 1 | -3/+3 |
2017-08-03 | subcall_req: introduce afb_req_subcall_req | José Bollo | 1 | -0/+33 |
2017-07-13 | Fix const issue in afb-auth.h | José Bollo | 1 | -2/+2 |
2017-07-03 | Make status common | José Bollo | 3 | -8/+8 |
2017-06-30 | Bindings V2: enforce prefix AFB_ to logging macros | José Bollo | 1 | -0/+3 |
2017-06-28 | Bindings V2: reintroduce field 'info' for verbs | José Bollo | 1 | -3/+5 |
2017-06-28 | Use constants for verbosity and syslog levels | José Bollo | 3 | -21/+53 |
2017-06-28 | Add new macro for handling verbosity | José Bollo | 1 | -0/+18 |
2017-06-12 | Add comment for bindings v2 | José Bollo | 1 | -3/+3 |
2017-06-12 | Removes reference to NULL in includes | José Bollo | 3 | -5/+5 |
2017-06-05 | Allows to enforce prefixed verbose messages | José Bollo | 1 | -21/+37 |
2017-06-02 | Fix typedef for afb_stored_req | José Bollo | 1 | -0/+1 |
2017-06-02 | Add 'afb_daemon_require_api' | José Bollo | 4 | -0/+22 |
2017-06-02 | Provide efficient store/unstore for afb_req | José Bollo | 9 | -410/+516 |
2017-06-01 | fix include of afb-service-v1.h | José Bollo | 5 | -1/+9 |
2017-06-01 | Add backward compatibility and remarks | José Bollo | 2 | -6/+47 |
2017-05-31 | Introduce typedef for clients | José Bollo | 1 | -1/+30 |
2017-05-31 | code formatting improvement | José Bollo | 6 | -12/+16 |
2017-05-31 | Add logging by request | José Bollo | 6 | -19/+151 |
2017-05-29 | Add vfail and vsuccess interfaces | José Bollo | 3 | -27/+30 |
2017-05-29 | Cleanup legacy internal functions | José Bollo | 1 | -14/+2 |
2017-05-29 | Add 'afb_service_call_sync' function | José Bollo | 7 | -117/+189 |
2017-05-22 | Bindings V2: Remove explicit references to daemon/service | José Bollo | 9 | -102/+373 |
2017-05-19 | Bindings V2: rename init functions | José Bollo | 1 | -2/+2 |
2017-05-19 | bindings v2: Enforce to explicitely ask for concurrency | José Bollo | 1 | -0/+1 |
2017-05-19 | Bindings V2: Refactor session flags | José Bollo | 6 | -88/+190 |
2017-05-11 | implement authorisation check | José Bollo | 2 | -9/+14 |
2017-05-05 | Improve includes | José Bollo | 1 | -1/+1 |
2017-05-04 | Prepare permission for binding version 2 | José Bollo | 3 | -1/+42 |
2017-05-04 | Prepare bindings version 2 | José Bollo | 5 | -220/+319 |
2017-04-25 | Add 'afb_daemon_queue_job' for bindings | José Bollo | 1 | -1/+18 |
2017-04-25 | typo | José Bollo | 1 | -16/+16 |
2017-04-25 | Make monitor use the interface version 2 | José Bollo | 1 | -1/+1 |
2017-04-25 | typo | José Bollo | 1 | -3/+3 |
2017-04-04 | Add synchronous subcalls | José Bollo | 1 | -0/+14 |