aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-10Isolate interupt managementJosé Bollo1-7/+44
2017-04-10Websocket client select if looping or notJosé Bollo3-3/+13
2017-04-10Refactor of API interfacesJosé Bollo6-24/+154
2017-04-07Add hooking of daemon interfaceJosé Bollo13-59/+542
2017-04-07Improve log messagesJosé Bollo3-33/+61
2017-04-07Finalize hooking of requestsJosé Bollo5-61/+131
2017-04-06Reactivate hooking of requestsJosé Bollo6-449/+413
2017-04-06Avoid prompting error on empty lineJosé Bollo1-3/+4
2017-04-06Improve namesJosé Bollo1-11/+11
2017-04-06Make websocket concurrentJosé Bollo1-7/+31
2017-04-06Add an easy function for synchronous callsJosé Bollo2-4/+74
2017-04-06Avoid to stick on event loopJosé Bollo1-1/+10
2017-04-06Reduce explicitely recursionJosé Bollo2-25/+24
2017-04-05Make daemon interface commonJosé Bollo5-177/+173
2017-04-05Add permission subsystemJosé Bollo6-0/+756
2017-04-04Ensure that subcall_sync use subcallJosé Bollo5-62/+63
2017-04-04Avoid to count child threadsJosé Bollo1-7/+9
2017-04-04Add synchronous subcallsJosé Bollo8-39/+141