aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-04Use SIGHUP instead of SIGKILLJosé Bollo1-4/+3
2017-04-04Launch job at a earlier stepJosé Bollo9-48/+50
2017-04-04Definitive switch to internal's xreqJosé Bollo11-168/+16
2017-04-04Migrates subcalls to use xreqJosé Bollo3-125/+70
2017-04-04Introduce subcontext for subcallsJosé Bollo2-6/+29
2017-04-03Switch API D-Bus to xreqJosé Bollo1-110/+68
2017-04-03Switch API websocket to xreqJosé Bollo1-161/+53
2017-04-03Improve interface xreqJosé Bollo2-5/+41
2017-04-03Add notification message for added APIJosé Bollo1-0/+2
2017-04-03Rework the jobsJosé Bollo5-304/+178
2017-03-31Use xreq for servicesJosé Bollo3-59/+50
2017-03-31Use xreq for websocketsJosé Bollo4-110/+36
2017-03-31Factorize common code for handling requestsJosé Bollo16-122/+598
2017-03-31Allow detection of session closureJosé Bollo1-2/+2
2017-03-30Start to implement the bindings V2José Bollo12-81/+515
2017-03-30Overall integration of job initialisationJosé Bollo4-25/+38
2017-03-30Fix concurrency issues on event managerJosé Bollo4-155/+140
2017-03-30Refactor initialisation of the daemonJosé Bollo1-50/+66
2017-03-29Prepare migration to binding v2José Bollo5-119/+181
2017-03-29cosmeticJosé Bollo1-2/+11
2017-03-29Prepare move to bindings version 2José Bollo5-289/+366