Age | Commit message (Expand) | Author | Files | Lines |
2019-04-30 | Allow to tune installation directories | José Bollo | 3 | -3/+3 |
2019-04-23 | binding-wrap: Rework of context handling | Jose Bollo | 1 | -21/+24 |
2019-04-23 | samples: wrong parameter for get_new_board() | Phong Tran | 1 | -1/+1 |
2019-04-23 | Merge changes Id24d9bb0,I6807ed25 | José Bollo | 2 | -2/+2 |
2019-04-17 | missing full initialization for struct afb_verb_v3 | Phong Tran | 2 | -2/+2 |
2019-04-12 | Fix small issues | Jose Bollo | 1 | -0/+1 |
2019-04-12 | Reordering of sample and tutorial bindings | José Bollo | 11 | -79/+18 |
2019-03-11 | c++: Add tutorial tuto-5 for C++ class base_api_t | Loïc Collignon | 2 | -0/+94 |
2019-03-11 | c++: Add verb initialisation for C++ | Jose Bollo | 1 | -6/+3 |
2019-02-06 | Update copyright datehalibut_7.90.0halibut/7.90.07.90.0 | José Bollo | 11 | -11/+11 |
2019-02-06 | jobs: Ensure releasing event loop | Jose Bollo | 2 | -0/+30 |
2019-01-18 | hello3: Fix warning unused variable | Jose Bollo | 1 | -1/+0 |
2019-01-02 | hello3: Add verb 'after' | Jose Bollo | 2 | -2/+79 |
2019-01-02 | bindings/samples: Cleanup and tiny comment | Jose Bollo | 5 | -1465/+14 |
2018-10-30 | samples: Fix compiling error | Jose Bollo | 1 | -1/+1 |
2018-10-12 | APIv3: Allow to write application binding | José Bollo | 2 | -0/+32 |
2018-08-22 | hello3: Add mutebug | Jose Bollo | 1 | -0/+6 |
2018-08-02 | Add ability to provide binding settings | José Bollo | 1 | -0/+8 |
2018-08-02 | tic-tac-toe: improve event handling | Jose Bollo | 1 | -15/+17 |
2018-07-27 | coverage: Improve coverage test | José Bollo | 1 | -2/+112 |
2018-07-24 | coverage and test: Add tests | Jose Bollo | 1 | -10/+302 |
2018-07-08 | hello2: Add a binding v2 example | José Bollo | 2 | -0/+553 |
2018-07-08 | hello3: Fix a bug | José Bollo | 1 | -1/+0 |
2018-06-22 | hello3: Add verbs | José Bollo | 1 | -0/+37 |
2018-06-22 | Improve documentation of api v3 | José Bollo | 2 | -43/+26 |
2018-06-19 | Fix warnings due to json-c evolution | José Bollo | 1 | -2/+2 |
2018-06-15 | api-v3: First draft | José Bollo | 13 | -365/+1284 |
2018-02-27 | Update date of copyright notices | José Bollo | 11 | -11/+11 |
2017-11-20 | CMAKE: refactor optionseel_4.99.3eel/4.99.34.99.3 | José Bollo | 1 | -2/+0 |
2017-11-17 | CMAKE: allow to compile afb-genskel only | José Bollo | 1 | -0/+3 |
2017-11-03 | Add 'noconcurrency' when creating dynamic APIeel_4.99.2eel/4.99.24.99.2 | José Bollo | 1 | -1/+1 |
2017-10-23 | afb-api-dyn: Uniform return 0 on success | José Bollo | 1 | -0/+2 |
2017-10-10 | Add the function afb_req_get_uid | José Bollo | 1 | -0/+7 |
2017-10-09 | Add wrappers for accesses to internals | José Bollo | 1 | -6/+6 |
2017-10-09 | Add a closure argument to dynamic verbs | José Bollo | 1 | -1/+14 |
2017-10-09 | Allow pure dynamic bindings | José Bollo | 2 | -0/+489 |
2017-10-09 | Make afb_event_drop obsolete | José Bollo | 1 | -1/+1 |
2017-10-09 | Add C++ interface | José Bollo | 2 | -4/+96 |
2017-10-09 | Add function 'afb_req_get_application_id' | José Bollo | 1 | -0/+8 |
2017-09-07 | Implement afb_req_has_permission | José Bollo | 1 | -0/+10 |
2017-08-03 | subcall_req: introduce afb_req_subcall_req | José Bollo | 1 | -0/+22 |
2017-07-03 | Make status common | José Bollo | 1 | -6/+6 |
2017-06-30 | Bindings V2: enforce prefix AFB_ to logging macros | José Bollo | 2 | -21/+21 |
2017-06-28 | Bindings V2: reintroduce field 'info' for verbs | José Bollo | 2 | -29/+28 |
2017-06-13 | Refactor of the documentation | José Bollo | 5 | -1/+154 |
2017-06-12 | Moves tic-tac-toe sample to V2 | José Bollo | 1 | -51/+33 |
2017-06-01 | Add hooking for events | José Bollo | 1 | -0/+33 |
2017-06-01 | Add backward compatibility and remarks | José Bollo | 5 | -0/+5 |
2017-05-31 | Introduce typedef for clients | José Bollo | 1 | -26/+25 |
2017-05-31 | Add logging by request | José Bollo | 1 | -1/+32 |