Update Dasynq to 1.0.2.
[oweals/dinit.git] / src / load_service.cc
2017-10-02 Davin McCallAdd "depends-ms" dependency option for milestone depend...
2017-10-01 Davin McCallCorrect use of SOFT vs WAITS_FOR dependency type in...
2017-09-30 Davin McCallRe-work dependency specification for service_record...
2017-07-04 Davin McCallMore camelCase to under_score renaming.
2017-06-27 Davin McCallservice descriptions: Implement the stop-timeout setting.
2017-06-19 Davin McCallload_service: remove another TODO.
2017-06-16 Davin McCallRefactoring: don't pass list via pointer.
2017-06-16 Davin McCallRefactoring: split loading service from directory into...
2017-06-15 Davin McCallRename various classes/functions for consistency.
2017-06-15 Davin McCallRename ServiceRecord to service_record for consistency
2017-06-06 Davin McCallMake service restart delay configurable (restart-delay...
2017-06-06 Davin McCallAdd restart-limit-count service setting.
2017-06-05 Davin McCallQuash build warning.
2017-06-05 Davin McCallMake restart check interval configurable.
2017-06-02 Davin McCallSeparate "runs-on-console" into runs-on- and starts...
2017-05-29 Davin McCallRefactoring: create base_process_service
2017-05-29 Davin McCallBreak out scripted service as a separate class
2017-05-23 Davin McCallRefactoring.
2017-05-23 Davin McCallMinor cleanups.
2016-06-26 Davin McCallAdd a "pass-cs-fd" service option, which passes a contr...
2016-06-22 Davin McCallReport (instead of silently ignoring) various errors...
2016-06-22 Davin McCallRemove redundant service settings.
2016-06-18 Davin McCallAdd a new service setting, "options", which can be...
2016-01-05 Davin McCallMove source files int src directory