Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-13 | execute the "running" hook once the daemon is started | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-09-13 | fix a bug in the trigger handling code | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-09-13 | remove now unused variable | 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 | fixup service_dump logic | 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-07-10 | print services with no instances when verbose is set | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-10 | fix service level triggers | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-10 | make the verbose argument a bool | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-10 | remove support fro trigegrs not linked to a service | John Crispin | |
Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-09 | the delete handle should return an error if no service is named instead of ↵ | John Crispin | |
killing all services Signed-off-by: John Crispin <blogic@openwrt.org> | |||
2013-07-08 | dont list services that have no instances | 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-03-13 | add license headers | John Crispin | |
2013-03-13 | add new main.c and fix Makefile/headers | John Crispin | |
2013-03-13 | DPRINTF no longer exists | John Crispin | |
2012-12-31 | use calloc_a | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-20 | add support for deleting individual service instances | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-20 | fix stale vlist/avl key for instance names | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-12-16 | fix service name pointer | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2012-06-30 | add code for adding instances | Felix Fietkau | |
2012-06-25 | remove outer memdup | Felix Fietkau | |
2012-06-25 | add update_start/update_complete methods | Felix Fietkau | |
2012-06-24 | segfault | Felix Fietkau | |
2012-06-24 | add debug | 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-07 | move instance code to a separate source file | Felix Fietkau | |
2012-06-07 | add more instance state handling code | Felix Fietkau | |
2012-06-01 | implement more parts of the service core api | Felix Fietkau | |