index
:
oe/unitd
master
Lightweight modern init system based on procd
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
service.c
Age
Commit message (
Expand
)
Author
2013-09-03
fix use after free bug in the trigger handling code
John Crispin
2013-09-03
fixup service_dump logic
John Crispin
2013-09-03
add respawn handling
John Crispin
2013-07-10
print services with no instances when verbose is set
John Crispin
2013-07-10
fix service level triggers
John Crispin
2013-07-10
make the verbose argument a bool
John Crispin
2013-07-10
remove support fro trigegrs not linked to a service
John Crispin
2013-07-09
the delete handle should return an error if no service is named instead of ki...
John Crispin
2013-07-08
dont list services that have no instances
John Crispin
2013-07-04
add trigger support
John Crispin
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
2012-12-20
add support for deleting individual service instances
Felix Fietkau
2012-12-20
fix stale vlist/avl key for instance names
Felix Fietkau
2012-12-16
fix service name pointer
Felix Fietkau
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