fix skewed parameter order in respawn code
[project/procd.git] / service.c
2013-09-13 John Crispinexecute the "running" hook once the daemon is started
2013-09-13 John Crispinfix a bug in the trigger handling code
2013-09-13 John Crispinremove now unused variable
2013-09-03 John Crispinfix use after free bug in the trigger handling code
2013-09-03 John Crispinfixup service_dump logic
2013-09-03 John Crispinadd respawn handling
2013-07-10 John Crispinprint services with no instances when verbose is set
2013-07-10 John Crispinfix service level triggers
2013-07-10 John Crispinmake the verbose argument a bool
2013-07-10 John Crispinremove support fro trigegrs not linked to a service
2013-07-09 John Crispinthe delete handle should return an error if no service...
2013-07-08 John Crispindont list services that have no instances
2013-07-04 John Crispinadd trigger support
2013-03-13 John Crispinadd license headers
2013-03-13 John Crispinadd new main.c and fix Makefile/headers
2013-03-13 John CrispinDPRINTF no longer exists
2012-12-31 Felix Fietkauuse calloc_a
2012-12-20 Felix Fietkauadd support for deleting individual service instances
2012-12-20 Felix Fietkaufix stale vlist/avl key for instance names
2012-12-16 Felix Fietkaufix service name pointer
2012-06-30 Felix Fietkauadd code for adding instances
2012-06-25 Felix Fietkauremove outer memdup
2012-06-25 Felix Fietkauadd update_start/update_complete methods
2012-06-24 Felix Fietkausegfault
2012-06-24 Felix Fietkauadd debug
2012-06-24 Felix Fietkauadd a debug message for showing starting of instances
2012-06-24 Felix Fietkaudump status info
2012-06-07 Felix Fietkaumove instance code to a separate source file
2012-06-07 Felix Fietkauadd more instance state handling code
2012-06-01 Felix Fietkauimplement more parts of the service core api