Age | Commit message (Expand) | Author | Files | Lines |
2019-04-23 | samples: wrong parameter for get_new_board() | Phong Tran | 1 | -1/+1 |
2019-04-23 | Merge changes Id24d9bb0,I6807ed25 | José Bollo | 3 | -11/+11 |
2019-04-17 | change style initialization of struct afb_auth | Phong Tran | 1 | -9/+9 |
2019-04-17 | missing full initialization for struct afb_verb_v3 | Phong Tran | 2 | -2/+2 |
2019-04-16 | Merge "afb-migration-to-binding-v3: fix broken links" | Jan-Simon Moeller | 1 | -3/+3 |
2019-04-16 | afb-migration-to-binding-v3: fix broken links | Clément Bénier | 1 | -3/+3 |
2019-04-12 | Fix small issues | Jose Bollo | 3 | -3/+6 |
2019-04-12 | coverage: Update Makefile | José Bollo | 1 | -1/+7 |
2019-04-12 | Reordering of sample and tutorial bindings | José Bollo | 16 | -81/+40 |
2019-04-09 | Fix rpm packaging following review 20926 | Frederic Marec | 1 | -1/+1 |
2019-04-05 | Change agl-app-framework-binder.sh | Frederic Marec | 3 | -9/+9 |
2019-04-04 | afb-export: Fix heap corruption | José Bollo | 1 | -1/+1 |
2019-04-02 | Fix false ***buffer overflow*** detection | José Bollo | 12 | -29/+29 |
2019-04-02 | Add conditionnal support of dynamic bindings | Jose Bollo | 17 | -24/+63 |
2019-04-02 | Add conditionnal support of bindings version 2 | Jose Bollo | 13 | -81/+185 |
2019-04-02 | Improve setting of options | Jose Bollo | 15 | -91/+109 |
2019-04-02 | jobs: Refactor exiting jobs | José Bollo | 3 | -74/+63 |
2019-04-02 | Workaround an exit issue | José Bollo | 2 | -1/+8 |
2019-04-02 | evmgr: Fix a "maybe uninitialized" issue | José Bollo | 2 | -5/+6 |
2019-03-29 | Rename afb-config to afb-args | José Bollo | 8 | -32/+22 |
2019-03-29 | hooks: Allow to remove hooking (and/or trace) | Jose Bollo | 26 | -400/+620 |
2019-03-29 | sig-monitor: Add compiling switches | José Bollo | 3 | -84/+206 |
2019-03-29 | afb-args: Use secure_getenv | José Bollo | 1 | -3/+3 |
2019-03-27 | evmgr: Isolate the event loop from jobs | José Bollo | 4 | -152/+281 |
2019-03-27 | system & jobs: Reverse link and acquiring events | José Bollo | 7 | -39/+81 |
2019-03-27 | Rename afb-systemd to systemd | José Bollo | 9 | -34/+36 |
2019-03-27 | watchdog: Isolate the watchdog from jobs | José Bollo | 6 | -15/+88 |
2019-03-27 | jobs: Clean unneeded code | José Bollo | 1 | -2/+0 |
2019-03-27 | coverage: Allow removal of valgrind | José Bollo | 2 | -1/+17 |
2019-03-25 | Prevent false positive during check source | Frederic Marec | 1 | -1/+1 |
2019-03-22 | jobs: Ensure validy of event loop | Frederic Marec | 1 | -0/+3 |
2019-03-12 | json2c: Fix a fatal warning | José Bollo | 1 | -3/+3 |
2019-03-11 | c++: Add tutorial tuto-5 for C++ class base_api_t | Loïc Collignon | 2 | -0/+94 |
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 | 2 | -6/+37 |
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-03-07 | afb-stub-ws: Allow unordered process of messages | José Bollo | 1 | -1/+1 |
2019-03-07 | Fix build dep on OBS | ronan | 1 | -0/+6 |
2019-03-07 | Upgrade dependency to libmicrohttpd version 0.9.60 | José Bollo | 4 | -5/+5 |
2019-02-08 | stress: Improve the stress test scripts | José Bollo | 2 | -69/+109 |
2019-02-08 | afb-stub-ws: Fix concurrent memory issues | José Bollo | 1 | -3/+4 |
2019-02-06 | Update copyright datehalibut_7.90.0halibut/7.90.07.90.0 | José Bollo | 188 | -190/+190 |
2019-02-06 | Set next version of binder | José Bollo | 1 | -1/+1 |
2019-02-06 | jobs: Ensure releasing event loop | Jose Bollo | 3 | -1/+32 |