Fix missing #include (needed for compiling with GCC 10)
[oweals/dinit.git] / src / shutdown.cc
2019-05-22 Davin McCallUse SYSCONTROLSOCKET for socket path in dinitctl/shutdown.
2018-11-17 Davin McCallFix check of executable name used for shutdown.
2018-11-05 Davin McCallshutdown: clean up error handling.
2018-11-05 Davin McCallshutdown: use argv 0 to determine default action.
2018-06-19 Davin McCallDefine constants for supported control protocol versions.
2018-05-21 Davin McCallshutdown: set passed-via-environment control socket...
2018-04-06 Davin McCallshutdown: push all output through a cyclic buffer.
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-03 Davin McCallFix error in control protocol implementation in dinitct...
2017-06-15 Davin McCallRemove unwanted comment tag
2017-06-15 Davin McCallRename various classes/functions for consistency.
2017-03-12 Davin McCallFix trivial memory leak.
2016-09-21 Davin McCallAdd an option to shutdown to allow for receiving the...
2016-06-19 Davin McCallMerge branch 'master' of https://github.com/davmac314...
2016-06-19 Davin McCallRe-vamp shutdown
2016-01-05 Davin McCallMove source files int src directory