Age | Commit message (Expand) | Author | Files | Lines |
2020-05-06 | Fix includes of C++ headerjellyfish_9.99.1jellyfish/9.99.19.99.1 | José Bollo | 1 | -0/+1 |
2020-03-03 | Fix bug in C++ wrapper | Jose Bollo | 1 | -1/+1 |
2020-02-12 | Improves compatibility with AddressSanitizers | José Bollo | 1 | -0/+2 |
2020-01-08 | Update copyright dates | José Bollo | 35 | -35/+35 |
2019-07-23 | afb-binding.h: Ensure json-c/json.h is sourced | Jose Bollo | 1 | -1/+1 |
2019-07-12 | afb-xreq: Forbids (un)subscribes after reply | Jose Bollo | 2 | -0/+6 |
2019-07-12 | afb-evt: send events in separate job | Jose Bollo | 3 | -4/+7 |
2019-07-09 | Fix syntax error in a constexpr function | Loïc Collignon | 1 | -25/+7 |
2019-04-25 | doc: Improve comment on asynchronous calls | Jose Bollo | 2 | -1/+6 |
2019-04-23 | binding-wrap: Rework of context handling | Jose Bollo | 1 | -12/+48 |
2019-04-17 | change style initialization of struct afb_auth | Phong Tran | 1 | -9/+9 |
2019-03-11 | c++: Inherit of class afb::api | Loïc Collignon | 1 | -12/+9 |
2019-03-11 | c++: Add the wrapper class 'afb::api' | Loïc Collignon | 1 | -1/+155 |
2019-03-11 | c++: Reworked the event class | Loïc Collignon | 1 | -8/+11 |
2019-03-11 | c++: Fix multiple definition and cast | Loïc Collignon | 1 | -6/+3 |
2019-03-11 | c++: Add verb initialisation for C++ | Jose Bollo | 1 | -0/+34 |
2019-03-11 | c++: Fix a wrong callback version | Loïc Collignon | 1 | -1/+1 |
2019-03-11 | c++: Drop support of binding APIv2 | Loïc Collignon | 1 | -87/+3 |
2019-03-11 | c++: Avoid relative path when including headers | Loïc Collignon | 4 | -7/+8 |
2019-03-11 | c++: New C++ API for bindings | Loïc Collignon | 4 | -1/+344 |
2019-02-06 | Update copyright datehalibut_7.90.0halibut/7.90.07.90.0 | José Bollo | 33 | -33/+33 |
2019-01-04 | afb-binding-v3: Fix issues in includes | José Bollo | 2 | -5/+6 |
2018-11-28 | Fix deprecation warnings for older GCC versionsguppy_6.99.2guppy/6.99.26.99.2 | Johann CAHIER | 1 | -2/+2 |
2018-08-20 | Provide functions afb_service_call[_sync]_legacy | Jose Bollo | 2 | -0/+4 |
2018-08-02 | Add ability to provide binding settings | José Bollo | 3 | -2/+25 |
2018-07-27 | coverage: Improve coverage test | José Bollo | 1 | -5/+5 |
2018-07-25 | Fix tiny documentation bug | Jose Bollo | 1 | -2/+2 |
2018-07-19 | Fix errors in migration to V3 | José Bollo | 2 | -3/+5 |
2018-07-16 | afb-binding: Add missing declarations | José Bollo | 1 | -0/+2 |
2018-07-13 | afb-binding: Fix export of "class" handling | José Bollo | 1 | -0/+2 |
2018-07-04 | afb-req: Fix a bug in afb_req_verbose | José Bollo | 1 | -1/+1 |
2018-06-22 | Improve documentation of api v3 | José Bollo | 25 | -74/+287 |
2018-06-15 | api-v3: First draft | José Bollo | 40 | -2157/+4441 |
2018-06-13 | afb-eventid: Fix comments | José Bollo | 2 | -10/+16 |
2018-02-27 | Update date of copyright notices | José Bollo | 28 | -28/+28 |
2018-02-22 | xreq: export a function to get req | José Bollo | 2 | -11/+31 |
2018-01-02 | afb-binding.hpp: Fix constexpr of 'binding' | José Bollo | 1 | -1/+1 |
2017-11-03 | Add 'noconcurrency' when creating dynamic APIeel_4.99.2eel/4.99.24.99.2 | José Bollo | 5 | -4/+8 |
2017-10-11 | Update C++ interface for afb_req_get_uid | José Bollo | 1 | -0/+7 |
2017-10-10 | Add the function afb_req_get_uid | José Bollo | 3 | -0/+25 |
2017-10-09 | Add wrappers for accesses to internals | José Bollo | 2 | -1/+36 |
2017-10-09 | Cleanup of header files | José Bollo | 11 | -113/+35 |
2017-10-09 | Provide API and VERB name of requests | José Bollo | 1 | -1/+7 |
2017-10-09 | Provide the name of the API | José Bollo | 1 | -0/+3 |
2017-10-09 | Add a closure argument to dynamic verbs | José Bollo | 3 | -1/+7 |
2017-10-09 | Allow pure dynamic bindings | José Bollo | 1 | -0/+8 |
2017-10-09 | Allow dynamic creation of APIs | José Bollo | 9 | -2/+566 |
2017-10-09 | Make single afb_request_subcall | José Bollo | 2 | -2/+11 |
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 |