Improve some dinitctl error messages
[oweals/dinit.git] / src / dinitctl.cc
2019-12-01 Davin McCallImprove some dinitctl error messages
2019-12-01 Davin McCallImplement reload command for dinitctl
2019-09-10 Davin McCallRestore -s option to dinitctl
2019-09-09 Davin McCallMerge pull request #22 from travankor/makefile
2019-09-09 Davin McCallMerge pull request #23 from travankor/doc-fixes
2019-09-08 travankorFix typo in dinitctl man page. Document restart for... 23/head
2019-09-03 Davin McCallMerge pull request #20 from fpoussin/root
2019-09-03 Fabien PoussinReplaced system flag with user flag
2019-08-08 Davin McCallChange semantics of "wake" command.
2019-08-07 Davin McCalldinitctl: update restart handling.
2019-07-29 Davin McCallRefactor some packet-building for readability and safety
2019-07-27 Davin McCallImplement dinitctl restart, addresses #14
2019-07-27 Davin McCallFix a bunch of issues identified by Coverity scan
2019-07-27 Davin McCalldinitctl: print names of dependents which are inhibitin...
2019-07-23 Davin McCalldinitctl stop: gentle by default, implement --force.
2019-07-06 Davin McCallImplement --socket-path option for dinitctl.
2019-07-05 Davin McCallMake help output consistent.
2019-05-25 Davin McCalldinitctl: fix display of termination signal
2019-05-23 Davin McCalldinitctl: handle service dir with absolute path in...
2019-05-22 Davin McCallUse SYSCONTROLSOCKET for socket path in dinitctl/shutdown.
2018-11-20 Davin McCallcontrol: remove unused "rollback complete" reply.
2018-10-19 Davin McCallservice description: make waits-for.d path relative...
2018-10-18 Davin McCalldinitctl: enable: correct argument order for symlink
2018-10-18 Davin McCalldinitctl: correct logic for checking missing arguments.
2018-10-18 Davin McCallMinor build fixes for Linux/Glibc.
2018-10-18 Davin McCalldinitctl: implement "disable" command.
2018-10-18 Davin McCalldinitctl: refactoring.
2018-10-18 Davin McCalldinitctl: implement "enable" command.
2018-09-24 Davin McCalldinitctl: reduce verbosity of help text, trim some...
2018-09-24 Davin McCalldinitctl: add utility method to extract string from...
2018-09-14 Davin McCalldinitctl: unload: issue a specialised message if servic...
2018-09-14 Davin McCalldinitctl: fix incorrect exit status if start/stop fails...
2018-09-14 Davin McCalldinitctl: give an error message if unrecognized option...
2018-09-14 Davin McCallAvoid multiple cout statements when printing help.
2018-07-03 Davin McCalldinitctl: add rm-dep subcommand to remove dependencies.
2018-07-02 Davin McCalldinitctl: add-dep subcommand, adds dependency between...
2018-06-22 Davin McCalldinitctl: fix spacing in output.
2018-06-22 Davin McCalldinitctl: fix includes for FreeBSD.
2018-06-22 Davin McCalldinitctl: show if service was skipped or failed.
2018-06-19 Davin McCallDefine constants for supported control protocol versions.
2018-06-19 Davin McCalldinitctl: show process id and console state in service...
2018-02-13 Davin McCallRefactoring in utilities.
2018-02-12 Davin McCalldinitctl: query protocol version at beginning + refacto...
2018-02-12 Davin McCallFactor out some Dinit client functions tp a new header...
2018-02-10 Davin McCallImplement service unloading.
2018-02-03 Davin McCallAdd "shutdown" subcommand to dinitctl.
2018-02-03 Davin McCallFix error in control protocol implementation in dinitct...
2018-02-03 Davin McCalldinitctl: various renaming from camelCase
2017-12-27 Davin McCallVarious minor cleanups.
2017-06-19 Davin McCalldinitctl: clean up a TODO.
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...