Avoid signed-unsigned comparison warning.
[oweals/dinit.git] / src / proc-service.cc
2019-08-07 Davin McCallAvoid signed-unsigned comparison warning.
2019-08-04 Davin McCallRe-work state propogation/transition logic.
2019-07-12 Davin McCallLog more information on exec failure.
2019-06-02 Davin McCallProcess service state queues after readiness via fd.
2019-05-26 Davin McCallClear the stop timer if scripted start is interrupted.
2019-04-30 Davin McCallGuard use of inittab_id/_line with #if USE_UTMPX.
2018-11-26 Davin McCallAdd full utmp (utmpx) support.
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.