aboutsummaryrefslogtreecommitdiffstats
path: root/src/jobs.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-09jobs: add const qualifier for groupsJosé Bollo1-8/+8
2017-10-09Remove tailing spaces and TODO fileJosé Bollo1-1/+1
2017-08-31jobs: optimized version of fix starveJosé Bollo1-28/+19
2017-08-30jobs: fix starveJosé Bollo1-13/+33
2017-06-02Fix error on initialisationJosé Bollo1-1/+1
2017-04-13Simplification and optimisation of jobsJosé Bollo1-148/+80
2017-04-12reduce verbosityJosé Bollo1-3/+0
2017-04-06Add an easy function for synchronous callsJosé Bollo1-4/+68
2017-04-06Avoid to stick on event loopJosé Bollo1-1/+10
2017-04-04Avoid to count child threadsJosé Bollo1-7/+9
2017-04-03Rework the jobsJosé Bollo1-272/+154
2017-03-30Start to implement the bindings V2José Bollo1-5/+10
2017-03-30Overall integration of job initialisationJosé Bollo1-0/+31
2017-03-30Fix concurrency issues on event managerJosé Bollo1-132/+133
2017-03-29Add commentsJosé Bollo1-156/+440
2017-03-28Refactor job to allow synchronous callsJosé Bollo1-136/+300
2017-03-28Fix bug in recycling jobsJosé Bollo1-2/+4
2017-03-27Make main thread used for common jobsJosé Bollo1-87/+205
2017-03-22Refactor of threading and signal monitorJosé Bollo1-0/+344