Large refactoring of dinitctl.
[oweals/dinit.git] / src / control.cc
2016-06-18 Davin McCallUpdate Dasynq, again, and update Dinit code to reflect...
2016-06-16 Davin McCallPull in latest Dasynq, which means a massive amount...
2016-06-14 Davin McCallMake control socket handling safer and fix an inverted...
2016-06-14 Davin McCallIntroduce a "stop queue" and "start queue" in ServiceSe...
2016-06-13 Davin McCallRework control protocol handling a little.
2016-06-12 Davin McCallImplement DINIT_CP_RELEASESERVICE command.
2016-06-05 Davin McCallRip out libev, replace with dasynq (new library written...
2016-01-16 Davin McCallOnly enable console logging via the service layer ...
2016-01-16 Davin McCallIntroduce method to enable/disable console logging...
2016-01-14 Davin McCallRemove std::move(...) so that copy ellision can occur.
2016-01-13 Davin McCallAdd support for unpin command in dinitctl (includes...
2016-01-13 Davin McCallMake "pinStart" and "start", and "pinStop" and "stop...
2016-01-11 Davin McCallRefactor/fix control commands, add a few start/stop...
2016-01-05 Davin McCallMove source files int src directory