summaryrefslogtreecommitdiffstats
path: root/instance.c
AgeCommit message (Expand)Author
2013-11-08the automatic service restart should not happen during sysupgradeJohn Crispin
2013-09-13fix skewed parameter order in respawn codeJohn Crispin
2013-09-13fix a bug in the trigger handling codeJohn Crispin
2013-09-13add code to configure respawn via ubusJohn Crispin
2013-09-13output the env associated with an instanceJohn Crispin
2013-09-03fix use after free bug in the trigger handling codeJohn Crispin
2013-09-03add suport for measuring process resource usageJohn Crispin
2013-09-03trivial code cleanupJohn Crispin
2013-09-03add respawn handlingJohn Crispin
2013-08-16service: terminate uloop after fork(), redirect stdin, out and err to /dev/nullJo-Philipp Wich
2013-07-08close stdin/out/err before forking an instanceJohn Crispin
2013-07-04add trigger supportJohn Crispin
2013-05-31restart stopped instances on updateFelix Fietkau
2013-05-31turn instance exit message into a debug messageFelix Fietkau
2013-03-13add license headersJohn Crispin
2013-03-13DPRINTF no longer existsJohn Crispin
2012-12-19add instance file attribute with md5 hash checksFelix Fietkau
2012-12-16add support for specifying process priorityFelix Fietkau
2012-06-25fix a memleakFelix Fietkau
2012-06-25memdup instance configFelix Fietkau
2012-06-25add netdev ifindex supportFelix Fietkau
2012-06-24fix env var handling, add support for filling blobmsg_list from arraysFelix Fietkau
2012-06-24add a debug message for showing exit of instancesFelix Fietkau
2012-06-24add a debug message for showing starting of instancesFelix Fietkau
2012-06-24dump status infoFelix Fietkau
2012-06-24add code for starting instancesFelix Fietkau
2012-06-24whitespace fixupFelix Fietkau
2012-06-24do not start instances with invalid configFelix Fietkau
2012-06-24enable restart on config changeFelix Fietkau
2012-06-24add more parsing codeFelix Fietkau
2012-06-07move instance code to a separate source fileFelix Fietkau