Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-13 | add code to configure respawn via ubus | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-09-13 | output the env associated with an instance | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-09-03 | fix use after free bug in the trigger handling code | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-09-03 | add suport for measuring process resource usage | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-09-03 | trivial code cleanup | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-09-03 | add respawn handling | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-08-16 | service: terminate uloop after fork(), redirect stdin, out and err to /dev/null | Jo-Philipp Wich | |
2013-07-08 | close stdin/out/err before forking an instance | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-04 | add trigger support | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-05-31 | restart stopped instances on update | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-05-31 | turn instance exit message into a debug message | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-03-13 | add license headers | John Crispin | |
2013-03-13 | DPRINTF no longer exists | John Crispin | |
2012-12-19 | add instance file attribute with md5 hash checks | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-16 | add support for specifying process priority | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-06-25 | fix a memleak | Felix Fietkau | |
2012-06-25 | memdup instance config | Felix Fietkau | |
2012-06-25 | add netdev ifindex support | Felix Fietkau | |
2012-06-24 | fix env var handling, add support for filling blobmsg_list from arrays | Felix Fietkau | |
2012-06-24 | add a debug message for showing exit of instances | Felix Fietkau | |
2012-06-24 | add a debug message for showing starting of instances | Felix Fietkau | |
2012-06-24 | dump status info | Felix Fietkau | |
2012-06-24 | add code for starting instances | Felix Fietkau | |
2012-06-24 | whitespace fixup | Felix Fietkau | |
2012-06-24 | do not start instances with invalid config | Felix Fietkau | |
2012-06-24 | enable restart on config change | Felix Fietkau | |
2012-06-24 | add more parsing code | Felix Fietkau | |
2012-06-07 | move instance code to a separate source file | Felix Fietkau | |