Age | Commit message (Expand) | Author | Files | Lines |
2018-07-25 | fdev: Simplify the code |  José Bollo | 2 | -21/+1 |
2018-07-25 | Fix some more memory leaks |  Jose Bollo | 2 | -27/+6 |
2018-07-25 | afb-config: Rewrite the config as JSON object |  José Bollo | 10 | -1078/+1147 |
2018-07-24 | main-afb-daemon: Reorder instantiation of API |  José Bollo | 1 | -6/+3 |
2018-07-24 | json-c: Remove escaping of slashs |  José Bollo | 11 | -54/+89 |
2018-07-24 | coverage and test: Add tests |  Jose Bollo | 2 | -0/+354 |
2018-07-24 | afb-api: Define the function afb_api_is_public |  José Bollo | 3 | -2/+8 |
2018-07-24 | afb-export: Fix event handler of API |  José Bollo | 1 | -2/+2 |
2018-07-19 | afb-config: Simplify version printflounder_5.99.2flounder/5.99.25.99.2 |  José Bollo | 1 | -52/+45 |
2018-07-19 | afb-trace: Fix bug on uuid of session's events |  José Bollo | 1 | -1/+1 |
2018-07-19 | afb-trace: Fix bug in session handling |  José Bollo | 1 | -1/+1 |
2018-07-16 | Simplify starting of services |  José Bollo | 9 | -75/+55 |
2018-07-13 | afb-trace: Fix compiling error on old json-c |  José Bollo | 1 | -3/+4 |
2018-07-13 | afb-hook & afb-trace: Fix usage of readlink |  José Bollo | 2 | -4/+14 |
2018-07-13 | afb-wsj1: Fix json parsing of unterminated |  José Bollo | 1 | -0/+2 |
2018-07-13 | afb-api-v3: Fix wrong error message |  José Bollo | 1 | -2/+3 |
2018-07-13 | afb-apiset: Try to initialize all APIs |  José Bollo | 1 | -3/+4 |
2018-07-13 | afb-export: Monitor calls to API initialisation |  José Bollo | 1 | -19/+49 |
2018-07-13 | afb-api-so-v2: Monitor the preinit to catch SEGV |  José Bollo | 1 | -1/+24 |
2018-07-13 | main-afb-daemon: Kill child instead of it |  José Bollo | 1 | -1/+1 |
2018-07-13 | afb-config: Fix wrong error message and more info |  José Bollo | 1 | -3/+21 |
2018-07-13 | afb-supervision: Remove dependency to external |  José Bollo | 8 | -14/+23 |
2018-07-09 | main-afb-daemon: Remove call to "nice" |  José Bollo | 1 | -3/+0 |
2018-07-08 | afb-api-v3: Fix a bug introduced by 8ca7b69 |  Jose Bollo | 1 | -3/+3 |
2018-07-08 | afb-cred: Fix memory leak |  Jose Bollo | 1 | -3/+5 |
2018-07-06 | Simplify build by introducing queuing function |  José Bollo | 5 | -188/+46 |
2018-07-05 | Remove uses of deprecated macros |  José Bollo | 5 | -7/+0 |
2018-07-05 | supervision: Exclude conditionaly the supervision |  José Bollo | 3 | -2/+13 |
2018-07-05 | Simplify build process |  José Bollo | 3 | -0/+11 |
2018-07-05 | locale-root: fixed uninitialized variable |  Thierry Bultel | 1 | -1/+1 |
2018-07-04 | afb-trace: Fix bug in tracing of afb_req_get_client_info |  José Bollo | 1 | -1/+1 |
2018-07-04 | afb-client-demo: Fix bug that forbids interactive behaviour |  José Bollo | 1 | -0/+2 |
2018-07-03 | Improve readdirs to follow symbolic links |  Jose Bollo | 2 | -7/+14 |
2018-06-22 | main-afb-client-demo: Allow scripting |  José Bollo | 1 | -15/+61 |
2018-06-22 | afb-autoset: Automatic prefix with unix: |  José Bollo | 1 | -1/+5 |
2018-06-22 | afb-api-v3: Refactor verb description |  José Bollo | 1 | -17/+34 |
2018-06-22 | afb-api-so: accept symbolic links for bindings |  José Bollo | 1 | -3/+3 |
2018-06-22 | api-v3: Add monitoring of faults in preinit functions |  José Bollo | 3 | -2/+35 |
2018-06-22 | afb-client-demo: Add option to keep running |  José Bollo | 1 | -4/+12 |
2018-06-22 | Improve documentation of api v3 |  José Bollo | 5 | -106/+132 |
2018-06-19 | Fix a warning in using readlink |  José Bollo | 2 | -17/+26 |
2018-06-19 | Fix warnings due to json-c evolution |  José Bollo | 4 | -11/+11 |
2018-06-18 | afb-hsrv: Add processing of type application/json |  jobol | 3 | -4/+26 |
2018-06-15 | api-v3: First draft |  José Bollo | 79 | -4010/+7882 |
2018-06-13 | jobs: Switch back to sd_event |  jobol | 2 | -3/+47 |
2018-06-13 | afb-trace: Restore microsecond time |  José Bollo | 1 | -1/+1 |
2018-06-13 | Fixed spelling |  Sebastien Douheret | 8 | -15/+15 |
2018-06-13 | afb-client-demo: real raw output when --raw is set |  Sebastien Douheret | 1 | -7/+7 |
2018-06-13 | afb-client-demo: improved usage message |  Sebastien Douheret | 1 | -0/+13 |
2018-06-13 | afb-client-demo: Add option -e/--echo |  José Bollo | 1 | -2/+20 |