aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-23websocket: Tune maximum received lengthdab_4.0.3dab/4.0.34.0.3dabJosé Bollo2-1/+18
2017-09-07afb-api-so: take care of SIGSEGV in dlopendab_4.0.2dab_4.0.1dab/4.0.2dab/4.0.14.0.24.0.1José Bollo1-3/+32
2017-09-07sig-monitor: handle SIGSEGV in backtraceJosé Bollo1-12/+38
2017-08-11afb-websocket: update websocket protocolJosé Bollo1-1/+0
2017-08-10afb-xreq: handle when no reply was sentJosé Bollo1-0/+2
2017-08-08afb-evt: fix a bug discovered by clang-checkJosé Bollo2-10/+7
2017-08-08afb-session: fix an over allocationJosé Bollo1-1/+1
2017-08-08sig-monitor: dump the stack on SIGABRTJosé Bollo1-0/+2
2017-08-03afb-cred: fix default valuesJosé Bollo1-5/+9
2017-08-03subcall_req: introduce afb_req_subcall_reqJosé Bollo3-16/+109
2017-08-02afb-xreq: integration of subcallsJosé Bollo4-242/+208
2017-08-02afb-svc: allows NULL for callbacks or resultsJosé Bollo1-6/+16
2017-08-02afb-hook: renamingJosé Bollo1-4/+4
2017-08-02afb-evt: unprefix event nameJosé Bollo1-1/+3
2017-08-02afb-cred: provide default values of credentialsJosé Bollo1-1/+25
2017-08-02afb-apiset: reduce verbosityJosé Bollo1-2/+2
2017-08-02debugging: add calls to 'personality'José Bollo2-0/+13
2017-08-02debug: allow break after waitJosé Bollo1-9/+10
2017-07-11debug: Create a file indicating the waiting pointJosé Bollo2-22/+50
2017-07-05afb-debug: add features for debuggingJosé Bollo4-0/+130
2017-07-05main: improve startJosé Bollo1-4/+4
2017-07-05Make status commonJosé Bollo7-40/+41
2017-07-05afb-ws-json1: expose addref/unref functionsJosé Bollo2-5/+7
2017-07-05Bindings V2: reintroduce field 'info' for verbsJosé Bollo4-4/+12
2017-06-29Fix bad error reportingdab_3.99.2dab/3.99.23.99.2José Bollo1-0/+3
2017-06-28handle more exceptionnal signalsJosé Bollo1-2/+2
2017-06-28Add backtrace on errorsJosé Bollo1-2/+25
2017-06-12Fix issue in using systemd socket activationJosé Bollo1-2/+2
2017-06-07Fix concurrency issue in handling referencesJosé Bollo3-14/+15
2017-06-02Add 'afb_daemon_require_api'José Bollo3-4/+56
2017-06-02Provide efficient store/unstore for afb_reqJosé Bollo12-18/+106
2017-06-02Localize construction of afb_argJosé Bollo3-24/+16
2017-06-02Improve start_api functionJosé Bollo1-11/+15
2017-06-02Fix error on initialisationJosé Bollo4-6/+8
2017-06-02Fix issue when JSON value is NULL in xreqJosé Bollo1-1/+3
2017-06-01Fix bug in websocket on empty packetsJosé Bollo1-3/+3
2017-06-01Enforce starting services on needJosé Bollo3-84/+90
2017-06-01fix a warning on 32 bitsJosé Bollo1-1/+1
2017-06-01Improve log output formatJosé Bollo3-154/+72
2017-06-01Add hooking for eventsJosé Bollo7-27/+435
2017-06-01Add backward compatibility and remarksJosé Bollo2-2/+3
2017-05-31Return API description through websocketJosé Bollo1-3/+180
2017-05-31Add logging by requestJosé Bollo4-3/+75
2017-05-31fix bad exit status reportJosé Bollo1-1/+0
2017-05-30Make api descriptions uniqueJosé Bollo2-29/+77
2017-05-30Adds hooks for service (svc)José Bollo9-31/+364
2017-05-30fix commentsJosé Bollo2-4/+4
2017-05-30fix bug in hooking verbose callsJosé Bollo1-1/+4
2017-05-30Record API names in service descriptorsJosé Bollo4-8/+17
2017-05-30Bindings V1: allows to receive eventJosé Bollo2-5/+7