Age | Commit message (Expand) | Author | Files | Lines |
2016-08-03 | afb-ws: adds function afb_ws_is_connected |  José Bollo | 2 | -0/+9 |
2016-08-03 | api-dbus: improves 'dbus_req_json' |  José Bollo | 1 | -1/+2 |
2016-08-02 | adds vectored function for text and binary |  José Bollo | 2 | -0/+31 |
2016-08-02 | adds extern to declarations |  José Bollo | 1 | -16/+16 |
2016-07-27 | fix unexpected ending spaces |  José Bollo | 10 | -25/+25 |
2016-07-27 | Expose use of the event loop |  José Bollo | 10 | -32/+33 |
2016-07-12 | afb-client-demo/afb-ws: remove dependency on afb-common.* |  Stephane Desneux | 4 | -6/+22 |
2016-07-07 | Fix bug when logging during bindings init |  José Bollo | 1 | -0/+10 |
2016-06-24 | improves verbose messages |  José Bollo | 1 | -3/+12 |
2016-06-23 | vocabulary: moving from 'plugin' to 'binding' |  José Bollo | 5 | -76/+75 |
2016-06-23 | api-dbus: improves events |  José Bollo | 1 | -58/+517 |
2016-06-23 | evt: handles broadcasting and tracking |  José Bollo | 5 | -39/+151 |
2016-06-17 | evt: exposes name of events |  José Bollo | 2 | -0/+9 |
2016-06-17 | evt: improves comments |  José Bollo | 1 | -4/+88 |
2016-06-17 | evt: minor cleanup |  José Bollo | 1 | -5/+0 |
2016-06-16 | session: add cookies |  José Bollo | 2 | -0/+69 |
2016-06-13 | minor reordering of code |  José Bollo | 1 | -19/+23 |
2016-06-13 | Service instanciation |  José Bollo | 8 | -1/+339 |
2016-06-10 | subcall: adds an error function |  José Bollo | 2 | -1/+12 |
2016-06-10 | session: allows individual timeout |  José Bollo | 1 | -2/+11 |
2016-06-10 | session: tiny refactor of creations |  José Bollo | 2 | -24/+50 |
2016-06-10 | improves readability |  José Bollo | 1 | -56/+79 |
2016-06-10 | common code reuse |  José Bollo | 5 | -38/+26 |
2016-06-09 | Make possible to call a method from a binding |  José Bollo | 7 | -11/+275 |
2016-06-09 | Events: refactoring |  José Bollo | 13 | -162/+373 |
2016-06-08 | Websocket: improves overall integration |  José Bollo | 3 | -252/+98 |
2016-06-08 | wsj1: minor API refactoring |  José Bollo | 2 | -19/+40 |
2016-06-08 | Improves message formating |  José Bollo | 4 | -22/+48 |
2016-06-02 | afb-hreq.c: fix etag size (fixes stack smashing detected by stack protector) |  Stephane Desneux | 1 | -1/+1 |
2016-05-30 | add option --session-max |  José Bollo | 2 | -2/+16 |
2016-05-30 | applies timeout setting for apis |  José Bollo | 4 | -1/+9 |
2016-05-29 | Adds documentation |  José Bollo | 1 | -13/+40 |
2016-05-29 | redirect with the query |  José Bollo | 3 | -20/+111 |
2016-05-29 | don't enforce to refresh the token |  José Bollo | 1 | -1/+1 |
2016-05-29 | improves versionning of libafbwsc |  José Bollo | 1 | -0/+3 |
2016-05-29 | remove event sender interface |  José Bollo | 1 | -13/+3 |
2016-05-29 | adds documentation for websocket C clients |  José Bollo | 2 | -0/+151 |
2016-05-29 | compact formatting of json |  José Bollo | 4 | -11/+11 |
2016-05-27 | Adds the library libafbwsc.so |  José Bollo | 3 | -2/+32 |
2016-05-27 | improves detection of formatting error |  José Bollo | 1 | -1/+1 |
2016-05-27 | indicates the call to initialisation function |  José Bollo | 1 | -0/+1 |
2016-05-24 | avoid to free the same pointer |  José Bollo | 1 | -1/+1 |
2016-05-24 | improves comments |  José Bollo | 2 | -0/+8 |
2016-05-24 | Improves behaviour of afb_req_get |  José Bollo | 1 | -3/+5 |
2016-05-24 | don't export PLUGIN_INSTALL_DIR anywhere |  José Bollo | 1 | -0/+2 |
2016-05-24 | add log macros for plugins |  José Bollo | 5 | -64/+77 |
2016-05-23 | fix regression of AFB_SESSION_NONE |  José Bollo | 1 | -1/+1 |
2016-05-23 | fix unicity of returned reqid |  José Bollo | 1 | -7/+3 |
2016-05-23 | Setting and checking LOA |  José Bollo | 3 | -7/+26 |
2016-05-23 | adds 'reqid' for GET/POST requests |  José Bollo | 1 | -13/+27 |