aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Prepare bindings version 2José Bollo13-92/+160
2017-05-04Prepare xreq to be aware of the versionJosé Bollo4-35/+18
2017-05-04Eliminate use of AFB_SESSION_CREATEJosé Bollo2-12/+2
2017-04-26fix a warningJosé Bollo1-1/+1
2017-04-26cleanupJosé Bollo1-4/+1
2017-04-26Print credential in default request hookJosé Bollo1-1/+11
2017-04-26Use upgrade abitlity of libmicrohttpdJosé Bollo3-25/+45
2017-04-26Sort verbs and compute their permissionsJosé Bollo1-7/+68
2017-04-25Add 'afb_daemon_queue_job' for bindingsJosé Bollo3-13/+41
2017-04-25Make monitor use the interface version 2José Bollo3-82/+28
2017-04-25Update the monitor interface for private featureJosé Bollo2-6/+66
2017-04-25Add private binding interface featureJosé Bollo1-5/+23
2017-04-25genskel: add tiny skeleton generatorJosé Bollo5-0/+867
2017-04-21afb-monitor: draft of monitoringJosé Bollo4-0/+425
2017-04-21afb-api: add a 'describe' functionJosé Bollo2-1/+49
2017-04-21afb-api-so-v2: split the declaration in two partsJosé Bollo2-31/+47
2017-04-21main: init session module firstJosé Bollo1-3/+5
2017-04-21apiset: improvementsJosé Bollo2-9/+48
2017-04-21afb-client-demo: Handle commentsJosé Bollo1-3/+6
2017-04-21fix bug on incoming eventJosé Bollo1-1/+5
2017-04-20cleanup and improvement of xreqJosé Bollo5-60/+131
2017-04-20Add default api to apisetJosé Bollo4-96/+112
2017-04-20Use of 'afb_api_is_valid_name'José Bollo1-37/+1
2017-04-19simplify main fileJosé Bollo1-9/+2
2017-04-14Create afb-stub-ws by spliting afb-api-wsJosé Bollo4-1184/+1259
2017-04-14allow abstract unix socketsJosé Bollo1-1/+3
2017-04-14use heuristic message idsJosé Bollo1-3/+16
2017-04-13Introduce apiset for grouping apisJosé Bollo30-316/+613
2017-04-13Implement subcall for services over websocketsJosé Bollo1-56/+258
2017-04-13secure subcall api and verbJosé Bollo1-4/+11
2017-04-13enforce reset of xreq at initJosé Bollo1-0/+1
2017-04-13Enhance client->server protocolJosé Bollo1-8/+16
2017-04-13Simplification of sig-monitorJosé Bollo2-14/+2
2017-04-13Use names for constantsJosé Bollo1-17/+24
2017-04-13Simplification and optimisation of jobsJosé Bollo2-168/+80
2017-04-12reduce verbosityJosé Bollo1-3/+0
2017-04-12Add credential data to xreqJosé Bollo6-0/+15
2017-04-12fix typoJosé Bollo1-2/+2
2017-04-12Optimisation of xreqJosé Bollo9-137/+118
2017-04-12Add computation of credentialsJosé Bollo6-0/+218
2017-04-12Rename destination as originJosé Bollo1-51/+51
2017-04-11Fix uninitialized variableJosé Bollo1-0/+1
2017-04-11Fix a crash on disconnectionJosé Bollo1-1/+2
2017-04-11fix typoJosé Bollo1-1/+1
2017-04-11Add startup call in command lineJosé Bollo3-1/+110
2017-04-10Make implementation multithreadJosé Bollo4-44/+98
2017-04-10Enforce flush of incoming dataJosé Bollo1-0/+4
2017-04-10Refactor of initialisationJosé Bollo1-8/+9
2017-04-10Refactor setting of directoriesJosé Bollo2-9/+8
2017-04-10Fix typoJosé Bollo1-1/+1