Merge "shutdown" and "dinit-reboot" functionality into the "shutdown"
[oweals/dinit.git] / dinit.cc
2015-12-31 Davin McCallMerge "shutdown" and "dinit-reboot" functionality into...
2015-12-30 Davin McCallImplement a shutdown commoand which issues a shutdown...
2015-12-28 Davin McCallFix bind of control socket, and unlink control socket...
2015-12-23 Davin McCallCleanup error handling / logging
2015-11-24 Davin McCallImprove error message logged when failing to load a...
2015-11-19 Davin McCallVarious exception handling fixes and 'noexcept' declara...
2015-11-19 Davin McCallRemove functional TODO comments.
2015-11-19 Davin McCallFix some logging, and add a variable to track how many...
2015-11-18 Davin McCallCatch allocation exception when receiving a control...
2015-11-17 Davin McCallRename 'reboot' variable to 'do_reboot' to avoid confli...
2015-11-17 Davin McCallRemove unintentionally committed debug statements
2015-11-17 Davin McCallLogging and comment fixes
2015-11-17 Davin McCallSeveral changes, centered around improving logging...
2015-11-04 Davin McCallImprove comment.
2015-09-14 Davin McCallSimple cleanups.
2015-09-06 Davin McCallJust adding some comments.
2015-09-06 Davin McCallFilter "auto" from the command line. LILO adds it autom...
2015-09-01 Davin McCallClean up exception throwing/handling during service...
2015-08-27 Davin McCallInitial commit.