summaryrefslogtreecommitdiff
path: root/src/task.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-15task: Avoid shadowing connection variableMarcel Holtmann1-2/+2
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-17task: use g_hash_table_replace instead of insert functionTomasz Bursztyka1-1/+1
2011-11-15task: Make sure the process is eventually killedJukka Rissanen1-1/+43
2011-11-15task: Allow vpn plugins to send replyMohamed Abbas1-13/+17
2011-11-10core: Use gcc atomics instead glib's onesDaniel Wagner1-3/+4
2011-08-17task: Reset forked process signal maskYu A Wang1-0/+6
2011-06-16element: Remove element.cDaniel Wagner1-0/+1
2011-05-27task: Remove unused variableMarcel Holtmann1-2/+1
2011-01-28task: Pass exit code to the exit callbackMohamed Abbas1-4/+8
2010-07-12Remove child watch when connman_task is freedPekka Pessi1-1/+7
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-09Fix broken flag handling for task spawningMarcel Holtmann1-10/+8
2009-12-09Add an option to allow processes spawn with pipesMohamed Abbas1-3/+15
2009-08-10Add support for variable task argument setupMarcel Holtmann1-13/+39
2009-08-07Add fully flexible task handling frameworkMarcel Holtmann1-4/+264
2009-08-07Add first steps of generic task frameworkMarcel Holtmann1-0/+114
2009-08-04Add skeleton for task handling frameworkMarcel Holtmann1-0/+26