Age | Commit message (Expand) | Author | Files | Lines |
2019-07-23 | AFB.js: Improve default token discovery | José Bollo | 1 | -1/+1 |
2019-07-23 | afb-binding.h: Ensure json-c/json.h is sourced | Jose Bollo | 1 | -1/+1 |
2019-07-23 | afb-xreq: Remove field 'listener' | Jose Bollo | 3 | -6/+18 |
2019-07-18 | Fix bad memory access at client disconnection | José Bollo | 4 | -13/+12 |
2019-07-18 | Tag broadcasted events with UUID and hop | José Bollo | 10 | -39/+139 |
2019-07-18 | afb-evt: Refactor processing of broadcasted events | José Bollo | 6 | -87/+68 |
2019-07-18 | uuid: Add module for UUID generation | José Bollo | 4 | -70/+125 |
2019-07-12 | afb-client-demo: Allow pipe of messageshalibut_7.99.3halibut/7.99.37.99.3 | Jose Bollo | 1 | -17/+25 |
2019-07-12 | afb-xreq: Forbids (un)subscribes after reply | Jose Bollo | 4 | -12/+32 |
2019-07-12 | Revert "afb-stub-ws: Allow unordered process of messages" | José Bollo | 1 | -1/+1 |
2019-07-12 | afb-evt: send events in separate job | Jose Bollo | 7 | -49/+240 |
2019-07-12 | afb-evt: Improve compatibility to guppy | José Bollo | 1 | -89/+99 |
2019-07-09 | afb-args: Fix output of --version | José Bollo | 1 | -13/+5 |
2019-07-09 | Fix syntax error in a constexpr function | Loïc Collignon | 1 | -25/+7 |
2019-07-09 | Fix invalid TRACE setting in print version | Sebastien Douheret | 1 | -1/+1 |
2019-07-01 | Fix warning when compiling with clang | Loïc Collignon | 1 | -1/+5 |
2019-06-04 | Build af-binder-devtools-native using GCC-9.1.1halibut_7.99.2halibut/7.99.27.99.2 | Bechir Mghirbi | 1 | -1/+2 |
2019-05-29 | afb-daemon: Add /tmp has fallback for uploadshalibut_7.99.1halibut/7.99.17.99.1 | José Bollo | 1 | -2/+6 |
2019-05-29 | jobs: Fix infinite wait lock | José Bollo | 3 | -0/+10 |
2019-05-09 | Fix afb document typo. | Li Xiaoming | 2 | -38/+38 |
2019-05-03 | afb-export: Fix requirement on multiple apis | José Bollo | 8 | -28/+109 |
2019-04-30 | coverage: Add test of AFB_DEBUG_WAIT | José Bollo | 1 | -7/+24 |
2019-04-30 | coverage: Allow to run coverage everywhere | José Bollo | 2 | -3/+9 |
2019-04-30 | Allow to tune installation directories | José Bollo | 7 | -16/+18 |
2019-04-25 | doc: Improve comment on asynchronous calls | Jose Bollo | 4 | -1/+12 |
2019-04-23 | binding-wrap: Rework of context handling | Jose Bollo | 2 | -33/+72 |
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 |