Rename ServiceState to service_state_t.
[oweals/dinit.git] / src / dinitctl.cc
2017-06-16 Davin McCallRename ServiceState to service_state_t.
2017-06-15 Davin McCallRename various classes/functions for consistency.
2016-06-24 Davin McCallAdd release/wake commands to dinitctl
2016-06-23 Davin McCallImplement "list services" command in control protocol...
2016-06-19 Davin McCallLarge refactoring of dinitctl.
2016-06-14 Davin McCallIgnore SIGPIPE.
2016-06-05 Davin McCallFix style inconsistency in CPBuffer: fillTo -> fill_to
2016-01-16 Davin McCallMake CPBuffer a template, parameterized by buffer size
2016-01-14 Davin McCallRemove some explicit memory deallocation in favor of...
2016-01-14 Davin McCallUse delete[] to delete buffers allocated via new[]
2016-01-13 Davin McCallAdd support for unpin command in dinitctl (includes...
2016-01-13 Davin McCallAdd support for pinning services to dinitctl
2016-01-11 Davin McCallVarious changes to match changes to command protocol.
2016-01-10 Davin McCallFix "skip to reply packet" method.
2016-01-07 Davin McCallFix protocol errors in dinitctl
2016-01-07 Davin McCallMake sure to not write a partial command packet.
2016-01-07 Davin McCalldinitctl: recognize and report FAILEDSTART events.
2016-01-07 Davin McCallMake "dinitctl start" start a service and "dinitctl...
2016-01-06 Davin McCallChange command line and implement stopping of services...
2016-01-06 Davin McCallRename dinit-start to dinitctl, as I think one command...