Updated bundled Dasynq to 1.1.5.
[oweals/dinit.git] / src / proc-service.cc
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.