summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-08-07removing casts to (void*)blowfish_2.0.12.0.1José Bollo1-36/+61
2016-08-07fix tiny memory leakJosé Bollo1-0/+1
2016-08-03removing casts to (void*)José Bollo1-18/+25
2016-08-03websocket transparancy for C/S bindingsJosé Bollo4-0/+1352
2016-08-03afb-ws: adds function afb_ws_is_connectedJosé Bollo2-0/+9
2016-08-03api-dbus: improves 'dbus_req_json'José Bollo1-1/+2
2016-08-02adds vectored function for text and binaryJosé Bollo2-0/+31
2016-08-02adds extern to declarationsJosé Bollo1-16/+16
2016-07-27fix unexpected ending spacesJosé Bollo10-25/+25
2016-07-27Expose use of the event loopJosé Bollo10-32/+33
2016-07-12afb-client-demo/afb-ws: remove dependency on afb-common.*Stephane Desneux4-6/+22
2016-07-07Fix bug when logging during bindings initJosé Bollo1-0/+10
2016-06-24improves verbose messagesJosé Bollo1-3/+12
2016-06-23vocabulary: moving from 'plugin' to 'binding'José Bollo5-76/+75
2016-06-23api-dbus: improves eventsJosé Bollo1-58/+517
2016-06-23evt: handles broadcasting and trackingJosé Bollo5-39/+151
2016-06-17evt: exposes name of eventsJosé Bollo2-0/+9
2016-06-17evt: improves commentsJosé Bollo1-4/+88
2016-06-17evt: minor cleanupJosé Bollo1-5/+0
2016-06-16session: add cookiesJosé Bollo2-0/+69
2016-06-13minor reordering of codeJosé Bollo1-19/+23
2016-06-13Service instanciationJosé Bollo8-1/+339
2016-06-10subcall: adds an error functionJosé Bollo2-1/+12
2016-06-10session: allows individual timeoutJosé Bollo1-2/+11
2016-06-10session: tiny refactor of creationsJosé Bollo2-24/+50
2016-06-10improves readabilityJosé Bollo1-56/+79
2016-06-10common code reuseJosé Bollo5-38/+26
2016-06-09Make possible to call a method from a bindingJosé Bollo7-11/+275
2016-06-09Events: refactoringJosé Bollo13-162/+373
2016-06-08Websocket: improves overall integrationJosé Bollo3-252/+98
2016-06-08wsj1: minor API refactoringJosé Bollo2-19/+40
2016-06-08Improves message formatingJosé Bollo4-22/+48
2016-06-02afb-hreq.c: fix etag size (fixes stack smashing detected by stack protector)Stephane Desneux1-1/+1
2016-05-30add option --session-maxJosé Bollo2-2/+16
2016-05-30applies timeout setting for apisJosé Bollo4-1/+9
2016-05-29Adds documentationJosé Bollo1-13/+40
2016-05-29redirect with the queryJosé Bollo3-20/+111
2016-05-29don't enforce to refresh the tokenJosé Bollo1-1/+1
2016-05-29improves versionning of libafbwscJosé Bollo1-0/+3
2016-05-29remove event sender interfaceJosé Bollo1-13/+3
2016-05-29adds documentation for websocket C clientsJosé Bollo2-0/+151
2016-05-29compact formatting of jsonJosé Bollo4-11/+11
2016-05-27Adds the library libafbwsc.soJosé Bollo3-2/+32
2016-05-27improves detection of formatting errorJosé Bollo1-1/+1
2016-05-27indicates the call to initialisation functionJosé Bollo1-0/+1
2016-05-24avoid to free the same pointerJosé Bollo1-1/+1
2016-05-24improves commentsJosé Bollo2-0/+8
2016-05-24Improves behaviour of afb_req_getJosé Bollo1-3/+5
2016-05-24don't export PLUGIN_INSTALL_DIR anywhereJosé Bollo1-0/+2
2016-05-24add log macros for pluginsJosé Bollo5-64/+77