add respawn handling
[project/procd.git] / instance.c
2013-09-03 John Crispinadd respawn handling
2013-08-16 Jo-Philipp Wichservice: terminate uloop after fork(), redirect stdin...
2013-07-08 John Crispinclose stdin/out/err before forking an instance
2013-07-04 John Crispinadd trigger support
2013-05-31 Felix Fietkaurestart stopped instances on update
2013-05-31 Felix Fietkauturn instance exit message into a debug message
2013-03-13 John Crispinadd license headers
2013-03-13 John CrispinDPRINTF no longer exists
2012-12-19 Felix Fietkauadd instance file attribute with md5 hash checks
2012-12-16 Felix Fietkauadd support for specifying process priority
2012-06-25 Felix Fietkaufix a memleak
2012-06-25 Felix Fietkaumemdup instance config
2012-06-24 Felix Fietkauadd netdev ifindex support
2012-06-24 Felix Fietkaufix env var handling, add support for filling blobmsg_l...
2012-06-24 Felix Fietkauadd a debug message for showing exit of instances
2012-06-24 Felix Fietkauadd a debug message for showing starting of instances
2012-06-24 Felix Fietkaudump status info
2012-06-24 Felix Fietkauadd code for starting instances
2012-06-24 Felix Fietkauwhitespace fixup
2012-06-24 Felix Fietkaudo not start instances with invalid config
2012-06-24 Felix Fietkauenable restart on config change
2012-06-24 Felix Fietkauadd more parsing code
2012-06-07 Felix Fietkaumove instance code to a separate source file