Fix callback method name per Dasynq changes
[oweals/dinit.git] / src / service.h
2017-06-01 Davin McCallFix callback method name per Dasynq changes
2017-05-30 Davin McCallSimplify allDepStarted logic.
2017-05-30 Davin McCallservice record: move read_pid_file into bgproc_service
2017-05-30 Davin McCallservice_record: declare handle_exit_status as pure...
2017-05-29 Davin McCallRefactoring: create base_process_service
2017-05-29 Davin McCallFix various missing std::move's (which was an exception...
2017-05-29 Davin McCallBreak out scripted service as a separate class
2017-05-23 Davin McCallRefactoring.
2017-05-23 Davin McCallMinor cleanups.
2017-03-29 Davin McCallRework acquire/release handling.
2017-03-27 Davin McCallUpdate Dasynq library and API usage
2017-03-19 Davin McCallUpdate Dasynq library, and API usage throughout.
2017-03-19 Davin McCallRelease soft dependencies if they stop early.
2017-03-12 Davin McCallUpdate dasynq library, and make appropriate changes...
2016-11-09 Davin McCallCombine start/stop queues, and add propagation queue.
2016-11-08 Davin McCallCheck desired state == started before allowing service...
2016-06-26 Davin McCallAdd a "pass-cs-fd" service option, which passes a contr...
2016-06-23 Davin McCallClean up signal and fd handling around fork().
2016-06-23 Davin McCallImplement "list services" command in control protocol...
2016-06-19 Davin McCallnext_for_console was not being set null when a service...
2016-06-18 Davin McCallAdd a new service setting, "options", which can be...
2016-06-18 Davin McCallUpdate Dasynq, again, and update Dinit code to reflect...
2016-06-16 Davin McCallYet another Dasynq update
2016-06-16 Davin McCallPull in latest Dasynq, which means a massive amount...
2016-06-16 Davin McCallUse the start queue instead of starting services immedi...
2016-06-14 Davin McCallIntroduce a "stop queue" and "start queue" in ServiceSe...
2016-06-12 Davin McCallCode consistency and documentation update
2016-06-06 Davin McCallCode documentation - ServiceRecord and ServiceSet....
2016-06-05 Davin McCallRip out libev, replace with dasynq (new library written...
2016-01-19 Davin McCallUse non-blocking I/O and event notification for console...
2016-01-13 Davin McCallMake "pinStart" and "start", and "pinStop" and "stop...
2016-01-12 Davin McCallDuring shutdown, let process attrition occur naturally...
2016-01-11 Davin McCallFix stop(). Give it a boolean argument for 2 modes...
2016-01-11 Davin McCallRestore "restart" flag functionality. Services no longe...
2016-01-11 Davin McCallCleanups and refactoring.
2016-01-11 Davin McCallLargish re-work of how dependencies are handled. The...
2016-01-09 Davin McCallRefactoring, and one fix: stopping an already-stopped...
2016-01-09 Davin McCallIntroduce "explicitly started" state flag for services...
2016-01-07 Davin McCallRefactoring: remove unneeded method
2016-01-05 Davin McCallMove source files int src directory