Clean up clang warnings
[oweals/dinit.git] / src / includes / proc-service.h
2019-12-08 Davin McCallClean up clang warnings
2019-12-02 Davin McCallImplement additional checks for reload
2019-12-01 Davin McCallInitial implementation of service reloading
2019-10-06 Davin McCallBeginnings of "dinitcheck" utility
2019-07-12 Davin McCallLog more information on exec failure.
2019-07-08 Davin McCallDon't put "shares console" processes in the foreground.
2019-07-06 Davin McCallImplement "env-file" service setting for service-specif...
2019-07-05 Davin McCallFix notification environment variable setting.
2019-07-04 Davin McCallMerge pull request #15 from fpoussin/crossbuild
2019-06-22 Davin McCallFix typo in function name (workding -> working)
2019-06-22 Davin McCallImplement resource limit settings.
2019-05-10 Davin McCallDon't fail service on failure to write utmp entry.
2018-11-26 Davin McCallAdd full utmp (utmpx) support.
2018-11-16 Davin McCallBackend support for S6-style readiness notification.
2018-11-09 Davin McCallRefactoring: move process-service specific classes...
2018-11-09 Davin McCallWrap too-long comment lines.
2018-09-13 Davin McCallMinor header/signature adjustments.
2018-07-25 Davin McCallFix a number of minor issues found by static analysis.
2018-06-19 Davin McCallservice: add various accessors.
2018-06-15 Davin McCallRefactor: move "start-interruptible" flag into onstart_...
2018-06-08 Davin McCallFix bug causing scripted service shutdown scripts to...
2018-06-07 Davin McCallAdd loading test for environment variable substitution.
2018-06-04 Davin McCallproctests: add a new test, currently failing.
2018-02-23 Davin McCallAllow setting working directory for services.
2018-02-16 Davin McCallDon't bypass queue cycle in emergency_stop.
2018-02-10 Davin McCallbase_process_service: properly clean up in destructor.
2018-01-25 Davin McCallprocess service: allow start timeout, but don't arm...
2018-01-24 Davin McCallDisable default start timeout for process services.
2018-01-20 Davin McCallSupport for running services as a different user (run...
2018-01-19 Davin McCallRefactoring / clean up.
2018-01-19 Davin McCallMove some data/functions from service_record to base_pr...
2018-01-16 Davin McCallMinor fixes to tests.
2018-01-13 Davin McCallMove base_process_service timer expiry handling out...
2018-01-13 Davin McCallAdd some process-service tests.
2018-01-12 Davin McCallMove includes into a separate directory.