summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-14allow abstract unix socketsJosé Bollo1-1/+3
2017-04-14use heuristic message idsJosé Bollo1-3/+16
2017-04-14improve stress test outputsJosé Bollo2-2/+4
2017-04-13Introduce apiset for grouping apisJosé Bollo30-316/+613
2017-04-13Implement subcall for services over websocketsJosé Bollo2-59/+273
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-12add argument to stress-server.shJosé Bollo1-4/+4
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-11Refactor stress testJosé Bollo4-76/+93
2017-04-11Fix a crash on disconnectionJosé Bollo1-1/+2
2017-04-11Fix a memory leakJosé Bollo1-0/+1
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-10Make HelloWord binding multi-threadJosé Bollo1-0/+13
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 a script for stressing the daemonJosé Bollo1-0/+76
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é Bollo6-177/+174
2017-04-05Add permission subsystemJosé Bollo7-0/+757
2017-04-04Ensure that subcall_sync use subcallJosé Bollo5-62/+63
2017-04-04Avoid to count child threadsJosé Bollo1-7/+9
2017-04-04Improve debugging optionsJosé Bollo1-9/+1
2017-04-04Add synchronous subcallsJosé Bollo10-41/+182