summaryrefslogtreecommitdiffstats
path: root/service.c
AgeCommit message (Expand)Author
2013-09-13execute the "running" hook once the daemon is startedJohn Crispin
2013-09-13fix a bug in the trigger handling codeJohn Crispin
2013-09-13remove now unused variableJohn Crispin
2013-09-03fix use after free bug in the trigger handling codeJohn Crispin
2013-09-03fixup service_dump logicJohn Crispin
2013-09-03add respawn handlingJohn Crispin
2013-07-10print services with no instances when verbose is setJohn Crispin
2013-07-10fix service level triggersJohn Crispin
2013-07-10make the verbose argument a boolJohn Crispin
2013-07-10remove support fro trigegrs not linked to a serviceJohn Crispin
2013-07-09the delete handle should return an error if no service is named instead of ki...John Crispin
2013-07-08dont list services that have no instancesJohn Crispin
2013-07-04add trigger supportJohn Crispin
2013-03-13add license headersJohn Crispin
2013-03-13add new main.c and fix Makefile/headersJohn Crispin
2013-03-13DPRINTF no longer existsJohn Crispin
2012-12-31use calloc_aFelix Fietkau
2012-12-20add support for deleting individual service instancesFelix Fietkau
2012-12-20fix stale vlist/avl key for instance namesFelix Fietkau
2012-12-16fix service name pointerFelix Fietkau
2012-06-30add code for adding instancesFelix Fietkau
2012-06-25remove outer memdupFelix Fietkau
2012-06-25add update_start/update_complete methodsFelix Fietkau
2012-06-24segfaultFelix Fietkau
2012-06-24add debugFelix Fietkau
2012-06-24add a debug message for showing starting of instancesFelix Fietkau
2012-06-24dump status infoFelix Fietkau
2012-06-07move instance code to a separate source fileFelix Fietkau
2012-06-07add more instance state handling codeFelix Fietkau
2012-06-01implement more parts of the service core apiFelix Fietkau