summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-29Add commentsJosé Bollo5-182/+464
2017-03-28Refactor job to allow synchronous callsJosé Bollo4-140/+349
2017-03-28Fix bug in recycling jobsJosé Bollo4-8/+11
2017-03-27Make main thread used for common jobsJosé Bollo3-94/+229
2017-03-27Remove option readyfdJosé Bollo3-15/+0
2017-03-27Speed up accesses to session's cookiesJosé Bollo1-13/+36
2017-03-27Replace session's value with sessions's cookiesJosé Bollo7-60/+11
2017-03-27Implement dichotomic search of APIsJosé Bollo1-11/+49
2017-03-27Simplify functions for callsJosé Bollo13-67/+108
2017-03-22Refactor of threading and signal monitorJosé Bollo10-498/+626
2017-03-21Instanciate the environment variablesJosé Bollo1-50/+95