Fix case of process termination before readiness notification.
[oweals/dinit.git] / src / proc-service.cc
2018-11-24 Davin McCallFix case of process termination before readiness notifi...
2018-11-16 Davin McCallBackend support for S6-style readiness notification.
2018-11-09 Davin McCallWrap too-long comment lines.
2018-10-21 Davin McCallAdd missing include (fixes build on musl systems)
2018-10-20 Davin McCallRe-name and fix documentation for ss_read().
2018-09-13 Davin McCallMinor header/signature adjustments.
2018-06-18 Davin McCallRemember the reason why a service stopped.
2018-06-15 Davin McCallAvoid issuing do_stop twice when a process service...
2018-06-14 Davin McCallImplement "skippable" option for scripted services.
2018-06-08 Davin McCallFix bug causing scripted service shutdown scripts to...
2018-06-04 Davin McCallproctests: add a new test, currently failing.
2018-02-15 Davin McCallOn interrupting start of scripted service, run stop...
2018-01-25 Davin McCallStop the stop timer when a service stops.
2018-01-19 Davin McCallRefactoring / clean up.
2018-01-13 Davin McCallMove base_process_service timer expiry handling out...
2018-01-12 Davin McCallFix some includes (for testing/general resilience).
2018-01-12 Davin McCallPull some commonly occurring declarations into a new...
2018-01-11 Davin McCallproc-service.cc: add intro comment.
2018-01-11 Davin McCallRefactoring: split out exec_succeeded function.
2018-01-11 Davin McCallMove separate_args function from header to source file.
2018-01-11 Davin McCallSplit service.cc into multiple files.