Age | Commit message (Expand) | Author | Files | Lines |
2017-07-31 | afb-evt: unprefix event name |  José Bollo | 1 | -1/+3 |
2017-07-31 | afb-cred: provide default values of credentials |  José Bollo | 1 | -1/+25 |
2017-07-31 | afb-apiset: reduce verbosity |  José Bollo | 1 | -2/+2 |
2017-07-31 | wrap-json: Fix warnings |  José Bollo | 1 | -12/+14 |
2017-07-31 | debugging: add calls to 'personality' |  José Bollo | 2 | -0/+13 |
2017-07-28 | debug: allow break after wait |  José Bollo | 1 | -9/+10 |
2017-07-27 | afb-monitor: use of wrap-json unpacking |  José Bollo | 1 | -30/+28 |
2017-07-27 | wrap-json: add unpacking tool for json |  José Bollo | 4 | -107/+892 |
2017-07-27 | wrap-json: add packing tool for json |  José Bollo | 2 | -0/+431 |
2017-07-27 | update markdown documentation |  Ronan Le Martret | 11 | -656/+741 |
2017-07-17 | Missing member on new binding v2 struct. |  Romain Forlot | 1 | -0/+2 |
2017-07-13 | Fix const issue in afb-auth.h |  José Bollo | 2 | -2/+5 |
2017-07-11 | debug: Create a file indicating the waiting point |  José Bollo | 2 | -22/+50 |
2017-07-05 | afb-debug: add features for debugging |  José Bollo | 4 | -0/+130 |
2017-07-05 | main: improve start |  José Bollo | 1 | -4/+4 |
2017-07-03 | Make status common |  José Bollo | 12 | -60/+61 |
2017-07-03 | update libmicrohttpd to 0.9.55 |  José Bollo | 1 | -1/+1 |
2017-07-03 | Update libmicrohttpd verion for native build |  Ronan Le Martret | 1 | -1/+1 |
2017-06-30 | Bindings V2: enforce prefix AFB_ to logging macros |  José Bollo | 3 | -21/+24 |
2017-06-30 | afb-ws-json1: expose addref/unref functions |  José Bollo | 2 | -5/+7 |
2017-06-29 | Change debian files packaging |  Ronan Le Martret | 11 | -55/+71 |
2017-06-28 | Bindings V2: reintroduce field 'info' for verbs |  José Bollo | 7 | -36/+45 |
2017-06-28 | Fix bad error reporting |  José Bollo | 1 | -0/+3 |
2017-06-28 | handle more exceptionnal signals |  José Bollo | 1 | -2/+2 |
2017-06-28 | Add backtrace on errors |  José Bollo | 1 | -2/+25 |
2017-06-28 | Use constants for verbosity and syslog levels |  José Bollo | 3 | -21/+53 |
2017-06-28 | Add new macro for handling verbosity |  José Bollo | 1 | -0/+18 |
2017-06-20 | docs: fix book.json (headers/footers) |  Stephane Desneux | 1 | -2/+2 |
2017-06-20 | Merge "Auto generate cover from book.json fields." |  Stéphane Desneux | 3 | -2/+12 |
2017-06-20 | docs: add document revision |  Stephane Desneux | 3 | -3/+16 |
2017-06-20 | Auto generate cover from book.json fields. |  Sebastien Douheret | 3 | -2/+12 |
2017-06-19 | Add page-break for pdf and fix spelling |  Sebastien Douheret | 9 | -101/+94 |
2017-06-19 | Add gitbook documentation (support PDF generation). |  Sebastien Douheret | 16 | -1/+960 |
2017-06-13 | Refactor of the documentation |  José Bollo | 39 | -6/+5017 |
2017-06-12 | Moves tic-tac-toe sample to V2 |  José Bollo | 1 | -51/+33 |
2017-06-12 | Fix issue in using systemd socket activation |  José Bollo | 1 | -2/+2 |
2017-06-12 | Add comment for bindings v2 |  José Bollo | 1 | -3/+3 |
2017-06-12 | Removes reference to NULL in includes |  José Bollo | 3 | -5/+5 |
2017-06-08 | Merge "Add rpm and deb packaging" |  Jan-Simon Moeller | 8 | -0/+241 |
2017-06-08 | Merge "Add package archive documentation to README.md" |  Jan-Simon Moeller | 1 | -0/+9 |
2017-06-07 | Fix concurrency issue in handling references |  José Bollo | 3 | -14/+15 |
2017-06-07 | Add rpm and deb packaging |  Ronan Le Martret | 8 | -0/+241 |
2017-06-07 | Add package archive documentation to README.md |  Ronan Le Martret | 1 | -0/+9 |
2017-06-05 | Allows to enforce prefixed verbose messages |  José Bollo | 1 | -21/+37 |
2017-06-02 | Fix typedef for afb_stored_req |  José Bollo | 1 | -0/+1 |
2017-06-02 | Add 'afb_daemon_require_api' |  José Bollo | 7 | -4/+78 |
2017-06-02 | Provide efficient store/unstore for afb_req |  José Bollo | 21 | -428/+622 |
2017-06-02 | Localize construction of afb_arg |  José Bollo | 3 | -24/+16 |
2017-06-02 | Improve start_api function |  José Bollo | 1 | -11/+15 |
2017-06-02 | Fix error on initialisation |  José Bollo | 4 | -6/+8 |