Move to asynchronous handling of child exec status.
[oweals/dinit.git] / load_service.cc
2016-01-01 Davin McCallRemove the "release_console" on-start flag. It is now...
2016-01-01 Davin McCallAdd "run-on-console" service option, to specify that...
2015-12-31 Davin McCallFor scripted services, accept both a "command" and...
2015-11-24 Davin McCallAdd "nosigterm" service setting to inhibit sending...
2015-11-19 Davin McCallVarious exception handling fixes and 'noexcept' declara...
2015-11-19 Davin McCallAdd the "termsignal" setting to process services. This...
2015-11-18 Davin McCallImprove the state model.
2015-11-17 Davin McCallSeveral changes, centered around improving logging...
2015-11-16 Davin McCallUse C++11 typesafe enums for service type (ServiceType...
2015-11-15 Davin McCallAllow for quoted program arguments (and executable).
2015-11-05 Davin McCallBack out incorrect comment introduced earlier.
2015-11-04 Davin McCallImprove comments - remove no longer relevant comment...
2015-11-04 Davin McCallAdd parameter documentation for read_setting_value
2015-11-04 Davin McCallAugment read_setting_value so that it can return the...
2015-11-04 Davin McCallChange parameter type of read_setting_{name,value}...
2015-09-25 Davin McCallAdd support for "internal" services (which don't actual...
2015-09-07 Davin McCallImplement "soft" dependencies. These are created by...
2015-09-01 Davin McCallClean up exception throwing/handling during service...
2015-08-27 Davin McCallInitial commit.